Searched refs:bus_remove_file (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/base/ |
H A D | bus.c | 196 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function 206 EXPORT_SYMBOL_GPL(bus_remove_file); 622 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files() 629 bus_remove_file(bus, &bus_attr_drivers_autoprobe); 630 bus_remove_file(bus, &bus_attr_drivers_probe); in uevent_store() 925 bus_remove_file(bus, &bus_attr_uevent); in bus_register() 958 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
|
/linux/drivers/ata/pata_parport/ |
H A D | pata_parport.c | 810 bus_remove_file(&pata_parport_bus_type, &bus_attr_delete_device); in pata_parport_init() 812 bus_remove_file(&pata_parport_bus_type, &bus_attr_new_device); in pata_parport_init() 823 bus_remove_file(&pata_parport_bus_type, &bus_attr_new_device); in pata_parport_exit() 824 bus_remove_file(&pata_parport_bus_type, &bus_attr_delete_device); in pata_parport_exit()
|
/linux/Documentation/driver-api/driver-model/ |
H A D | bus.rst | 146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | sysfs.txt | 343 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux/Documentation/translations/zh_TW/filesystems/ |
H A D | sysfs.txt | 346 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux/Documentation/filesystems/ |
H A D | sysfs.rst | 389 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|