Home
last modified time | relevance | path

Searched refs:acpi_hotplug_profile (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
Dinternal.h65 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
69 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
Dsysfs.c953 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in hotplug_enabled_show()
962 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in hotplug_enabled_store()
986 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, in acpi_sysfs_add_hotplug_profile()
Dscan.c1817 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled()
/kernel/linux/linux-5.10/include/acpi/
Dacpi_bus.h108 struct acpi_hotplug_profile { struct
116 static inline struct acpi_hotplug_profile *to_acpi_hotplug_profile( in to_acpi_hotplug_profile() argument
119 return container_of(kobj, struct acpi_hotplug_profile, kobj); in to_acpi_hotplug_profile()
130 struct acpi_hotplug_profile hotplug;