Home
last modified time | relevance | path

Searched refs:bus_create_file (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/base/
Dbus.c127 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() function
137 EXPORT_SYMBOL_GPL(bus_create_file);
594 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files()
598 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files()
871 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
/Linux-v4.19/Documentation/driver-model/
Dbus.txt140 int bus_create_file(struct bus_type *, struct bus_attribute *);
/Linux-v4.19/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt341 int bus_create_file(struct bus_type *, struct bus_attribute *);
/Linux-v4.19/Documentation/filesystems/
Dsysfs.txt351 int bus_create_file(struct bus_type *, struct bus_attribute *);
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c1570 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
/Linux-v4.19/include/linux/
Ddevice.h59 extern int __must_check bus_create_file(struct bus_type *,
/Linux-v4.19/drivers/pci/
Dpci.c5973 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()