Searched refs:driver_attribute (Results 1 – 8 of 8) sorted by relevance
134 struct driver_attribute { struct142 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name) argument144 struct driver_attribute driver_attr_##_name = __ATTR_RO(_name)146 struct driver_attribute driver_attr_##_name = __ATTR_WO(_name)149 const struct driver_attribute *attr);151 const struct driver_attribute *attr);
102 const struct driver_attribute *attr) in driver_create_file()120 const struct driver_attribute *attr) in driver_remove_file()
33 #define to_drv_attr(_attr) container_of(_attr, struct driver_attribute, attr)36 struct driver_attribute driver_attr_##_name = \60 struct driver_attribute *drv_attr = to_drv_attr(attr); in drv_attr_show()72 struct driver_attribute *drv_attr = to_drv_attr(attr); in drv_attr_store()
351 struct driver_attribute {364 int driver_create_file(struct device_driver *, const struct driver_attribute *);365 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
263 struct driver_attribute {280 struct driver_attribute driver_attr_debug;285 int driver_create_file(struct device_driver *, const struct driver_attribute *);286 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
163 static const struct driver_attribute iunit_drvfs_attrs[] = {
390 struct driver_attribute {404 int driver_create_file(struct device_driver *, const struct driver_attribute *);405 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
1558 static struct driver_attribute *tpacpi_driver_attributes[] = {