Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dlg2160.c1130 int *acq_lock, int *sync_lock) in lg2160_read_lock_status() argument
1135 *acq_lock = 0; in lg2160_read_lock_status()
1143 *acq_lock = (val & 0x40) ? 0 : 1; in lg2160_read_lock_status()
1150 int *acq_lock, int *sync_lock) in lg2161_read_lock_status() argument
1155 *acq_lock = 0; in lg2161_read_lock_status()
1168 *acq_lock = (val & 0x40) ? 0 : 1; in lg2161_read_lock_status()
1175 int *acq_lock, int *sync_lock) in lg216x_read_lock_status() argument
1181 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1184 ret = lg2161_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
1192 return lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status()
[all …]