Searched refs:bus_create_file (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/base/ |
H A D | bus.c | 181 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 D | bus.h | 126 int __must_check bus_create_file(const struct bus_type *bus, struct bus_attribute *attr);
|
/linux/Documentation/driver-api/driver-model/ |
H A D | bus.rst | 145 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | sysfs.txt | 342 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
/linux/Documentation/translations/zh_TW/filesystems/ |
H A D | sysfs.txt | 345 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
/linux/drivers/ata/pata_parport/ |
H A D | pata_parport.c | 789 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 D | sysfs.rst | 388 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
/linux/drivers/pci/ |
H A D | pci.c | 6769 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()
|