| /linux/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_tuner.c | 97 u32 lock_status; member 192 tuner_dev->hw_state.lock_status = 0; in vidtv_tuner_get_signal_strength() 305 tuner_dev->hw_state.lock_status = 0; in vidtv_tuner_set_params() 311 tuner_dev->hw_state.lock_status = TUNER_STATUS_LOCKED; in vidtv_tuner_set_params() 317 tuner_dev->hw_state.lock_status = 0; in vidtv_tuner_set_params() 368 *status = tuner_dev->hw_state.lock_status; in vidtv_tuner_get_status()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dpll.c | 20 enum dpll_lock_status lock_status; member 340 enum dpll_lock_status lock_status; in mlx5_dpll_periodic_work() local 347 lock_status = mlx5_dpll_lock_status_get(&synce_status); in mlx5_dpll_periodic_work() 353 if (mdpll->last.lock_status != lock_status) in mlx5_dpll_periodic_work() 359 mdpll->last.lock_status = lock_status; in mlx5_dpll_periodic_work()
|
| /linux/drivers/media/tuners/ |
| H A D | mt2131.c | 181 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 D | xc4000.c | 424 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 D | max2165.c | 303 u16 lock_status = 0; in max2165_get_status() local 311 *status = lock_status; in max2165_get_status()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 319 switch (zldpll->lock_status) { in zl3073x_dpll_selected_ref_set() 1243 else if (zldpll->lock_status == DPLL_LOCK_STATUS_UNLOCKED) in zl3073x_dpll_mode_set() 1823 enum dpll_lock_status lock_status; in zl3073x_dpll_changes_check() local 1832 &lock_status, NULL, NULL); in zl3073x_dpll_changes_check() 1840 if (zldpll->lock_status != lock_status) { in zl3073x_dpll_changes_check() 1841 zldpll->lock_status = lock_status; in zl3073x_dpll_changes_check()
|
| /linux/sound/firewire/motu/ |
| H A D | motu-hwdep.c | 48 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/media/dvb-frontends/ |
| H A D | au8522_decoder.c | 615 u8 lock_status; in au8522_g_tuner() local 619 lock_status = au8522_readreg(state, 0x00); in au8522_g_tuner() 621 if ((lock_status == 0xa2) && (pll_status & 0x10)) in au8522_g_tuner()
|
| /linux/drivers/clk/xilinx/ |
| H A D | xlnx_vcu.c | 242 u32 lock_status; in xvcu_pll_wait_for_lock() local 246 lock_status = xvcu_read(base, VCU_PLL_STATUS); in xvcu_pll_wait_for_lock() 247 if (lock_status & VCU_PLL_STATUS_LOCK_STATUS) in xvcu_pll_wait_for_lock()
|
| /linux/drivers/clk/st/ |
| H A D | clkgen-fsyn.c | 53 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/drivers/media/usb/dvb-usb-v2/ |
| H A D | lmedm04.c | 113 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 D | drxj.c | 8860 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/include/uapi/sound/ |
| H A D | firewire.h | 102 struct snd_firewire_event_lock_status lock_status; member
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_83xx.c | 79 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 D | stack_o2cb.c | 413 .lock_status = o2cb_dlm_lock_status,
|
| H A D | stackglue.c | 260 return active_stack->sp_ops->lock_status(lksb); in ocfs2_dlm_lock_status()
|
| H A D | stack_user.c | 1068 .lock_status = user_dlm_lock_status,
|
| /linux/fs/nfs/ |
| H A D | fs_context.c | 667 ctx->lock_status = NFS_LOCK_NOLOCK; in nfs_fs_context_parse_param() 671 ctx->lock_status = NFS_LOCK_LOCK; in nfs_fs_context_parse_param()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nx2.c | 451 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/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 1735 u32 lock_status; in bnx2x_trylock_hw_lock() local 1759 lock_status = REG_RD(bp, hw_lock_control_reg); in bnx2x_trylock_hw_lock() 1760 if (lock_status & resource_bit) in bnx2x_trylock_hw_lock() 2002 u32 lock_status; in bnx2x_acquire_hw_lock() local 2023 lock_status = REG_RD(bp, hw_lock_control_reg); in bnx2x_acquire_hw_lock() 2024 if (lock_status & resource_bit) { in bnx2x_acquire_hw_lock() 2026 lock_status, resource_bit); in bnx2x_acquire_hw_lock() 2034 lock_status = REG_RD(bp, hw_lock_control_reg); in bnx2x_acquire_hw_lock() 2035 if (lock_status & resource_bit) in bnx2x_acquire_hw_lock() 2051 u32 lock_status; in bnx2x_release_hw_lock() local [all …]
|