cap_cache         210 drivers/gpu/drm/virtio/virtgpu_drv.h 	struct list_head cap_cache;
cap_cache         526 drivers/gpu/drm/virtio/virtgpu_ioctl.c 	list_for_each_entry(cache_ent, &vgdev->cap_cache, head) {
cap_cache         146 drivers/gpu/drm/virtio/virtgpu_kms.c 	INIT_LIST_HEAD(&vgdev->cap_cache);
cap_cache         227 drivers/gpu/drm/virtio/virtgpu_kms.c 	list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) {
cap_cache         592 drivers/gpu/drm/virtio/virtgpu_vq.c 	list_for_each_entry(cache_ent, &vgdev->cap_cache, head) {
cap_cache         736 drivers/gpu/drm/virtio/virtgpu_vq.c 	list_for_each_entry(search_ent, &vgdev->cap_cache, head) {
cap_cache         744 drivers/gpu/drm/virtio/virtgpu_vq.c 		list_add_tail(&cache_ent->head, &vgdev->cap_cache);