Searched refs:device_attribute (Results 1 – 15 of 15) sorted by relevance
| /include/linux/ |
| A D | cpu.h | 52 struct device_attribute *attr, char *buf); 54 struct device_attribute *attr, char *buf); 56 struct device_attribute *attr, char *buf); 58 struct device_attribute *attr, char *buf); 60 struct device_attribute *attr, char *buf); 62 struct device_attribute *attr, char *buf); 64 struct device_attribute *attr, 70 struct device_attribute *attr, 73 struct device_attribute *attr, char *buf); 77 struct device_attribute *attr, char *buf); [all …]
|
| A D | device.h | 105 struct device_attribute { struct 107 ssize_t (*show)(struct device *dev, struct device_attribute *attr, argument 119 struct device_attribute attr; 170 struct device_attribute dev_attr_##_name = \ 181 struct device_attribute dev_attr_##_name = __ATTR_RW(_name) 199 struct device_attribute dev_attr_##_name = __ATTR_RO(_name) 217 struct device_attribute dev_attr_##_name = __ATTR_WO(_name) 270 struct device_attribute dev_attr_##_name = \ 274 const struct device_attribute *entry); 276 const struct device_attribute *attr); [all …]
|
| A D | attribute_container.h | 21 struct device_attribute **attrs; 70 struct device_attribute **attribute_container_classdev_to_attrs(const struct device *classdev);
|
| A D | hwmon-sysfs.h | 14 struct device_attribute dev_attr; 47 struct device_attribute dev_attr;
|
| A D | nd.h | 63 struct device_attribute *attr,
|
| A D | perf_event.h | 2014 struct device_attribute attr; 2020 struct device_attribute attr; 2027 struct device_attribute attr; 2034 struct device_attribute attr; 2038 ssize_t perf_event_sysfs_show(struct device *dev, struct device_attribute *attr, 2063 struct device_attribute *attr, \ 2073 static struct device_attribute format_attr_##_name = __ATTR_RO(_name)
|
| A D | libata.h | 546 extern struct device_attribute dev_attr_unload_heads; 548 extern struct device_attribute dev_attr_link_power_management_supported; 549 extern struct device_attribute dev_attr_link_power_management_policy; 550 extern struct device_attribute dev_attr_ncq_prio_supported; 551 extern struct device_attribute dev_attr_ncq_prio_enable; 552 extern struct device_attribute dev_attr_em_message_type; 553 extern struct device_attribute dev_attr_em_message; 554 extern struct device_attribute dev_attr_sw_activity;
|
| A D | msi.h | 79 struct device_attribute; 194 struct device_attribute *sysfs_attrs;
|
| /include/linux/power/ |
| A D | charger-manager.h | 116 struct device_attribute attr_name; 117 struct device_attribute attr_state; 118 struct device_attribute attr_externally_control;
|
| /include/linux/iio/ |
| A D | sysfs.h | 24 struct device_attribute dev_attr; 35 struct device_attribute *attr, 46 struct device_attribute dev_attr; 103 struct device_attribute *attr, \
|
| /include/linux/iio/common/ |
| A D | st_sensors.h | 314 struct device_attribute *attr, char *buf); 317 struct device_attribute *attr, char *buf);
|
| /include/ufs/ |
| A D | ufshcd.h | 429 struct device_attribute delay_attr; 430 struct device_attribute enable_attr; 474 struct device_attribute enable_attr;
|
| /include/scsi/ |
| A D | scsi_transport_fc.h | 166 struct device_attribute dev_attr_vport_##_name = \ 322 struct device_attribute dev_attr_rport_##_name = \
|
| A D | libsas.h | 697 extern struct device_attribute dev_attr_phy_event_threshold;
|
| /include/drm/ |
| A D | drm_connector.h | 1899 struct device_attribute *attr;
|
Completed in 54 milliseconds