Home
last modified time | relevance | path

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

/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c449 if (!list_empty(&go->vidq_active)) in frame_boundary()
451 list_first_entry(&go->vidq_active, struct go7007_buffer, list); in frame_boundary()
468 if (list_empty(&go->vidq_active)) in frame_boundary()
471 vb = list_first_entry(&go->vidq_active, in frame_boundary()
H A Dgo7007-priv.h232 struct list_head vidq_active; member
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10.h172 struct list_head vidq_active; member
272 struct list_head vidq_active; member
H A 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()
1251 INIT_LIST_HEAD(&solo_enc->vidq_active); in solo_enc_alloc()