Searched refs:vbi_cap_active (Results 1 – 4 of 4) sorted by relevance
196 list_add_tail(&buf->list, &dev->vbi_cap_active); in vbi_cap_buf_queue()216 list_for_each_entry_safe(buf, tmp, &dev->vbi_cap_active, list) { in vbi_cap_start_streaming()
685 if (!list_empty(&dev->vbi_cap_active)) { in vivid_thread_vid_cap_tick()688 vbi_cap_buf = list_entry(dev->vbi_cap_active.next, in vivid_thread_vid_cap_tick()894 while (!list_empty(&dev->vbi_cap_active)) { in vivid_stop_generating_vid_cap()897 buf = list_entry(dev->vbi_cap_active.next, in vivid_stop_generating_vid_cap()
377 struct list_head vbi_cap_active; member
1010 INIT_LIST_HEAD(&dev->vbi_cap_active); in vivid_create_instance()