Searched refs:vbi_cap_active (Results 1 – 4 of 4) sorted by relevance
181 list_add_tail(&buf->list, &dev->vbi_cap_active); in vbi_cap_buf_queue()201 list_for_each_entry_safe(buf, tmp, &dev->vbi_cap_active, list) { in vbi_cap_start_streaming()
704 if (!list_empty(&dev->vbi_cap_active)) { in vivid_thread_vid_cap_tick()707 vbi_cap_buf = list_entry(dev->vbi_cap_active.next, in vivid_thread_vid_cap_tick()978 while (!list_empty(&dev->vbi_cap_active)) { in vivid_stop_generating_vid_cap()981 buf = list_entry(dev->vbi_cap_active.next, in vivid_stop_generating_vid_cap()
410 struct list_head vbi_cap_active; member
1914 INIT_LIST_HEAD(&dev->vbi_cap_active); in vivid_create_instance()