Searched refs:vidq_queued (Results 1 – 2 of 2) sorted by relevance
137 while (!list_empty(&vc->vidq_queued)) { in tw686x_memcpy_buf_refill()139 buf = list_first_entry(&vc->vidq_queued, in tw686x_memcpy_buf_refill()163 while (!list_empty(&vc->vidq_queued)) { in tw686x_contig_buf_refill()167 buf = list_first_entry(&vc->vidq_queued, in tw686x_contig_buf_refill()234 while (!list_empty(&vc->vidq_queued)) { in tw686x_sg_buf_refill()237 buf = list_first_entry(&vc->vidq_queued, in tw686x_sg_buf_refill()472 list_add_tail(&buf->list, &vc->vidq_queued); in tw686x_buf_queue()481 while (!list_empty(&vc->vidq_queued)) { in tw686x_clear_queue()484 buf = list_first_entry(&vc->vidq_queued, in tw686x_clear_queue()1207 INIT_LIST_HEAD(&vc->vidq_queued); in tw686x_video_init()
85 struct list_head vidq_queued; member