Home
last modified time | relevance | path

Searched refs:acq_lock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dlg2160.c1120 int *acq_lock, int *sync_lock) in lg2160_read_lock_status()
1125 *acq_lock = 0; in lg2160_read_lock_status()
1133 *acq_lock = (val & 0x40) ? 0 : 1; in lg2160_read_lock_status()
1140 int *acq_lock, int *sync_lock) in lg2161_read_lock_status()
1145 *acq_lock = 0; in lg2161_read_lock_status()
1158 *acq_lock = (val & 0x40) ? 0 : 1; in lg2161_read_lock_status()
1165 int *acq_lock, int *sync_lock) in lg216x_read_lock_status()
1171 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1174 ret = lg2161_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1182 return lg2160_read_lock_status(state, acq_lock, sync_loc in lg216x_read_lock_status()
1119 lg2160_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg2160_read_lock_status() argument
1139 lg2161_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg2161_read_lock_status() argument
1164 lg216x_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg216x_read_lock_status() argument
1189 int ret, acq_lock, sync_lock; lg216x_read_status() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dlg2160.c1120 int *acq_lock, int *sync_lock) in lg2160_read_lock_status()
1125 *acq_lock = 0; in lg2160_read_lock_status()
1133 *acq_lock = (val & 0x40) ? 0 : 1; in lg2160_read_lock_status()
1140 int *acq_lock, int *sync_lock) in lg2161_read_lock_status()
1145 *acq_lock = 0; in lg2161_read_lock_status()
1158 *acq_lock = (val & 0x40) ? 0 : 1; in lg2161_read_lock_status()
1165 int *acq_lock, int *sync_lock) in lg216x_read_lock_status()
1171 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1174 ret = lg2161_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1182 return lg2160_read_lock_status(state, acq_lock, sync_loc in lg216x_read_lock_status()
1119 lg2160_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg2160_read_lock_status() argument
1139 lg2161_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg2161_read_lock_status() argument
1164 lg216x_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg216x_read_lock_status() argument
1189 int ret, acq_lock, sync_lock; lg216x_read_status() local
[all...]

Completed in 3 milliseconds