| /linux/drivers/media/test-drivers/vidtv/ |
| 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/ |
| A D | dpll.c | 18 enum dpll_lock_status lock_status; member 257 enum dpll_lock_status lock_status; in mlx5_dpll_periodic_work() local 264 lock_status = mlx5_dpll_lock_status_get(&synce_status); in mlx5_dpll_periodic_work() 270 if (mdpll->last.lock_status != lock_status) in mlx5_dpll_periodic_work() 276 mdpll->last.lock_status = lock_status; in mlx5_dpll_periodic_work()
|
| /linux/drivers/media/tuners/ |
| 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()
|
| A D | xc5000.c | 496 static int xc_get_lock_status(struct xc5000_priv *priv, u16 *lock_status) in xc_get_lock_status() argument 498 return xc5000_readreg(priv, XREG_LOCK, lock_status); in xc_get_lock_status() 627 u16 lock_status; in xc_debug_dump() local 650 xc_get_lock_status(priv, &lock_status); in xc_debug_dump() 652 lock_status); in xc_debug_dump() 1088 u16 lock_status = 0; in xc5000_get_status() local 1090 xc_get_lock_status(priv, &lock_status); in xc5000_get_status() 1092 dprintk(1, "%s() lock_status = 0x%08x\n", __func__, lock_status); in xc5000_get_status() 1094 *status = lock_status; in xc5000_get_status()
|
| 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; 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()
|
| A D | max2165.c | 303 u16 lock_status = 0; in max2165_get_status() local 311 *status = lock_status; in max2165_get_status()
|
| /linux/sound/firewire/bebob/ |
| A D | bebob_hwdep.c | 39 count = min_t(long, count, sizeof(event.lock_status)); in hwdep_read() 40 event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS; in hwdep_read() 41 event.lock_status.status = (bebob->dev_lock_count > 0); in hwdep_read()
|
| /linux/sound/firewire/dice/ |
| A D | dice-hwdep.c | 32 event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS; in hwdep_read() 33 event.lock_status.status = dice->dev_lock_count > 0; in hwdep_read() 36 count = min_t(long, count, sizeof(event.lock_status)); in hwdep_read()
|
| /linux/sound/firewire/digi00x/ |
| A D | digi00x-hwdep.c | 40 event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS; in hwdep_read() 41 event.lock_status.status = (dg00x->dev_lock_count > 0); in hwdep_read() 44 count = min_t(long, count, sizeof(event.lock_status)); in hwdep_read()
|
| /linux/sound/firewire/oxfw/ |
| A D | oxfw-hwdep.c | 38 event.lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS; in hwdep_read() 39 event.lock_status.status = (oxfw->dev_lock_count > 0); in hwdep_read() 42 count = min_t(long, count, sizeof(event.lock_status)); in hwdep_read()
|
| /linux/sound/firewire/fireworks/ |
| A D | fireworks_hwdep.c | 103 .lock_status.type = SNDRV_FIREWIRE_EVENT_LOCK_STATUS, in hwdep_read_locked() 108 event.lock_status.status = (efw->dev_lock_count > 0); in hwdep_read_locked() 113 count = min_t(long, count, sizeof(event.lock_status)); in hwdep_read_locked()
|
| /linux/sound/firewire/motu/ |
| 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/clk/xilinx/ |
| A D | xlnx_vcu.c | 239 u32 lock_status; in xvcu_pll_wait_for_lock() local 243 lock_status = xvcu_read(base, VCU_PLL_STATUS); in xvcu_pll_wait_for_lock() 244 if (lock_status & VCU_PLL_STATUS_LOCK_STATUS) in xvcu_pll_wait_for_lock()
|
| /linux/drivers/media/dvb-frontends/ |
| 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/st/ |
| 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/fs/ocfs2/ |
| A D | stackglue.h | 189 int (*lock_status)(struct ocfs2_dlm_lksb *lksb); member
|
| A D | stack_o2cb.c | 413 .lock_status = o2cb_dlm_lock_status,
|
| A D | stackglue.c | 259 return active_stack->sp_ops->lock_status(lksb); in ocfs2_dlm_lock_status()
|
| /linux/include/uapi/sound/ |
| A D | firewire.h | 102 struct snd_firewire_event_lock_status lock_status; member
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| A D | lmedm04.c | 113 enum fe_status lock_status; member 348 st->lock_status &= ~FE_HAS_LOCK; in lme2510_int_response() 849 st->lock_status = *status; in dm04_read_status() 866 st->lock_status &= ~FE_HAS_LOCK; in dm04_read_status() 868 *status = st->lock_status; in dm04_read_status()
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| A D | drxj.c | 8874 *lock_status = DRX_NOT_LOCKED; in qam64auto() 9021 *lock_status = DRX_NOT_LOCKED; in qam256auto() 9124 &lock_status); in set_qam_channel() 9127 &lock_status); in set_qam_channel() 9153 &lock_status); in set_qam_channel() 9159 if (lock_status >= DRX_LOCKED) { in set_qam_channel() 9209 &lock_status); in set_qam_channel() 9263 &lock_status); in set_qam_channel() 10698 if (lock_status != DRXJ_DEMOD_LOCK && lock_status != DRX_LOCKED) { in ctrl_sig_quality() 11958 enum drx_lock_status lock_status; in drx39xxj_read_status() local [all …]
|
| /linux/drivers/scsi/qla4xxx/ |
| 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/nfs/ |
| A D | super.c | 918 if (ctx->lock_status) { in nfs_try_mount_request() 919 if (ctx->lock_status == NFS_LOCK_NOLOCK) { in nfs_try_mount_request()
|
| A D | fs_context.c | 611 ctx->lock_status = NFS_LOCK_NOLOCK; in nfs_fs_context_parse_param() 615 ctx->lock_status = NFS_LOCK_LOCK; in nfs_fs_context_parse_param()
|
| /linux/drivers/scsi/qla2xxx/ |
| 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()
|