Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c43 static unsigned int dst_algo; variable
44 module_param(dst_algo, int, 0644);
45 MODULE_PARM_DESC(dst_algo, "tuning algo: default is 0=(SW), 1=(HW)");
1662 return dst_algo ? DVBFE_ALGO_HW : DVBFE_ALGO_SW; in dst_get_tuning_algo()