dvb_register_adapter — Registers a new DVB adapter
int dvb_register_adapter ( | struct dvb_adapter * adap, |
| const char * name, | |
| struct module * module, | |
| struct device * device, | |
short * adapter_nums); |
adappointer to struct dvb_adapter
nameAdapter's name
moduleinitialized with THIS_MODULE at the caller
devicepointer to struct device that corresponds to the device driver
adapter_nums
Array with a list of the numbers for dvb_register_adapter;
to select among them. Typically, initialized with:
DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nums)