Searched refs:bus_attribute (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/device/ |
A D | bus.h | 121 struct bus_attribute { struct 128 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name) argument 130 struct bus_attribute bus_attr_##_name = __ATTR_RO(_name) 132 struct bus_attribute bus_attr_##_name = __ATTR_WO(_name) 134 int __must_check bus_create_file(const struct bus_type *bus, struct bus_attribute *attr); 135 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr);
|
/linux-6.3-rc2/Documentation/driver-api/driver-model/ |
A D | bus.rst | 126 struct bus_attribute { 140 static bus_attribute bus_attr_debug; 145 int bus_create_file(struct bus_type *, struct bus_attribute *); 146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.3-rc2/Documentation/translations/zh_CN/filesystems/ |
A D | sysfs.txt | 330 struct bus_attribute { 342 int bus_create_file(struct bus_type *, struct bus_attribute *); 343 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.3-rc2/Documentation/translations/zh_TW/filesystems/ |
A D | sysfs.txt | 333 struct bus_attribute { 345 int bus_create_file(struct bus_type *, struct bus_attribute *); 346 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.3-rc2/drivers/base/ |
A D | bus.c | 31 #define to_bus_attr(_attr) container_of(_attr, struct bus_attribute, attr) 153 struct bus_attribute *bus_attr = to_bus_attr(attr); in bus_attr_show() 165 struct bus_attribute *bus_attr = to_bus_attr(attr); in bus_attr_store() 179 int bus_create_file(const struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() 194 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() 833 static struct bus_attribute bus_attr_uevent = __ATTR(uevent, 0200, NULL,
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | sysfs.rst | 374 struct bus_attribute { 388 int bus_create_file(struct bus_type *, struct bus_attribute *); 389 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | vio.c | 1013 static struct bus_attribute bus_attr_cmo_bus_##name = \
|
Completed in 14 milliseconds