Searched refs:vidq_queued (Results 1 – 2 of 2) sorted by relevance
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()
82 struct list_head vidq_queued; member