Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.h89 #define DRXJ_DEMOD_LOCK (DRX_LOCK_STATE_1) macro
Ddrxj.c865 DRXJ_DEMOD_LOCK, /* desired lock */
8880 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8895 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
8913 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8947 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
9026 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
9040 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
10690 if (lock_status != DRXJ_DEMOD_LOCK && lock_status != DRX_LOCKED) { in ctrl_sig_quality()
10834 *lock_stat = DRXJ_DEMOD_LOCK; in ctrl_lock_status()