Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dacpi_bus.h119 struct acpi_hotplug_profile { struct
127 static inline struct acpi_hotplug_profile *to_acpi_hotplug_profile( in to_acpi_hotplug_profile() argument
130 return container_of(kobj, struct acpi_hotplug_profile, kobj); in to_acpi_hotplug_profile()
142 struct acpi_hotplug_profile hotplug;
/linux/drivers/acpi/
H A Dsysfs.c947 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 Dscan.c1995 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled()