OCP_REGISTER_DRIVER

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ocp_register_driver - Register an OCP driver  

SYNOPSIS

"SYNOPSIS"

int ocp_register_driver (struct ocp_driver * drv);  

ARGUMENTS

drv
pointer to statically defined ocp_driver structure
 

DESCRIPTION

The driver's probe callback is called either recursively by this function or upon later call of ocp_driver_init  

NOTE

Detection of devices is a 2 pass step on this implementation, hotswap isn't supported. First, all OCP devices are put in the device list, _then_ all drivers are probed on each match.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 00:02:35 GMT, October 09, 2005