Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c250 if (list_empty(&solo_dev->vidq_active)) in solo_thread_try()
253 vb = list_first_entry(&solo_dev->vidq_active, struct solo_vb2_buf, in solo_thread_try()
345 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_stop_streaming()
357 list_add_tail(&solo_vb->list, &solo_dev->vidq_active); in solo_buf_queue()
655 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_v4l2_init()
Dsolo6x10.h180 struct list_head vidq_active; member
278 struct list_head vidq_active; member
Dsolo6x10-v4l2-enc.c569 if (list_empty(&solo_enc->vidq_active)) { in solo_enc_handle_one()
573 vb = list_first_entry(&solo_enc->vidq_active, struct solo_vb2_buf, in solo_enc_handle_one()
692 list_add_tail(&solo_vb->list, &solo_enc->vidq_active); in solo_enc_buf_queue()
736 while (!list_empty(&solo_enc->vidq_active)) { in solo_enc_stop_streaming()
738 solo_enc->vidq_active.next, in solo_enc_stop_streaming()
1284 INIT_LIST_HEAD(&solo_enc->vidq_active); in solo_enc_alloc()
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-driver.c454 if (!list_empty(&go->vidq_active)) in frame_boundary()
456 list_first_entry(&go->vidq_active, struct go7007_buffer, list); in frame_boundary()
473 if (list_empty(&go->vidq_active)) in frame_boundary()
476 vb = list_first_entry(&go->vidq_active, in frame_boundary()
Dgo7007-priv.h240 struct list_head vidq_active; member
Dgo7007-v4l2.c395 list_add_tail(&go7007_vb->list, &go->vidq_active); in go7007_buf_queue()
470 INIT_LIST_HEAD(&go->vidq_active); in go7007_stop_streaming()
1112 INIT_LIST_HEAD(&go->vidq_active); in go7007_v4l2_init()