Searched refs:drv_data (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | edac.h | 814 int (*get_hpa)(struct device *dev, void *drv_data, u64 *hpa); 815 int (*set_hpa)(struct device *dev, void *drv_data, u64 hpa); 818 int (*get_dpa)(struct device *dev, void *drv_data, u64 *dpa); 819 int (*set_dpa)(struct device *dev, void *drv_data, u64 dpa); 826 int (*get_bank)(struct device *dev, void *drv_data, u32 *val); 827 int (*set_bank)(struct device *dev, void *drv_data, u32 val); 828 int (*get_rank)(struct device *dev, void *drv_data, u32 *val); 829 int (*set_rank)(struct device *dev, void *drv_data, u32 val); 830 int (*get_row)(struct device *dev, void *drv_data, u32 *val); 831 int (*set_row)(struct device *dev, void *drv_data, u32 val); [all …]
|
| A D | power_supply.h | 238 void *drv_data; member 323 void *drv_data; member
|
| /include/sound/ |
| A D | hdaudio_ext.h | 14 #define HDA_CODEC_REV_EXT_ENTRY(_vid, _rev, _name, drv_data) \ argument 17 .driver_data = (unsigned long)(drv_data) }
|
| /include/linux/pinctrl/ |
| A D | pinctrl.h | 59 void *drv_data; member
|
| /include/net/nfc/ |
| A D | nci_core.h | 462 void *drv_data; member
|
| /include/net/ |
| A D | cfg80211.h | 3012 void *drv_data; member 4261 void *drv_data; member
|
Completed in 43 milliseconds