Home
last modified time | relevance | path

Searched refs:demod_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib9000.c112 struct mutex demod_lock; member
1796 if (mutex_lock_interruptible(&state->demod_lock) < 0) { in dib9000_fw_pid_filter_ctrl()
1806 mutex_unlock(&state->demod_lock); in dib9000_fw_pid_filter_ctrl()
1831 if (mutex_lock_interruptible(&state->demod_lock) < 0) { in dib9000_fw_pid_filter()
1838 mutex_unlock(&state->demod_lock); in dib9000_fw_pid_filter()
1877 if (mutex_lock_interruptible(&state->demod_lock) < 0) { in dib9000_sleep()
1889 mutex_unlock(&state->demod_lock); in dib9000_sleep()
1908 if (mutex_lock_interruptible(&state->demod_lock) < 0) { in dib9000_get_frontend()
1967 mutex_unlock(&state->demod_lock); in dib9000_get_frontend()
2015 if (mutex_lock_interruptible(&state->demod_lock) < 0) { in dib9000_set_frontend()
[all …]
Dstv090x_priv.h237 struct mutex demod_lock; /* Lock access to shared register */ member
Dstv090x.c1215 mutex_lock(&state->internal->demod_lock); in stv090x_vitclk_ctl()
1220 mutex_unlock(&state->internal->demod_lock); in stv090x_vitclk_ctl()
1224 mutex_lock(&state->internal->demod_lock); in stv090x_vitclk_ctl()
1229 mutex_unlock(&state->internal->demod_lock); in stv090x_vitclk_ctl()
1238 mutex_unlock(&state->internal->demod_lock); in stv090x_vitclk_ctl()
3940 mutex_lock(&state->internal->demod_lock); in stv090x_sleep()
4042 mutex_unlock(&state->internal->demod_lock); in stv090x_sleep()
4049 mutex_unlock(&state->internal->demod_lock); in stv090x_sleep()
4064 mutex_lock(&state->internal->demod_lock); in stv090x_wakeup()
4144 mutex_unlock(&state->internal->demod_lock); in stv090x_wakeup()
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c10796 u16 demod_lock = SCU_RAM_PARAM_1_RES_DEMOD_GET_LOCK_DEMOD_LOCKED; in ctrl_lock_status() local
10813 demod_lock |= 0x6; in ctrl_lock_status()
10840 if (cmd_scu.result[1] < demod_lock) { in ctrl_lock_status()