Searched refs:fh_lock (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-event.c | 33 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue() 36 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue() 93 assert_spin_locked(&fh->vdev->fh_lock); in v4l2_event_subscribed() 164 spin_lock_irqsave(&vdev->fh_lock, flags); in v4l2_event_queue() 169 spin_unlock_irqrestore(&vdev->fh_lock, flags); in v4l2_event_queue() 178 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_event_queue_fh() 198 spin_lock_irqsave(&vdev->fh_lock, flags); in v4l2_event_wake_all() 203 spin_unlock_irqrestore(&vdev->fh_lock, flags); in v4l2_event_wake_all() 213 assert_spin_locked(&fh->vdev->fh_lock); in __v4l2_event_unsubscribe() 252 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_event_subscribe() [all …]
|
A D | v4l2-fh.c | 49 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_fh_add() 51 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_fh_add() 73 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_fh_del() 75 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_fh_del() 112 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_fh_is_singular() 114 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_fh_is_singular()
|
A D | v4l2-dev.c | 905 spin_lock_init(&vdev->fh_lock); in __video_register_device()
|
/linux-6.3-rc2/include/media/ |
A D | v4l2-dev.h | 296 spinlock_t fh_lock; member
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-core.c | 588 spin_lock_irqsave(&vdev->fh_lock, flags); in vivid_is_in_use() 590 spin_unlock_irqrestore(&vdev->fh_lock, flags); in vivid_is_in_use()
|
Completed in 11 milliseconds