Home
last modified time | relevance | path

Searched refs:vb_lock (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/media/
Dvideobuf-core.h133 struct mutex vb_lock; member
165 mutex_lock(&q->vb_lock); in videobuf_queue_lock()
171 mutex_unlock(&q->vb_lock); in videobuf_queue_unlock()
/Linux-v6.6/drivers/media/pci/cx18/
Dcx18-streams.c146 spin_lock_irqsave(&s->vb_lock, flags); in cx18_buf_queue()
148 spin_unlock_irqrestore(&s->vb_lock, flags); in cx18_buf_queue()
207 spin_lock_irqsave(&s->vb_lock, flags); in cx18_start_streaming()
209 spin_unlock_irqrestore(&s->vb_lock, flags); in cx18_start_streaming()
220 spin_lock_irqsave(&s->vb_lock, flags); in cx18_stop_streaming()
222 spin_unlock_irqrestore(&s->vb_lock, flags); in cx18_stop_streaming()
272 spin_lock_init(&s->vb_lock); in cx18_stream_init()
Dcx18-mailbox.c161 spin_lock(&s->vb_lock); in cx18_mdl_send_to_vb2()
201 spin_unlock(&s->vb_lock); in cx18_mdl_send_to_vb2()
Dcx18-driver.h407 spinlock_t vb_lock; member
/Linux-v6.6/drivers/media/usb/s2255/
Ds2255drv.c242 struct mutex vb_lock; /* streaming lock */ member
1628 q->lock = &vc->vb_lock; in s2255_probe_v4l()
2265 mutex_init(&vc->vb_lock); in s2255_probe()
/Linux-v6.6/drivers/media/v4l2-core/
Dvideobuf-core.c178 mutex_init(&q->vb_lock); in videobuf_queue_core_init()