Searched refs:bus_remove_file (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/base/ |
D | bus.c | 141 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function 148 EXPORT_SYMBOL_GPL(bus_remove_file); 638 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files() 645 bus_remove_file(bus, &bus_attr_drivers_autoprobe); in remove_probe_files() 646 bus_remove_file(bus, &bus_attr_drivers_probe); in remove_probe_files() 956 bus_remove_file(bus, &bus_attr_uevent); in bus_register() 982 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
|
/linux-4.4.14/Documentation/driver-model/ |
D | bus.txt | 141 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-4.4.14/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 342 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 1828 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init() 1855 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_exit()
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs.txt | 352 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-4.4.14/include/linux/ |
D | device.h | 60 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
|