Searched refs:vbi_out_active (Results 1 – 4 of 4) sorted by relevance
68 if (!list_empty(&dev->vbi_out_active) && in vivid_thread_vid_out_tick()71 vbi_out_buf = list_entry(dev->vbi_out_active.next, in vivid_thread_vid_out_tick()320 while (!list_empty(&dev->vbi_out_active)) { in vivid_stop_generating_vid_out()323 buf = list_entry(dev->vbi_out_active.next, in vivid_stop_generating_vid_out()
77 list_add_tail(&buf->list, &dev->vbi_out_active); in vbi_out_buf_queue()97 list_for_each_entry_safe(buf, tmp, &dev->vbi_out_active, list) { in vbi_out_start_streaming()
458 struct list_head vbi_out_active; member
1885 INIT_LIST_HEAD(&dev->vbi_out_active); in vivid_create_instance()