Searched refs:timeout_dmd (Results 1 – 1 of 1) sorted by relevance
2143 static int stv090x_get_coldlock(struct stv090x_state *state, s32 timeout_dmd) in stv090x_get_coldlock() argument2152 timeout_lock = timeout_dmd / 3; in stv090x_get_coldlock()2154 timeout_lock = timeout_dmd / 2; in stv090x_get_coldlock()2166 return stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_coldlock()2243 lock = stv090x_get_dmdlock(state, (timeout_dmd / 3)); in stv090x_get_coldlock()3131 static int stv090x_get_lock(struct stv090x_state *state, s32 timeout_dmd, s32 timeout_fec) in stv090x_get_lock() argument3137 lock = stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_lock()