Home
last modified time | relevance | path

Searched refs:bus_remove_file (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/
H A Dbus.c143 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() function
150 EXPORT_SYMBOL_GPL(bus_remove_file);
569 bus_remove_file(bus, &bus_attr_drivers_probe); in add_probe_files()
576 bus_remove_file(bus, &bus_attr_drivers_autoprobe); in remove_probe_files()
577 bus_remove_file(bus, &bus_attr_drivers_probe); in remove_probe_files()
872 bus_remove_file(bus, &bus_attr_uevent); in bus_register()
898 bus_remove_file(bus, &bus_attr_uevent); in bus_unregister()
/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h143 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Dbus.rst146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/filesystems/
H A Dsysfs.txt343 void bus_remove_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsysfs.rst382 void bus_remove_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dap_bus.c1728 bus_remove_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()