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()
799 mutex_lock(&dev->v4l2_lock); in hackrf_start_streaming()
843 mutex_unlock(&dev->v4l2_lock); in hackrf_start_streaming()
854 mutex_unlock(&dev->v4l2_lock); in hackrf_start_streaming()
866 mutex_lock(&dev->v4l2_lock); in hackrf_stop_streaming()
882 mutex_unlock(&dev->v4l2_lock); in hackrf_stop_streaming()
1358 mutex_init(&dev->v4l2_lock); in hackrf_probe()
1479 dev->rx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()
1499 dev->tx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()