Searched defs:virtio_gpu_update_cursor (Results 1 – 2 of 2) sorted by relevance
145 struct virtio_gpu_update_cursor { struct146 struct virtio_gpu_ctrl_hdr hdr;147 struct virtio_gpu_cursor_pos pos; /* update & move */148 __le32 resource_id; /* update only */149 __le32 hot_x; /* update only */150 __le32 hot_y; /* update only */151 __le32 padding;
180 pub struct virtio_gpu_update_cursor { struct189 unsafe impl DataInit for virtio_gpu_update_cursor {} implementation