Searched refs:bus_create_file (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/base/ |
| D | bus.c | 131 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() function 141 EXPORT_SYMBOL_GPL(bus_create_file); 559 retval = bus_create_file(bus, &bus_attr_drivers_probe); in add_probe_files() 563 retval = bus_create_file(bus, &bus_attr_drivers_autoprobe); in add_probe_files() 808 retval = bus_create_file(bus, &bus_attr_uevent); in bus_register()
|
| /Linux-v5.15/include/linux/device/ |
| D | bus.h | 136 extern int __must_check bus_create_file(struct bus_type *,
|
| /Linux-v5.15/Documentation/driver-api/driver-model/ |
| D | bus.rst | 145 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.15/Documentation/translations/zh_CN/filesystems/ |
| D | sysfs.txt | 342 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.15/Documentation/translations/zh_TW/filesystems/ |
| D | sysfs.txt | 345 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | sysfs.rst | 381 int bus_create_file(struct bus_type *, struct bus_attribute *);
|
| /Linux-v5.15/drivers/pci/ |
| D | pci.c | 6649 return bus_create_file(&pci_bus_type, in pci_resource_alignment_sysfs_init()
|