Searched refs:v4l_lock (Results 1 – 2 of 2) sorted by relevance
213 if (mutex_lock_interruptible(&dev->v4l_lock)) in stk1160_start_streaming()253 mutex_unlock(&dev->v4l_lock); in stk1160_start_streaming()263 mutex_unlock(&dev->v4l_lock); in stk1160_start_streaming()290 if (mutex_lock_interruptible(&dev->v4l_lock)) in stk1160_stop_streaming()313 mutex_unlock(&dev->v4l_lock); in stk1160_stop_streaming()811 dev->vdev.lock = &dev->v4l_lock; in stk1160_video_register()
154 struct mutex v4l_lock; member