Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.h89 #define DRXJ_DEMOD_LOCK (DRX_LOCK_STATE_1) macro
Ddrxj.c865 DRXJ_DEMOD_LOCK, /* desired lock */
8898 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8913 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
8931 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8965 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
9044 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
9058 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
10709 if (lock_status != DRXJ_DEMOD_LOCK && lock_status != DRX_LOCKED) { in ctrl_sig_quality()
10853 *lock_stat = DRXJ_DEMOD_LOCK; in ctrl_lock_status()