Searched refs:timeout_dmd (Results 1 – 1 of 1) sorted by relevance
2127 static int stv090x_get_coldlock(struct stv090x_state *state, s32 timeout_dmd) in stv090x_get_coldlock() argument2136 timeout_lock = timeout_dmd / 3; in stv090x_get_coldlock()2138 timeout_lock = timeout_dmd / 2; in stv090x_get_coldlock()2150 return stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_coldlock()2226 lock = stv090x_get_dmdlock(state, (timeout_dmd / 3)); in stv090x_get_coldlock()3114 static int stv090x_get_lock(struct stv090x_state *state, s32 timeout_dmd, s32 timeout_fec) in stv090x_get_lock() argument3120 lock = stv090x_get_dmdlock(state, timeout_dmd); in stv090x_get_lock()