Lines Matching defs:hotplug
108 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name);
148 if (device->handler && !device->handler->hotplug.enabled) {
330 if (device->handler && device->handler->hotplug.demand_offline) {
376 if (handler && handler->hotplug.scan_dependent)
377 ret = handler->hotplug.scan_dependent(adev);
431 if (adev->handler && !adev->handler->hotplug.enabled) {
614 * Use the ACPI hotplug workqueue which is ordered, so this work item
615 * won't run after any hotplug work items submitted subsequently. That
618 * hotplug events handled via the ACPI hotplug workqueue). It also will
1997 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val)
1999 if (!!hotplug->enabled == !!val)
2004 hotplug->enabled = val;
2397 if (!skip && device->handler && device->handler->hotplug.notify_online)
2398 device->handler->hotplug.notify_online(device);
2865 * hotplug/hotunplug operations.