Searched refs:fec_timeout (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0900_sw.c | 623 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) in stv0900_get_lock_timeout() 1058 stv0900_wait_for_lock(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, s32 dmd_timeout, s32 fec_timeout) stv0900_wait_for_lock() argument 1273 fec_timeout, stv0900_dvbs1_acq_workaround() local 1596 fec_timeout = 50, stv0900_blind_search_algo() local 1810 s32 demod_timeout = 500, fec_timeout = 50; stv0900_algo() local [all...] |
H A D | stv0910.c | 107 u32 fec_timeout; member 1039 state->fec_timeout = 2000; in start() 1042 state->fec_timeout = 1300; in start() 1045 state->fec_timeout = 650; in start() 1048 state->fec_timeout = 350; in start() 1051 state->fec_timeout = 200; in start() 1054 state->fec_timeout = 200; in start()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0900_sw.c | 623 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) in stv0900_get_lock_timeout() 1058 stv0900_wait_for_lock(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, s32 dmd_timeout, s32 fec_timeout) stv0900_wait_for_lock() argument 1273 fec_timeout, stv0900_dvbs1_acq_workaround() local 1596 fec_timeout = 50, stv0900_blind_search_algo() local 1810 s32 demod_timeout = 500, fec_timeout = 50; stv0900_algo() local [all...] |
H A D | stv0910.c | 98 u32 fec_timeout; member 1030 state->fec_timeout = 2000; in start() 1033 state->fec_timeout = 1300; in start() 1036 state->fec_timeout = 650; in start() 1039 state->fec_timeout = 350; in start() 1042 state->fec_timeout = 200; in start() 1045 state->fec_timeout = 200; in start()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1193 fec_timeout(struct net_device *ndev, unsigned int txqueue) in fec_timeout() function 3302 .ndo_tx_timeout = fec_timeout,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1334 fec_timeout(struct net_device *ndev, unsigned int txqueue) in fec_timeout() function 3979 .ndo_tx_timeout = fec_timeout,
|
Completed in 18 milliseconds