Searched refs:vidq_queued (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
H A D | tw686x-video.c | 133 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() [all...] |
H A D | tw686x.h | 82 struct list_head vidq_queued; member
|
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/ |
H A D | tw686x-video.c | 133 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() [all...] |
H A D | tw686x.h | 82 struct list_head vidq_queued; member
|
Completed in 5 milliseconds