Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dlg2160.c1140 int *acq_lock, int *sync_lock) in lg2160_read_lock_status() argument
1145 *acq_lock = 0; in lg2160_read_lock_status()
1153 *acq_lock = (val & 0x40) ? 0 : 1; in lg2160_read_lock_status()
1160 int *acq_lock, int *sync_lock) in lg2161_read_lock_status() argument
1165 *acq_lock = 0; in lg2161_read_lock_status()
1178 *acq_lock = (val & 0x40) ? 0 : 1; in lg2161_read_lock_status()
1185 int *acq_lock, int *sync_lock) in lg216x_read_lock_status() argument
1191 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1194 ret = lg2161_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1202 return lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
[all …]