Searched refs:driver_attribute (Results 1 – 7 of 7) sorted by relevance
144 struct driver_attribute { struct152 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name) argument154 struct driver_attribute driver_attr_##_name = __ATTR_RO(_name)156 struct driver_attribute driver_attr_##_name = __ATTR_WO(_name)159 const struct driver_attribute *attr);161 const struct driver_attribute *attr);
354 struct driver_attribute {367 int driver_create_file(struct device_driver *, const struct driver_attribute *);368 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
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 *);
13 struct driver_attribute driver_attr_##_name = \
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 *);
37 #define to_drv_attr(_attr) container_of(_attr, struct driver_attribute, attr)40 struct driver_attribute driver_attr_##_name = \108 struct driver_attribute *drv_attr = to_drv_attr(attr); in drv_attr_show()120 struct driver_attribute *drv_attr = to_drv_attr(attr); in drv_attr_store()
1519 static struct driver_attribute driver_attr_gpio_aggregator_new_device =1571 static struct driver_attribute driver_attr_gpio_aggregator_delete_device =