Searched refs:bus_remove_file (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/base/ |
| D | bus.c | 142 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function 149 EXPORT_SYMBOL_GPL(bus_remove_file); 568 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files() 575 bus_remove_file(bus, &bus_attr_drivers_autoprobe); in remove_probe_files() 576 bus_remove_file(bus, &bus_attr_drivers_probe); in remove_probe_files() 869 bus_remove_file(bus, &bus_attr_uevent); in bus_register() 895 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
|
| /Linux-v5.4/Documentation/driver-api/driver-model/ |
| D | bus.rst | 146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.4/Documentation/translations/zh_CN/filesystems/ |
| D | sysfs.txt | 342 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | sysfs.txt | 375 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.4/drivers/s390/crypto/ |
| D | ap_bus.c | 1709 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 62 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
|