Searched refs:derot_limit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 200 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local 207 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_tmg() 214 if (abs(derot_freq) > derot_limit) in stb0899_search_tmg() 270 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local 276 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_carrier() 290 if(abs(derot_freq) > derot_limit) in stb0899_search_carrier() 379 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local 388 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_data() 395 if (abs(derot_freq) > derot_limit) in stb0899_search_data()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 200 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local 207 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_tmg() 214 if (abs(derot_freq) > derot_limit) in stb0899_search_tmg() 270 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local 276 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_carrier() 290 if(abs(derot_freq) > derot_limit) in stb0899_search_carrier() 379 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local 388 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_data() 395 if (abs(derot_freq) > derot_limit) in stb0899_search_data()
|
Completed in 5 milliseconds