Home
last modified time | relevance | path

Searched refs:timeout_fec (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv090x.c3114 static int stv090x_get_lock(struct stv090x_state *state, s32 timeout_dmd, s32 timeout_fec) in stv090x_get_lock() argument
3122 lock = stv090x_get_feclock(state, timeout_fec); in stv090x_get_lock()
3127 while ((timer < timeout_fec) && (!lock)) { in stv090x_get_lock()