Searched refs:timeout_dmd (Results 1 – 1 of 1) sorted by relevance
2132 static int stv090x_get_coldlock(struct stv090x_state *state, s32 timeout_dmd) in stv090x_get_coldlock() argument2141 timeout_lock = timeout_dmd / 3; in stv090x_get_coldlock()2143 timeout_lock = timeout_dmd / 2; in stv090x_get_coldlock()2155 return stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_coldlock()2231 lock = stv090x_get_dmdlock(state, (timeout_dmd / 3)); in stv090x_get_coldlock()3119 static int stv090x_get_lock(struct stv090x_state *state, s32 timeout_dmd, s32 timeout_fec) in stv090x_get_lock() argument3125 lock = stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_lock()