acpi_hotplug_profile
void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val)
struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj);
struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj);
void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
static inline struct acpi_hotplug_profile *to_acpi_hotplug_profile(
return container_of(kobj, struct acpi_hotplug_profile, kobj);
struct acpi_hotplug_profile hotplug;