Searched refs:vidq_active (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 250 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()
|
D | solo6x10.h | 180 struct list_head vidq_active; member 278 struct list_head vidq_active; member
|
D | solo6x10-v4l2-enc.c | 569 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/ |
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() 473 if (list_empty(&go->vidq_active)) in frame_boundary() 476 vb = list_first_entry(&go->vidq_active, in frame_boundary()
|
D | go7007-priv.h | 240 struct list_head vidq_active; member
|
D | go7007-v4l2.c | 395 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()
|