Searched refs:max_steps (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 69 s32 timeout, freq_inc, max_steps, srate, max_carrier; in stv0900_get_sw_loop_params() local 118 max_steps = (max_carrier / freq_inc) + 1; in stv0900_get_sw_loop_params() 120 if ((max_steps > 100) || (max_steps < 0)) { in stv0900_get_sw_loop_params() 121 max_steps = 100; in stv0900_get_sw_loop_params() 122 freq_inc = max_carrier / max_steps; in stv0900_get_sw_loop_params() 127 *steps = max_steps; in stv0900_get_sw_loop_params() 202 max_steps; in stv0900_sw_algo() local 205 &max_steps, demod); in stv0900_sw_algo() 248 max_steps, in stv0900_sw_algo()
|
/Linux-v4.19/sound/i2c/other/ |
D | ak4xxx-adda.c | 730 int idx, err, mixer_ch, num_stereo, max_steps; in build_adc_controls() local 761 max_steps = 152; in build_adc_controls() 763 max_steps = 164; in build_adc_controls() 765 AK_COMPOSE(idx/2, (idx%2) + 4, 0, max_steps) | in build_adc_controls()
|