Searched refs:timeout_dmd (Results 1 – 1 of 1) sorted by relevance
2139 static int stv090x_get_coldlock(struct stv090x_state *state, s32 timeout_dmd) in stv090x_get_coldlock() argument2148 timeout_lock = timeout_dmd / 3; in stv090x_get_coldlock()2150 timeout_lock = timeout_dmd / 2; in stv090x_get_coldlock()2162 return stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_coldlock()2238 lock = stv090x_get_dmdlock(state, (timeout_dmd / 3)); in stv090x_get_coldlock()3126 static int stv090x_get_lock(struct stv090x_state *state, s32 timeout_dmd, s32 timeout_fec) in stv090x_get_lock() argument3132 lock = stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_lock()