Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h89 #define DRXJ_DEMOD_LOCK (DRX_LOCK_STATE_1) macro
H A Ddrxj.c866 DRXJ_DEMOD_LOCK, /* desired lock */
8886 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8901 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
8919 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8953 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
9032 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
9046 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
10698 if (lock_status != DRXJ_DEMOD_LOCK && lock_status != DRX_LOCKED) { in ctrl_sig_quality()
10842 *lock_stat = DRXJ_DEMOD_LOCK; in ctrl_lock_status()