Searched refs:diseqc_method (Results 1 – 1 of 1) sorted by relevance
40 static int diseqc_method; variable41 module_param(diseqc_method, int, 0444);42 MODULE_PARM_DESC(diseqc_method, "Select DiSEqC method for subsystem id 13c2:1003, 0: default, 1: mo…509 if (budget->dev->pci->subsystem_device == 0x1003 && diseqc_method == 0) { in frontend_init()