Searched refs:bus_remove_file (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/base/ |
| A D | bus.c | 143 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function 150 EXPORT_SYMBOL_GPL(bus_remove_file); 565 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files() 572 bus_remove_file(bus, &bus_attr_drivers_autoprobe); in remove_probe_files() 573 bus_remove_file(bus, &bus_attr_drivers_probe); in remove_probe_files() 849 bus_remove_file(bus, &bus_attr_uevent); in bus_register() 875 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
|
| /linux/include/linux/device/ |
| A D | bus.h | 138 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /linux/Documentation/driver-api/driver-model/ |
| A D | bus.rst | 146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| A D | sysfs.txt | 343 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /linux/Documentation/translations/zh_TW/filesystems/ |
| A D | sysfs.txt | 346 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /linux/Documentation/filesystems/ |
| A D | sysfs.rst | 382 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /linux/ |
| A D | vmlinux.symvers | 729 0x00000000 bus_remove_file vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 30897 ffff8000107fe7d0 T bus_remove_file
|
| A D | .tmp_System.map | 30897 ffff8000107fe7d0 T bus_remove_file
|
Completed in 1142 milliseconds