Home
last modified time | relevance | path

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

/linux-6.6.21/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()
467 list_add_tail(&buf->list, &vc->vidq_queued); in tw686x_buf_queue()
476 while (!list_empty(&vc->vidq_queued)) { in tw686x_clear_queue()
479 buf = list_first_entry(&vc->vidq_queued, in tw686x_clear_queue()
1197 INIT_LIST_HEAD(&vc->vidq_queued); in tw686x_video_init()
Dtw686x.h82 struct list_head vidq_queued; member