Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dbus.c353 bool hotplug_event = false; in acpi_bus_notify() local
358 hotplug_event = true; in acpi_bus_notify()
363 hotplug_event = true; in acpi_bus_notify()
372 hotplug_event = true; in acpi_bus_notify()
408 if (hotplug_event && ACPI_SUCCESS(acpi_hotplug_schedule(adev, type))) in acpi_bus_notify()
/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_glue.c64 static void hotplug_event(u32 type, struct acpiphp_context *context);
750 static void hotplug_event(u32 type, struct acpiphp_context *context) in hotplug_event() function
812 hotplug_event(type, context); in acpiphp_hotplug_notify()