Searched refs:vbi_cap_active (Results 1 – 4 of 4) sorted by relevance
199 list_add_tail(&buf->list, &dev->vbi_cap_active); in vbi_cap_buf_queue()219 list_for_each_entry_safe(buf, tmp, &dev->vbi_cap_active, list) { in vbi_cap_start_streaming()
690 if (!list_empty(&dev->vbi_cap_active)) { in vivid_thread_vid_cap_tick()693 vbi_cap_buf = list_entry(dev->vbi_cap_active.next, in vivid_thread_vid_cap_tick()899 while (!list_empty(&dev->vbi_cap_active)) { in vivid_stop_generating_vid_cap()902 buf = list_entry(dev->vbi_cap_active.next, in vivid_stop_generating_vid_cap()
378 struct list_head vbi_cap_active; member
1024 INIT_LIST_HEAD(&dev->vbi_cap_active); in vivid_create_instance()