Searched refs:bus_remove_file (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/base/ |
D | bus.c | 194 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function 204 EXPORT_SYMBOL_GPL(bus_remove_file); 617 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files() 624 bus_remove_file(bus, &bus_attr_drivers_autoprobe); in remove_probe_files() 625 bus_remove_file(bus, &bus_attr_drivers_probe); in remove_probe_files() 913 bus_remove_file(bus, &bus_attr_uevent); in bus_register() 944 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
|
/linux-6.6.21/drivers/ata/pata_parport/ |
D | pata_parport.c | 811 bus_remove_file(&pata_parport_bus_type, &bus_attr_delete_device); in pata_parport_init() 813 bus_remove_file(&pata_parport_bus_type, &bus_attr_new_device); in pata_parport_init() 824 bus_remove_file(&pata_parport_bus_type, &bus_attr_new_device); in pata_parport_exit() 825 bus_remove_file(&pata_parport_bus_type, &bus_attr_delete_device); in pata_parport_exit()
|
/linux-6.6.21/include/linux/device/ |
D | bus.h | 132 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr);
|
/linux-6.6.21/Documentation/driver-api/driver-model/ |
D | bus.rst | 146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.6.21/Documentation/translations/zh_CN/filesystems/ |
D | sysfs.txt | 343 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.6.21/Documentation/translations/zh_TW/filesystems/ |
D | sysfs.txt | 346 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|
/linux-6.6.21/Documentation/filesystems/ |
D | sysfs.rst | 389 void bus_remove_file(struct bus_type *, struct bus_attribute *);
|