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;
276 pub struct virtio_gpu_resource_detach_backing { struct277 pub hdr: virtio_gpu_ctrl_hdr,278 pub resource_id: Le32,279 pub padding: Le32,