Home
last modified time | relevance | path

Searched refs:hotplug_event (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dbus.c361 bool hotplug_event = false; in acpi_bus_notify() local
366 hotplug_event = true; in acpi_bus_notify()
371 hotplug_event = true; in acpi_bus_notify()
380 hotplug_event = true; in acpi_bus_notify()
416 if (hotplug_event && ACPI_SUCCESS(acpi_hotplug_schedule(adev, type))) in acpi_bus_notify()
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_glue.c64 static void hotplug_event(u32 type, struct acpiphp_context *context);
751 static void hotplug_event(u32 type, struct acpiphp_context *context) in hotplug_event() function
813 hotplug_event(type, context); in acpiphp_hotplug_notify()