Home
last modified time | relevance | path

Searched refs:dvb_usb_disable_rc_polling (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c120 if (dvb_usb_disable_rc_polling) in legacy_dvb_usb_read_remote_control()
258 if (dvb_usb_disable_rc_polling || d->props.rc.core.bulk_mode) in dvb_usb_read_remote_control()
317 if (dvb_usb_disable_rc_polling) in dvb_usb_remote_init()
H A Ddvb-usb-common.h16 extern int dvb_usb_disable_rc_polling;
H A Ddvb-usb-init.c18 int dvb_usb_disable_rc_polling; variable
19 module_param_named(disable_rc_polling, dvb_usb_disable_rc_polling, int, 0644);