Searched refs:vidq_active (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 248 if (list_empty(&solo_dev->vidq_active)) in solo_thread_try() 251 vb = list_first_entry(&solo_dev->vidq_active, struct solo_vb2_buf, in solo_thread_try() 343 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_stop_streaming() 354 list_add_tail(&solo_vb->list, &solo_dev->vidq_active); in solo_buf_queue() 652 INIT_LIST_HEAD(&solo_dev->vidq_active); in solo_v4l2_init()
|
D | solo6x10.h | 180 struct list_head vidq_active; member 279 struct list_head vidq_active; member
|
D | solo6x10-v4l2-enc.c | 565 if (list_empty(&solo_enc->vidq_active)) { in solo_enc_handle_one() 569 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() 1278 INIT_LIST_HEAD(&solo_enc->vidq_active); in solo_enc_alloc()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-driver.c | 454 if (!list_empty(&go->vidq_active)) in frame_boundary() 456 list_first_entry(&go->vidq_active, struct go7007_buffer, list); in frame_boundary() 472 if (list_empty(&go->vidq_active)) in frame_boundary() 475 vb = list_first_entry(&go->vidq_active, struct go7007_buffer, list); in frame_boundary()
|
D | go7007-priv.h | 240 struct list_head vidq_active; member
|
D | go7007-v4l2.c | 392 list_add_tail(&go7007_vb->list, &go->vidq_active); in go7007_buf_queue() 466 INIT_LIST_HEAD(&go->vidq_active); in go7007_stop_streaming() 1108 INIT_LIST_HEAD(&go->vidq_active); in go7007_v4l2_init()
|