Home
last modified time | relevance | path

Searched refs:notify_online (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dcontainer.c97 .notify_online = container_device_online,
H A Dscan.c2234 if (!skip && device->handler && device->handler->hotplug.notify_online) in acpi_bus_attach()
2235 device->handler->hotplug.notify_online(device); in acpi_bus_attach()
/openbmc/linux/include/acpi/
H A Dacpi_bus.h113 void (*notify_online)(struct acpi_device *adev); member