Searched refs:bus_remove_file (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/base/ |
D | bus.c | 139 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function 146 EXPORT_SYMBOL_GPL(bus_remove_file); 600 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files() 607 bus_remove_file(bus, &bus_attr_drivers_autoprobe); in remove_probe_files() 608 bus_remove_file(bus, &bus_attr_drivers_probe); in remove_probe_files() 912 bus_remove_file(bus, &bus_attr_uevent); in bus_register() 938 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
|
/Linux-v4.19/Documentation/driver-model/ |
D | bus.txt | 141 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/Linux-v4.19/Documentation/translations/zh_CN/filesystems/ |
D | sysfs.txt | 342 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysfs.txt | 352 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/Linux-v4.19/drivers/s390/crypto/ |
D | ap_bus.c | 1617 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
|
/Linux-v4.19/include/linux/ |
D | device.h | 61 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
|