Query: acpi_bus_hot_remove_device
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ACPI_BUS_HOT_REMOVE_(9) Device drivers infrastructure ACPI_BUS_HOT_REMOVE_(9)NAMEacpi_bus_hot_remove_device - remove a device and its childrenSYNOPSISvoid acpi_bus_hot_remove_device(void * context);ARGUMENTScontext struct acpi_eject_event pointer (freed in this func)DESCRIPTIONHot-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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ACPI_BUS_HOT_REMOVE_(9)