Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dbus.c131 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() function
141 EXPORT_SYMBOL_GPL(bus_create_file);
563 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files()
567 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files()
831 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h141 extern int __must_check bus_create_file(struct bus_type *,
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Dbus.rst145 int bus_create_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/filesystems/
H A Dsysfs.txt342 int bus_create_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsysfs.rst381 int bus_create_file(struct bus_type *, struct bus_attribute *);
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dap_bus.c1689 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c6439 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()