Searched defs:virtio_gpu_update_cursor (Results 1 – 3 of 3) sorted by relevance
62 struct virtio_gpu_update_cursor { struct63 struct virtio_gpu_ctrl_hdr hdr;64 struct virtio_gpu_cursor_pos pos;65 __le32 resource_id;66 __le32 hot_x;67 __le32 hot_y;68 __le32 padding;
76 struct virtio_gpu_update_cursor { struct77 struct virtio_gpu_ctrl_hdr hdr;78 struct virtio_gpu_cursor_pos pos;79 __le32 resource_id;80 __le32 hot_x;81 __le32 hot_y;82 __le32 padding;
126 struct virtio_gpu_update_cursor { struct127 struct virtio_gpu_ctrl_hdr hdr;128 struct virtio_gpu_cursor_pos pos; /* update & move */129 __le32 resource_id; /* update only */130 __le32 hot_x; /* update only */131 __le32 hot_y; /* update only */132 __le32 padding;