Home
last modified time | relevance | path

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

/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
/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()
/drivers/media/v4l2-core/
Dvideobuf-core.c178 mutex_init(&q->vb_lock); in videobuf_queue_core_init()