.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CX_DRIVER_REGISTER" "9" "09 October 2005" "" "" .SH NAME cx_driver_register \- Register the driver. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int cx_driver_register (struct cx_drv * \fIcx_driver\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcx_driver\fB\fR driver table (cx_drv struct) from driver .SH "DESCRIPTION" .PP Called from the driver init routine to register a driver. The cx_drv struct contains the driver name, a pointer to a table of part/mfg numbers and a pointer to the driver's probe/attach routine.