Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dbus.c129 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() function
139 EXPORT_SYMBOL_GPL(bus_create_file);
632 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files()
636 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files()
915 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
/linux-4.4.14/Documentation/driver-model/
Dbus.txt140 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-4.4.14/Documentation/zh_CN/filesystems/
Dsysfs.txt341 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-4.4.14/Documentation/filesystems/
Dsysfs.txt351 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-4.4.14/include/linux/
Ddevice.h58 extern int __must_check bus_create_file(struct bus_type *,
/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c1781 rc = bus_create_file(&ap_bus_type, ap_bus_attrs[i]); in ap_module_init()
/linux-4.4.14/drivers/pci/
Dpci.c4751 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()