Lines Matching refs:v4l2_lock
128 struct mutex v4l2_lock; /* Protects everything else */ member
713 mutex_lock(&dev->v4l2_lock); in hackrf_disconnect()
719 mutex_unlock(&dev->v4l2_lock); in hackrf_disconnect()
800 mutex_lock(&dev->v4l2_lock); in hackrf_start_streaming()
844 mutex_unlock(&dev->v4l2_lock); in hackrf_start_streaming()
855 mutex_unlock(&dev->v4l2_lock); in hackrf_start_streaming()
867 mutex_lock(&dev->v4l2_lock); in hackrf_stop_streaming()
883 mutex_unlock(&dev->v4l2_lock); in hackrf_stop_streaming()
1359 mutex_init(&dev->v4l2_lock); in hackrf_probe()
1480 dev->rx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()
1500 dev->tx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()