Name
acpi_bus_hot_remove_device —
remove a device and its children
Synopsis
void acpi_bus_hot_remove_device ( | void * context) ; |
Arguments
context
struct acpi_eject_event pointer (freed in this func)
Description
Hot-remove a device and its children. This function frees up the
memory space passed by arg context, so that the caller may call
this function asynchronously through acpi_os_hotplug_execute
.