Searched defs:virtio_gpu_resource_attach_backing (Results 1 – 2 of 2) sorted by relevance
222 struct virtio_gpu_resource_attach_backing { struct223 struct virtio_gpu_ctrl_hdr hdr;224 __le32 resource_id;225 __le32 nr_entries;
277 pub struct virtio_gpu_resource_attach_backing { struct283 unsafe impl DataInit for virtio_gpu_resource_attach_backing {} implementation