Lines Matching defs:hotplug
112 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name);
152 if (device->handler && !device->handler->hotplug.enabled) {
260 if (device->handler && device->handler->hotplug.demand_offline) {
354 if (handler && handler->hotplug.scan_dependent)
355 return handler->hotplug.scan_dependent(adev);
379 if (adev->handler && !adev->handler->hotplug.enabled) {
562 * Use the ACPI hotplug workqueue which is ordered, so this work item
563 * won't run after any hotplug work items submitted subsequently. That
566 * hotplug events handled via the ACPI hotplug workqueue). It also will
1810 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val)
1812 if (!!hotplug->enabled == !!val)
1817 hotplug->enabled = val;
2052 if (device->handler && device->handler->hotplug.notify_online)
2053 device->handler->hotplug.notify_online(device);
2261 * hotplug/hotunplug operations.