Lines Matching defs:acq_lock
1120 int *acq_lock, int *sync_lock)
1125 *acq_lock = 0;
1133 *acq_lock = (val & 0x40) ? 0 : 1;
1140 int *acq_lock, int *sync_lock)
1145 *acq_lock = 0;
1158 *acq_lock = (val & 0x40) ? 0 : 1;
1165 int *acq_lock, int *sync_lock)
1171 ret = lg2160_read_lock_status(state, acq_lock, sync_lock);
1174 ret = lg2161_read_lock_status(state, acq_lock, sync_lock);
1182 return lg2160_read_lock_status(state, acq_lock, sync_lock);
1189 int ret, acq_lock, sync_lock;
1193 ret = lg216x_read_lock_status(state, &acq_lock, &sync_lock);
1198 acq_lock ? "SIGNALEXIST " : "",
1201 if (acq_lock)