Searched defs:virtio_gpu_resource_detach_backing (Results 1 – 2 of 2) sorted by relevance
218 struct virtio_gpu_resource_detach_backing { struct219 struct virtio_gpu_ctrl_hdr hdr;220 __le32 resource_id;221 __le32 padding;
289 pub struct virtio_gpu_resource_detach_backing { struct295 unsafe impl DataInit for virtio_gpu_resource_detach_backing {} argument