Home
last modified time | relevance | path

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

/Linux-v4.19/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()
346 while (!list_empty(&solo_dev->vidq_active)) { in solo_stop_streaming()
348 solo_dev->vidq_active.next, in solo_stop_streaming()
355 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_stop_streaming()
367 list_add_tail(&solo_vb->list, &solo_dev->vidq_active); in solo_buf_queue()
663 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_v4l2_init()
Dsolo6x10.h181 struct list_head vidq_active; member
281 struct list_head vidq_active; member
Dsolo6x10-v4l2-enc.c568 if (list_empty(&solo_enc->vidq_active)) { in solo_enc_handle_one()
572 vb = list_first_entry(&solo_enc->vidq_active, struct solo_vb2_buf, in solo_enc_handle_one()
687 list_add_tail(&solo_vb->list, &solo_enc->vidq_active); in solo_enc_buf_queue()
731 while (!list_empty(&solo_enc->vidq_active)) { in solo_enc_stop_streaming()
733 solo_enc->vidq_active.next, in solo_enc_stop_streaming()
1273 INIT_LIST_HEAD(&solo_enc->vidq_active); in solo_enc_alloc()
/Linux-v4.19/drivers/media/usb/go7007/
Dgo7007-driver.c455 if (!list_empty(&go->vidq_active)) in frame_boundary()
457 list_first_entry(&go->vidq_active, struct go7007_buffer, list); in frame_boundary()
474 if (list_empty(&go->vidq_active)) in frame_boundary()
477 vb = list_first_entry(&go->vidq_active, in frame_boundary()
Dgo7007-priv.h240 struct list_head vidq_active; member
Dgo7007-v4l2.c394 list_add_tail(&go7007_vb->list, &go->vidq_active); in go7007_buf_queue()
469 INIT_LIST_HEAD(&go->vidq_active); in go7007_stop_streaming()
1110 INIT_LIST_HEAD(&go->vidq_active); in go7007_v4l2_init()