Searched defs:virtio_gpu_resource_unref (Results 1 – 2 of 2) sorted by relevance
164 struct virtio_gpu_resource_unref { struct165 struct virtio_gpu_ctrl_hdr hdr;166 __le32 resource_id;167 __le32 padding;
207 pub struct virtio_gpu_resource_unref { struct213 unsafe impl DataInit for virtio_gpu_resource_unref {} implementation