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

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dlg2160.c1140 int *acq_lock, int *sync_lock) lg2160_read_lock_status()
1145 *acq_lock = 0; lg2160_read_lock_status()
1153 *acq_lock = (val & 0x40) ? 0 : 1; lg2160_read_lock_status()
1160 int *acq_lock, int *sync_lock) lg2161_read_lock_status()
1165 *acq_lock = 0; lg2161_read_lock_status()
1178 *acq_lock = (val & 0x40) ? 0 : 1; lg2161_read_lock_status()
1185 int *acq_lock, int *sync_lock) lg216x_read_lock_status()
1191 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); lg216x_read_lock_status()
1194 ret = lg2161_read_lock_status(state, acq_lock, sync_lock); lg216x_read_lock_status()
1202 return lg2160_read_lock_status(state, acq_lock, sync_lock); lg216x_read_lock_status()
1209 int ret, acq_lock, sync_lock; lg216x_read_status() local
1213 ret = lg216x_read_lock_status(state, &acq_lock, &sync_lock); lg216x_read_status()
1218 acq_lock ? "SIGNALEXIST " : "", lg216x_read_status()
1221 if (acq_lock) lg216x_read_status()
1139 lg2160_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg2160_read_lock_status() argument
1159 lg2161_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg2161_read_lock_status() argument
1184 lg216x_read_lock_status(struct lg216x_state *state, int *acq_lock, int *sync_lock) lg216x_read_lock_status() argument

Completed in 64 milliseconds