Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/tuners/
Dmxl301rf.c112 u32 ofst_th; /* Offset frequency threshold */ member
182 if (freq >= (shf_tab[i].freq - shf_tab[i].ofst_th) * 1000 && in mxl301rf_set_params()
183 freq <= (shf_tab[i].freq + shf_tab[i].ofst_th) * 1000) { in mxl301rf_set_params()