Searched refs:acpi_hotplug_profile (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | internal.h | 65 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, 69 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
|
H A D | sysfs.c | 964 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in hotplug_enabled_show() 973 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in hotplug_enabled_store() 997 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, in acpi_sysfs_add_hotplug_profile()
|
H A D | scan.c | 1810 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | internal.h | 60 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, 64 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
|
H A D | sysfs.c | 947 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in enabled_show() 955 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in enabled_store() 978 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, in acpi_sysfs_add_hotplug_profile()
|
H A D | scan.c | 1949 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpi_bus.h | 108 struct acpi_hotplug_profile { struct 116 static inline struct acpi_hotplug_profile *to_acpi_hotplug_profile( in to_acpi_hotplug_profile() 119 return container_of(kobj, struct acpi_hotplug_profile, kobj); in to_acpi_hotplug_profile() 130 struct acpi_hotplug_profile hotplug;
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpi_bus.h | 110 struct acpi_hotplug_profile { struct 118 static inline struct acpi_hotplug_profile *to_acpi_hotplug_profile( in to_acpi_hotplug_profile() 121 return container_of(kobj, struct acpi_hotplug_profile, kobj); in to_acpi_hotplug_profile() 132 struct acpi_hotplug_profile hotplug;
|
Completed in 13 milliseconds