BUS_REMOVE_DRIVER

Section: ()
Updated: 06 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: 07:07:01 GMT, October 06, 2005