Lines Matching defs:hotplug
105 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name);
145 if (device->handler && !device->handler->hotplug.enabled) {
253 if (device->handler && device->handler->hotplug.demand_offline) {
341 if (handler && handler->hotplug.scan_dependent)
342 return handler->hotplug.scan_dependent(adev);
361 if (adev->handler && !adev->handler->hotplug.enabled) {
544 * Use the ACPI hotplug workqueue which is ordered, so this work item
545 * won't run after any hotplug work items submitted subsequently. That
548 * hotplug events handled via the ACPI hotplug workqueue). It also will
1949 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val)
1951 if (!!hotplug->enabled == !!val)
1956 hotplug->enabled = val;
2233 if (!skip && device->handler && device->handler->hotplug.notify_online)
2234 device->handler->hotplug.notify_online(device);
2650 * hotplug/hotunplug operations.