Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/dvb-frontends/
Dstv0900_sw.c623 static void stv0900_get_lock_timeout(s32 *demod_timeout, s32 *fec_timeout, in stv0900_get_lock_timeout() argument
631 (*fec_timeout) = 400; in stv0900_get_lock_timeout()
634 (*fec_timeout) = 300; in stv0900_get_lock_timeout()
637 (*fec_timeout) = 100; in stv0900_get_lock_timeout()
646 (*fec_timeout) = 1700; in stv0900_get_lock_timeout()
649 (*fec_timeout) = 1100; in stv0900_get_lock_timeout()
652 (*fec_timeout) = 550; in stv0900_get_lock_timeout()
655 (*fec_timeout) = 250; in stv0900_get_lock_timeout()
658 (*fec_timeout) = 130; in stv0900_get_lock_timeout()
661 (*fec_timeout) = 100; in stv0900_get_lock_timeout()
[all …]
Dstv0910.c98 u32 fec_timeout; member
1025 state->fec_timeout = 2000; in start()
1028 state->fec_timeout = 1300; in start()
1031 state->fec_timeout = 650; in start()
1034 state->fec_timeout = 350; in start()
1037 state->fec_timeout = 200; in start()
1040 state->fec_timeout = 200; in start()
/linux-6.12.1/drivers/net/ethernet/freescale/
Dfec_main.c1384 fec_timeout(struct net_device *ndev, unsigned int txqueue) in fec_timeout() function
3993 .ndo_tx_timeout = fec_timeout,