Searched refs:diseqc_method (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | budget.c | 39 static int diseqc_method; variable 40 module_param(diseqc_method, int, 0444); 41 MODULE_PARM_DESC(diseqc_method, "Select DiSEqC method for subsystem id 13c2:1003, 0: default, 1: more reliable (for newer revisions only)"); 499 if (budget->dev->pci->subsystem_device == 0x1003 && diseqc_method == 0) { in frontend_init()
|
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/ |
H A D | budget.c | 39 static int diseqc_method; variable 40 module_param(diseqc_method, int, 0444); 41 MODULE_PARM_DESC(diseqc_method, "Select DiSEqC method for subsystem id 13c2:1003, 0: default, 1: more reliable (for newer revisions only)"); 499 if (budget->dev->pci->subsystem_device == 0x1003 && diseqc_method == 0) { in frontend_init()
|
Completed in 3 milliseconds