Searched refs:driver_attribute (Results 1 – 6 of 6) sorted by relevance
146 struct driver_attribute { struct154 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name) argument156 struct driver_attribute driver_attr_##_name = __ATTR_RO(_name)158 struct driver_attribute driver_attr_##_name = __ATTR_WO(_name)161 const struct driver_attribute *attr);163 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 *);
1527 static struct driver_attribute driver_attr_gpio_aggregator_new_device =1579 static struct driver_attribute driver_attr_gpio_aggregator_delete_device =