Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.h89 #define DRXJ_DEMOD_LOCK (DRX_LOCK_STATE_1) macro
Ddrxj.c865 DRXJ_DEMOD_LOCK, /* desired lock */
8889 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8904 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
8922 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8956 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
9035 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
9049 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
10700 if (lock_status != DRXJ_DEMOD_LOCK && lock_status != DRX_LOCKED) { in ctrl_sig_quality()
10844 *lock_stat = DRXJ_DEMOD_LOCK; in ctrl_lock_status()