Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/
Dbus.c179 int bus_create_file(const struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() function
192 EXPORT_SYMBOL_GPL(bus_create_file);
611 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files()
615 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files()
872 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
/linux-6.6.21/include/linux/device/
Dbus.h131 int __must_check bus_create_file(const struct bus_type *bus, struct bus_attribute *attr);
/linux-6.6.21/Documentation/driver-api/driver-model/
Dbus.rst145 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-6.6.21/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt342 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-6.6.21/Documentation/translations/zh_TW/filesystems/
Dsysfs.txt345 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-6.6.21/drivers/ata/pata_parport/
Dpata_parport.c790 error = bus_create_file(&pata_parport_bus_type, &bus_attr_new_device); in pata_parport_init()
796 error = bus_create_file(&pata_parport_bus_type, &bus_attr_delete_device); in pata_parport_init()
/linux-6.6.21/Documentation/filesystems/
Dsysfs.rst388 int bus_create_file(struct bus_type *, struct bus_attribute *);
/linux-6.6.21/drivers/pci/
Dpci.c6871 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()