Searched defs:virtio_gpu_update_cursor (Results 1 – 1 of 1) sorted by relevance
109 struct virtio_gpu_update_cursor { struct110 struct virtio_gpu_ctrl_hdr hdr;111 struct virtio_gpu_cursor_pos pos; /* update & move */112 __le32 resource_id; /* update only */113 __le32 hot_x; /* update only */114 __le32 hot_y; /* update only */115 __le32 padding;