Searched defs:virtio_gpu_resource_unref (Results 1 – 2 of 2) sorted by relevance
175 struct virtio_gpu_resource_unref { struct176 struct virtio_gpu_ctrl_hdr hdr;177 __le32 resource_id;178 __le32 padding;
208 pub struct virtio_gpu_resource_unref { struct209 pub hdr: virtio_gpu_ctrl_hdr,210 pub resource_id: Le32,211 pub padding: Le32,