Searched refs:bus_create_file (Results 1 – 7 of 7) 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); 616 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files() 620 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files() 884 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
|
/linux/Documentation/driver-api/driver-model/ |
H A D | bus.rst | 145 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/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/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 | 6672 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()
|