Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-dvb.c74 static int use_frontend; variable
75 module_param(use_frontend, int, 0644);
76 MODULE_PARM_DESC(use_frontend,"for cards with multiple frontends (0: terrestrial, 1: satellite)");
1395 if (!use_frontend) { /* terrestrial */ in dvb_init()
1438 if (!use_frontend) { /* terrestrial */ in dvb_init()
1663 if (!use_frontend) { /* terrestrial */ in dvb_init()
1688 if (!use_frontend) { /* terrestrial */ in dvb_init()
1933 if ((dev->eedata[2] == 0x07) && use_frontend) { in dvb_fini()