Searched refs:vbi_out_active (Results 1 - 4 of 4) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-kthread-out.c77 if (!list_empty(&dev->vbi_out_active) &&
80 vbi_out_buf = list_entry(dev->vbi_out_active.next,
284 while (!list_empty(&dev->vbi_out_active)) {
287 buf = list_entry(dev->vbi_out_active.next,
H A Dvivid-vbi-out.c88 list_add_tail(&buf->list, &dev->vbi_out_active);
108 list_for_each_entry_safe(buf, tmp, &dev->vbi_out_active, list) {
H A Dvivid-core.h390 struct list_head vbi_out_active; member in struct:vivid_dev
H A Dvivid-core.c1005 INIT_LIST_HEAD(&dev->vbi_out_active);

Completed in 75 milliseconds