Searched refs:acq_lock (Results 1 – 1 of 1) sorted by relevance
1120 int *acq_lock, int *sync_lock) in lg2160_read_lock_status() argument1125 *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() argument1145 *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() argument1171 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() local1198 acq_lock ? "SIGNALEXIST " : "", in lg216x_read_status()[all …]