Symbol: fec_timeout
drivers/media/dvb-frontends/stv0900_sw.c
1060
s32 dmd_timeout, s32 fec_timeout)
drivers/media/dvb-frontends/stv0900_sw.c
1070
lock = stv0900_get_fec_lock(intp, demod, fec_timeout);
drivers/media/dvb-frontends/stv0900_sw.c
1076
__func__, timer, fec_timeout);
drivers/media/dvb-frontends/stv0900_sw.c
1078
while ((timer < fec_timeout) && (lock == 0)) {
drivers/media/dvb-frontends/stv0900_sw.c
1273
fec_timeout,
drivers/media/dvb-frontends/stv0900_sw.c
1285
stv0900_get_lock_timeout(&demod_timeout, &fec_timeout,
drivers/media/dvb-frontends/stv0900_sw.c
1297
demod_timeout, fec_timeout) == TRUE) {
drivers/media/dvb-frontends/stv0900_sw.c
1309
demod_timeout, fec_timeout) == TRUE) {
drivers/media/dvb-frontends/stv0900_sw.c
1596
fec_timeout = 50,
drivers/media/dvb-frontends/stv0900_sw.c
1655
&fec_timeout,
drivers/media/dvb-frontends/stv0900_sw.c
1810
s32 demod_timeout = 500, fec_timeout = 50;
drivers/media/dvb-frontends/stv0900_sw.c
1832
stv0900_get_lock_timeout(&demod_timeout, &fec_timeout,
drivers/media/dvb-frontends/stv0900_sw.c
1977
fec_timeout, fec_timeout) == TRUE) {
drivers/media/dvb-frontends/stv0900_sw.c
623
static void stv0900_get_lock_timeout(s32 *demod_timeout, s32 *fec_timeout,
drivers/media/dvb-frontends/stv0900_sw.c
631
(*fec_timeout) = 400;
drivers/media/dvb-frontends/stv0900_sw.c
634
(*fec_timeout) = 300;
drivers/media/dvb-frontends/stv0900_sw.c
637
(*fec_timeout) = 100;
drivers/media/dvb-frontends/stv0900_sw.c
646
(*fec_timeout) = 1700;
drivers/media/dvb-frontends/stv0900_sw.c
649
(*fec_timeout) = 1100;
drivers/media/dvb-frontends/stv0900_sw.c
652
(*fec_timeout) = 550;
drivers/media/dvb-frontends/stv0900_sw.c
655
(*fec_timeout) = 250;
drivers/media/dvb-frontends/stv0900_sw.c
658
(*fec_timeout) = 130;
drivers/media/dvb-frontends/stv0900_sw.c
661
(*fec_timeout) = 100;
drivers/media/dvb-frontends/stv0910.c
1025
state->fec_timeout = 2000;
drivers/media/dvb-frontends/stv0910.c
1028
state->fec_timeout = 1300;
drivers/media/dvb-frontends/stv0910.c
1031
state->fec_timeout = 650;
drivers/media/dvb-frontends/stv0910.c
1034
state->fec_timeout = 350;
drivers/media/dvb-frontends/stv0910.c
1037
state->fec_timeout = 200;
drivers/media/dvb-frontends/stv0910.c
1040
state->fec_timeout = 200;
drivers/media/dvb-frontends/stv0910.c
98
u32 fec_timeout;
drivers/net/ethernet/freescale/fec_main.c
4894
.ndo_tx_timeout = fec_timeout,