Go to the source code of this file.
|
| module_param_named (debug, dvb_usb_debug, int, 0644) |
|
| MODULE_PARM_DESC (debug,"set debugging level (1=info,xfer=2,pll=4,ts=8,err=16,rc=32,fw=64,mem=128,uxfer=256 (or-able))."DVB_USB_DEBUG_STATUS) |
|
| module_param_named (disable_rc_polling, dvb_usb_disable_rc_polling, int, 0644) |
|
| MODULE_PARM_DESC (disable_rc_polling,"disable remote control polling (default: 0).") |
|
| module_param_named (force_pid_filter_usage, dvb_usb_force_pid_filter_usage, int, 0444) |
|
| MODULE_PARM_DESC (force_pid_filter_usage,"force all dvb-usb-devices to use a PID filter, if any (default: 0).") |
|
int | dvb_usb_device_power_ctrl (struct dvb_usb_device *d, int onoff) |
|
int | dvb_usb_device_init (struct usb_interface *intf, struct dvb_usb_device_properties *props, struct module *owner, struct dvb_usb_device **du, short *adapter_nums) |
|
| EXPORT_SYMBOL (dvb_usb_device_init) |
|
void | dvb_usb_device_exit (struct usb_interface *intf) |
|
| EXPORT_SYMBOL (dvb_usb_device_exit) |
|
| MODULE_VERSION ("1.0") |
|
| MODULE_AUTHOR ("Patrick Boettcher <[email protected]>") |
|
| MODULE_DESCRIPTION ("A library module containing commonly used USB and DVB function USB DVB devices") |
|
| MODULE_LICENSE ("GPL") |
|
module_param_named |
( |
force_pid_filter_usage |
, |
|
|
dvb_usb_force_pid_filter_usage |
, |
|
|
int |
, |
|
|
0444 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
disable_rc_polling |
, |
|
|
"disable remote control polling (default: 0)." |
|
|
) |
| |
MODULE_PARM_DESC |
( |
force_pid_filter_usage |
, |
|
|
"force all dvb-usb-devices to use a PID |
filter, |
|
|
if any(default:0)." |
|
|
) |
| |
int dvb_usb_disable_rc_polling |