Searched refs:device_try_lock (Results 1 – 1 of 1) sorted by relevance
174 static int device_try_lock(struct audio_device *adev) { in device_try_lock() function1233 while (retry > 0 && device_try_lock(adev) != 0) { in adev_dump()