Searched refs:use_frontend (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-dvb.c70 static int use_frontend; variable
71 module_param(use_frontend, int, 0644);
72 MODULE_PARM_DESC(use_frontend,"for cards with multiple frontends (0: terrestrial, 1: satellite)");
1259 if (!use_frontend) { /* terrestrial */
1301 if (!use_frontend) { /* terrestrial */
1509 if (!use_frontend) { /* terrestrial */
1686 if ((dev->eedata[2] == 0x07) && use_frontend) {

Completed in 26 milliseconds