BUS_REMOVE_DRIVER
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
bus_remove_driver - delete driver from bus's knowledge.
SYNOPSIS
"SYNOPSIS"
void bus_remove_driver (struct device_driver * drv);
ARGUMENTS
- drv
-
driver.
DESCRIPTION
Detach the driver from the devices it controls, and remove
it from its bus's list of drivers. Finally, we drop the reference
to the bus we took in bus_add_driver.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:59 GMT, October 09, 2005