Home
last modified time | relevance | path

Searched refs:lock_status (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/media/tuners/
H A Dmt2131.c181 u8 lock_status = 0; in mt2131_get_status() local
186 mt2131_readreg(priv, 0x08, &lock_status); in mt2131_get_status()
187 if ((lock_status & 0x88) == 0x88) in mt2131_get_status()
192 __func__, lock_status, afc_status); in mt2131_get_status()
H A Dxc4000.c424 static int xc_get_lock_status(struct xc4000_priv *priv, u16 *lock_status) in xc_get_lock_status() argument
426 return xc4000_readreg(priv, XREG_LOCK, lock_status); in xc_get_lock_status()
1092 u16 lock_status = 0; in xc_debug_dump() local
1107 xc_get_lock_status(priv, &lock_status); in xc_debug_dump()
1109 lock_status); in xc_debug_dump()
1552 u16 lock_status = 0; in xc4000_get_status() local
1557 xc_get_lock_status(priv, &lock_status); in xc4000_get_status()
1559 *status = (lock_status == 1 ? in xc4000_get_status()
1566 dprintk(2, "%s() lock_status = %d\n", __func__, lock_status); in xc4000_get_status()
H A Dmax2165.c303 u16 lock_status = 0; in max2165_get_status() local
311 *status = lock_status; in max2165_get_status()
/linux/drivers/dpll/zl3073x/
H A Ddpll.h40 enum dpll_lock_status lock_status; member
H A Ddpll.c720 switch (zldpll->lock_status) { in zl3073x_dpll_input_pin_state_on_dpll_set()
1448 else if (zldpll->lock_status == DPLL_LOCK_STATUS_UNLOCKED) in zl3073x_dpll_mode_set()
2194 enum dpll_lock_status lock_status; in zl3073x_dpll_changes_check() local
2213 rc = __zl3073x_dpll_lock_status_get(zldpll, &lock_status); in zl3073x_dpll_changes_check()
2220 if (zldpll->lock_status != lock_status) { in zl3073x_dpll_changes_check()
2221 zldpll->lock_status = lock_status; in zl3073x_dpll_changes_check()
/linux/sound/firewire/motu/
H A Dmotu-hwdep.c48 event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS; in hwdep_read()
49 event.lock_status.status = (motu->dev_lock_count > 0); in hwdep_read()
/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c241 u32 lock_status; in xvcu_pll_wait_for_lock() local
245 lock_status = xvcu_read(base, VCU_PLL_STATUS); in xvcu_pll_wait_for_lock()
246 if (lock_status & VCU_PLL_STATUS_LOCK_STATUS) in xvcu_pll_wait_for_lock()
/linux/drivers/clk/st/
H A Dclkgen-fsyn.c53 struct clkgen_field lock_status; member
120 .lock_status = CLKGEN_FIELD(0x2f0, 0x1, 24),
174 .lock_status = CLKGEN_FIELD(0x2A0, 0x1, 24),
284 while (!CLKGEN_READ(pll, lock_status)) { in quadfs_pll_enable()
/linux/include/uapi/sound/
H A Dfirewire.h103 struct snd_firewire_event_lock_status lock_status;
102 struct snd_firewire_event_lock_status lock_status; global() member
/linux/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c113 enum fe_status lock_status; member
348 st->lock_status &= ~FE_HAS_LOCK; in lme2510_int_response()
859 st->lock_status = *status; in dm04_read_status()
876 st->lock_status &= ~FE_HAS_LOCK; in dm04_read_status()
878 *status = st->lock_status; in dm04_read_status()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c8860 s32 tuner_freq_offset, enum drx_lock_status *lock_status) in qam64auto() argument
8874 *lock_status = DRX_NOT_LOCKED; in qam64auto()
8878 rc = ctrl_lock_status(demod, lock_status); in qam64auto()
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()
8984 ((*lock_status != DRX_LOCKED) && in qam64auto()
8985 (*lock_status != DRX_NEVER_LOCK) && in qam64auto()
9008 s32 tuner_freq_offset, enum drx_lock_status *lock_status) in qam256auto() argument
[all …]
/linux/drivers/scsi/qla4xxx/
H A Dql4_83xx.c79 uint32_t lock_status = 0; in qla4_83xx_flash_lock() local
82 while (lock_status == 0) { in qla4_83xx_flash_lock()
83 lock_status = qla4_83xx_rd_reg(ha, QLA83XX_FLASH_LOCK); in qla4_83xx_flash_lock()
84 if (lock_status) in qla4_83xx_flash_lock()
/linux/fs/ocfs2/
H A Dstack_o2cb.c413 .lock_status = o2cb_dlm_lock_status,
H A Dstackglue.c260 return active_stack->sp_ops->lock_status(lksb); in ocfs2_dlm_lock_status()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c451 uint32_t lock_status = 0; in qla8044_flash_lock() local
455 while (lock_status == 0) { in qla8044_flash_lock()
456 lock_status = qla8044_rd_reg(ha, QLA8044_FLASH_LOCK); in qla8044_flash_lock()
457 if (lock_status) in qla8044_flash_lock()
/linux/fs/nfs/
H A Dinternal.h117 int lock_status; member