Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c147 spin_lock_irqsave(&s->vb_lock, flags); in cx18_buf_queue()
149 spin_unlock_irqrestore(&s->vb_lock, flags); in cx18_buf_queue()
208 spin_lock_irqsave(&s->vb_lock, flags); in cx18_start_streaming()
210 spin_unlock_irqrestore(&s->vb_lock, flags); in cx18_start_streaming()
221 spin_lock_irqsave(&s->vb_lock, flags); in cx18_stop_streaming()
223 spin_unlock_irqrestore(&s->vb_lock, flags); in cx18_stop_streaming()
271 spin_lock_init(&s->vb_lock); in cx18_stream_init()
/linux/drivers/media/usb/s2255/
H A Ds2255drv.c242 struct mutex vb_lock; /* streaming lock */ member
1626 q->lock = &vc->vb_lock; in s2255_probe_v4l()
2264 mutex_init(&vc->vb_lock); in s2255_probe()