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