Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-dvb.c87 static unsigned int alt_tuner; variable
88 module_param(alt_tuner, int, 0644);
89 MODULE_PARM_DESC(alt_tuner, "Enable alternate tuner configuration");
1259 switch (alt_tuner) { in dvb_register()