Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-dvb.c75 static int use_frontend; variable
76 module_param(use_frontend, int, 0644);
77 MODULE_PARM_DESC(use_frontend,"for cards with multiple frontends (0: terrestrial, 1: satellite)");
1391 if (!use_frontend) { /* terrestrial */ in dvb_init()
1436 if (!use_frontend) { /* terrestrial */ in dvb_init()
1661 if (!use_frontend) { /* terrestrial */ in dvb_init()
1686 if (!use_frontend) { /* terrestrial */ in dvb_init()
1931 if ((dev->eedata[2] == 0x07) && use_frontend) { in dvb_fini()