Searched defs:virtio_gpu_resource_flush (Results 1 – 2 of 2) sorted by relevance
188 struct virtio_gpu_resource_flush { struct189 struct virtio_gpu_ctrl_hdr hdr;190 struct virtio_gpu_rect r;191 __le32 resource_id;192 __le32 padding;
243 pub struct virtio_gpu_resource_flush { struct250 unsafe impl DataInit for virtio_gpu_resource_flush {} argument