Searched defs:virtio_gpu_resource_attach_backing (Results 1 – 2 of 2) sorted by relevance
211 struct virtio_gpu_resource_attach_backing { struct212 struct virtio_gpu_ctrl_hdr hdr;213 __le32 resource_id;214 __le32 nr_entries;
278 pub struct virtio_gpu_resource_attach_backing { struct284 unsafe impl DataInit for virtio_gpu_resource_attach_backing {} implementation