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;
267 pub struct virtio_gpu_resource_attach_backing { struct268 pub hdr: virtio_gpu_ctrl_hdr,269 pub resource_id: Le32,270 pub nr_entries: Le32,