Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dbus.c181 int bus_create_file(const struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() function
194 EXPORT_SYMBOL_GPL(bus_create_file);
613 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files()
617 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files()
881 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
/linux/include/linux/device/
H A Dbus.h126 int __must_check bus_create_file(const struct bus_type *bus, struct bus_attribute *attr);
/linux/Documentation/driver-api/driver-model/
H A Dbus.rst145 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux/Documentation/translations/zh_CN/filesystems/
H A Dsysfs.txt342 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux/Documentation/translations/zh_TW/filesystems/
H A Dsysfs.txt345 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c789 error = bus_create_file(&pata_parport_bus_type, &bus_attr_new_device); in pata_parport_init()
795 error = bus_create_file(&pata_parport_bus_type, &bus_attr_delete_device); in pata_parport_init()
/linux/Documentation/filesystems/
H A Dsysfs.rst388 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux/drivers/pci/
H A Dpci.c6769 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()