Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c31 static unsigned int dst_algo; variable
32 module_param(dst_algo, int, 0644);
33 MODULE_PARM_DESC(dst_algo, "tuning algo: default is 0=(SW), 1=(HW)");
1651 return dst_algo ? DVBFE_ALGO_HW : DVBFE_ALGO_SW; in dst_get_tuning_algo()
/openbmc/linux/Documentation/admin-guide/media/
H A Dbt8xx.rst100 dst_algo=0: (default) Software tuning algorithm