Lines Matching refs:hotplug
113 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name); in acpi_scan_add_handler_with_hotplug()
408 if (device->handler && !device->handler->hotplug.enabled) { in acpi_bus_offline()
519 if (device->handler && device->handler->hotplug.demand_offline in acpi_scan_hot_remove()
614 if (handler && handler->hotplug.scan_dependent) in acpi_scan_bus_check()
615 return handler->hotplug.scan_dependent(adev); in acpi_scan_bus_check()
639 if (adev->handler && !adev->handler->hotplug.enabled) { in acpi_generic_hotplug_event()
738 if ((!acpi_device->handler || !acpi_device->handler->hotplug.enabled) in acpi_eject_store()
2253 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled() argument
2255 if (!!hotplug->enabled == !!val) in acpi_scan_hotplug_enabled()
2260 hotplug->enabled = val; in acpi_scan_hotplug_enabled()
2506 if (device->handler && device->handler->hotplug.notify_online) in acpi_bus_attach()
2507 device->handler->hotplug.notify_online(device); in acpi_bus_attach()