Go to the source code of this file.
|
| module_param_named (debug, dvb_usb_az6027_debug, int, 0644) |
|
| MODULE_PARM_DESC (debug,"set debugging level (1=info,xfer=2,rc=4 (or-able))."DVB_USB_DEBUG_STATUS) |
|
| DVB_DEFINE_MOD_OPT_ADAPTER_NR (adapter_nr) |
|
int | az6027_usb_in_op (struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) |
|
int | az6027_identify_state (struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) |
|
| MODULE_DEVICE_TABLE (usb, az6027_usb_table) |
|
| module_usb_driver (az6027_usb_driver) |
|
| MODULE_AUTHOR ("Adams Xu <[email protected]>") |
|
| MODULE_DESCRIPTION ("Driver for AZUREWAVE DVB-S/S2 USB2.0 (AZ6027)") |
|
| MODULE_VERSION ("1.0") |
|
| MODULE_LICENSE ("GPL") |
|
DVB_DEFINE_MOD_OPT_ADAPTER_NR |
( |
adapter_nr |
| ) |
|
MODULE_DESCRIPTION |
( |
"Driver for AZUREWAVE DVB-S/S2 USB2.0 (AZ6027)" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
az6027_usb_table |
|
|
) |
| |
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"set debugging level (1=info,xfer=2,rc=4 (or-able))." |
DVB_USB_DEBUG_STATUS |
|
) |
| |
module_usb_driver |
( |
az6027_usb_driver |
| ) |
|
Initial value:= {
.tuner_address = 0xc0,
.refclock = 27000000,
}
Definition at line 294 of file az6027.c.