Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c241 if (list_empty(&solo_dev->vidq_active)) in solo_thread_try()
244 vb = list_first_entry(&solo_dev->vidq_active, struct solo_vb2_buf, in solo_thread_try()
337 while (!list_empty(&solo_dev->vidq_active)) { in solo_stop_streaming()
339 solo_dev->vidq_active.next, in solo_stop_streaming()
346 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_stop_streaming()
358 list_add_tail(&solo_vb->list, &solo_dev->vidq_active); in solo_buf_queue()
645 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_v4l2_init()
Dsolo6x10.h172 struct list_head vidq_active; member
272 struct list_head vidq_active; member
Dsolo6x10-v4l2-enc.c559 if (list_empty(&solo_enc->vidq_active)) { in solo_enc_handle_one()
563 vb = list_first_entry(&solo_enc->vidq_active, struct solo_vb2_buf, in solo_enc_handle_one()
678 list_add_tail(&solo_vb->list, &solo_enc->vidq_active); in solo_enc_buf_queue()
722 while (!list_empty(&solo_enc->vidq_active)) { in solo_enc_stop_streaming()
724 solo_enc->vidq_active.next, in solo_enc_stop_streaming()
1253 INIT_LIST_HEAD(&solo_enc->vidq_active); in solo_enc_alloc()
/linux-5.19.10/drivers/media/usb/go7007/
Dgo7007-driver.c447 if (!list_empty(&go->vidq_active)) in frame_boundary()
449 list_first_entry(&go->vidq_active, struct go7007_buffer, list); in frame_boundary()
466 if (list_empty(&go->vidq_active)) in frame_boundary()
469 vb = list_first_entry(&go->vidq_active, in frame_boundary()
Dgo7007-priv.h232 struct list_head vidq_active; member
Dgo7007-v4l2.c366 list_add_tail(&go7007_vb->list, &go->vidq_active); in go7007_buf_queue()
441 INIT_LIST_HEAD(&go->vidq_active); in go7007_stop_streaming()
1082 INIT_LIST_HEAD(&go->vidq_active); in go7007_v4l2_init()