Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\device.h Create Date:2022-07-28 05:44:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dev_set_drvdata

Proto:static inline void dev_set_drvdata(struct device *dev, void *data)

Type:void

Parameter:

TypeParameterName
struct device *dev
void *data
1424  Driver data, set and get with dev_set_drvdata/dev_get_drvdata = data
Caller
NameDescribe
pmu_dev_alloc