/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/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 | 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()
|
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; 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/sound/firewire/digi00x/ |
H 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/bebob/ |
H 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/oxfw/ |
H 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/dice/ |
H 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/fireworks/ |
H 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/drivers/gpu/drm/amd/display/dc/optc/dcn401/ |
H A D | dcn401_optc.c | 448 uint32_t lock_status = 0; in optc401_wait_update_lock_status() local 454 REG_GET(OTG_MASTER_UPDATE_LOCK, UPDATE_LOCK_STATUS, &lock_status); in optc401_wait_update_lock_status() 456 if (lock_status != locked) in optc401_wait_update_lock_status()
|
/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/clk/xilinx/ |
H 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/ |
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/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/include/uapi/sound/ |
H A D | firewire.h | 102 struct snd_firewire_event_lock_status lock_status; member
|
/linux/fs/ocfs2/ |
H A D | stackglue.h | 185 * code should never dereference the union. The ->lock_status() 189 int (*lock_status)(struct ocfs2_dlm_lksb *lksb); member
|
H A D | stack_o2cb.c | 413 .lock_status = o2cb_dlm_lock_status,
|
H A D | stackglue.c | 259 return active_stack->sp_ops->lock_status(lksb); in ocfs2_dlm_lock_status()
|
H A D | stack_user.c | 1074 .lock_status = user_dlm_lock_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/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/nfs/ |
H A D | super.c | 919 if (ctx->lock_status) { in nfs_try_mount_request() 920 if (ctx->lock_status == NFS_LOCK_NOLOCK) { in nfs_try_mount_request()
|
H 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/ |
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()
|