Home
last modified time | relevance | path

Searched refs:vidq_queued (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/pci/tw686x/
Dtw686x-video.c133 while (!list_empty(&vc->vidq_queued)) { in tw686x_memcpy_buf_refill()
135 buf = list_first_entry(&vc->vidq_queued, in tw686x_memcpy_buf_refill()
159 while (!list_empty(&vc->vidq_queued)) { in tw686x_contig_buf_refill()
163 buf = list_first_entry(&vc->vidq_queued, in tw686x_contig_buf_refill()
230 while (!list_empty(&vc->vidq_queued)) { in tw686x_sg_buf_refill()
233 buf = list_first_entry(&vc->vidq_queued, in tw686x_sg_buf_refill()
468 list_add_tail(&buf->list, &vc->vidq_queued); in tw686x_buf_queue()
477 while (!list_empty(&vc->vidq_queued)) { in tw686x_clear_queue()
480 buf = list_first_entry(&vc->vidq_queued, in tw686x_clear_queue()
1200 INIT_LIST_HEAD(&vc->vidq_queued); in tw686x_video_init()
Dtw686x.h82 struct list_head vidq_queued; member