Lines Matching refs:v4l2_lock
137 struct mutex v4l2_lock; /* Protects everything else */ member
723 mutex_lock(&dev->v4l2_lock); in hackrf_disconnect()
729 mutex_unlock(&dev->v4l2_lock); in hackrf_disconnect()
809 mutex_lock(&dev->v4l2_lock); in hackrf_start_streaming()
853 mutex_unlock(&dev->v4l2_lock); in hackrf_start_streaming()
864 mutex_unlock(&dev->v4l2_lock); in hackrf_start_streaming()
876 mutex_lock(&dev->v4l2_lock); in hackrf_stop_streaming()
892 mutex_unlock(&dev->v4l2_lock); in hackrf_stop_streaming()
1380 mutex_init(&dev->v4l2_lock); in hackrf_probe()
1501 dev->rx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()
1519 dev->tx_vdev.lock = &dev->v4l2_lock; in hackrf_probe()