Searched defs:virtio_gpu_resource_detach_backing (Results 1 – 2 of 2) sorted by relevance
229 struct virtio_gpu_resource_detach_backing { struct230 struct virtio_gpu_ctrl_hdr hdr;231 __le32 resource_id;232 __le32 padding;
288 pub struct virtio_gpu_resource_detach_backing { struct294 unsafe impl DataInit for virtio_gpu_resource_detach_backing {} implementation