Lines Matching refs:hotplug
114 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name); in acpi_scan_add_handler_with_hotplug()
153 if (device->handler && !device->handler->hotplug.enabled) { in acpi_bus_offline()
264 if (device->handler && device->handler->hotplug.demand_offline in acpi_scan_hot_remove()
359 if (handler && handler->hotplug.scan_dependent) in acpi_scan_bus_check()
360 return handler->hotplug.scan_dependent(adev); in acpi_scan_bus_check()
384 if (adev->handler && !adev->handler->hotplug.enabled) { in acpi_generic_hotplug_event()
1528 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled() argument
1530 if (!!hotplug->enabled == !!val) in acpi_scan_hotplug_enabled()
1535 hotplug->enabled = val; in acpi_scan_hotplug_enabled()
1781 if (device->handler && device->handler->hotplug.notify_online) in acpi_bus_attach()
1782 device->handler->hotplug.notify_online(device); in acpi_bus_attach()