Searched refs:timeout_step (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_smp.c | 1683 static void set_timeout_step(struct timeout_step_t *timeout_step) argument 1685 if (!timeout_step->timeout_reset) 1688 timeout_step->cur = INVALID_STEP_SIZE; 1689 timeout_step->timeout_reset = false; 1693 struct timeout_step_t *timeout_step, struct smc_cmd_ret *cmd_ret, 1704 pd_ret = proc_ta_pending(pe, timeout_step, 1710 timeout_step->timeout_reset = true; 1738 struct timeout_step_t timeout_step = local 1762 set_timeout_step(&timeout_step); 1774 if (proc_normal_exit(pe, &ops, &timeout_step, 1692 proc_normal_exit(struct pending_entry *pe, u64 *ops, struct timeout_step_t *timeout_step, struct smc_cmd_ret *cmd_ret, int cmd_index) global() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 2402 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local 2405 stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); in stv090x_sw_algo() 2450 lock = stv090x_search_car_loop(state, inc, timeout_step, zigzag, steps_max); in stv090x_sw_algo() 2467 msleep(timeout_step); in stv090x_sw_algo() 2471 msleep(timeout_step); in stv090x_sw_algo()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 2402 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local 2405 stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); in stv090x_sw_algo() 2450 lock = stv090x_search_car_loop(state, inc, timeout_step, zigzag, steps_max); in stv090x_sw_algo() 2467 msleep(timeout_step); in stv090x_sw_algo() 2471 msleep(timeout_step); in stv090x_sw_algo()
|
Completed in 15 milliseconds