Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dlg2160.c1120 int *acq_lock, int *sync_lock) in lg2160_read_lock_status() argument
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() argument
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() argument
1171 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1189 int ret, acq_lock, sync_lock; in lg216x_read_status() local
1198 acq_lock ? "SIGNALEXIST " : "", in lg216x_read_status()
[all …]