vbi_cap_active   1081 drivers/media/platform/vivid/vivid-core.c 	INIT_LIST_HEAD(&dev->vbi_cap_active);
vbi_cap_active    392 drivers/media/platform/vivid/vivid-core.h 	struct list_head		vbi_cap_active;
vbi_cap_active    699 drivers/media/platform/vivid/vivid-kthread-cap.c 	if (!list_empty(&dev->vbi_cap_active)) {
vbi_cap_active    702 drivers/media/platform/vivid/vivid-kthread-cap.c 			vbi_cap_buf = list_entry(dev->vbi_cap_active.next,
vbi_cap_active    944 drivers/media/platform/vivid/vivid-kthread-cap.c 		while (!list_empty(&dev->vbi_cap_active)) {
vbi_cap_active    947 drivers/media/platform/vivid/vivid-kthread-cap.c 			buf = list_entry(dev->vbi_cap_active.next,
vbi_cap_active    181 drivers/media/platform/vivid/vivid-vbi-cap.c 	list_add_tail(&buf->list, &dev->vbi_cap_active);
vbi_cap_active    201 drivers/media/platform/vivid/vivid-vbi-cap.c 		list_for_each_entry_safe(buf, tmp, &dev->vbi_cap_active, list) {