Searched defs:virtio_gpu_update_cursor (Results 1 – 4 of 4) sorted by relevance
95 struct virtio_gpu_update_cursor { struct96 struct virtio_gpu_ctrl_hdr hdr;97 struct virtio_gpu_cursor_pos pos; /* update & move */98 uint32_t resource_id; /* update only */99 uint32_t hot_x; /* update only */100 uint32_t hot_y; /* update only */101 uint32_t padding;
156 struct virtio_gpu_update_cursor { struct157 struct virtio_gpu_ctrl_hdr hdr;158 struct virtio_gpu_cursor_pos pos; /* update & move */159 __le32 resource_id; /* update only */160 __le32 hot_x; /* update only */161 __le32 hot_y; /* update only */162 __le32 padding;
185 pub struct virtio_gpu_update_cursor { struct186 pub hdr: virtio_gpu_ctrl_hdr,187 pub pos: virtio_gpu_cursor_pos, /* update & move */188 pub resource_id: Le32, /* update only */189 pub hot_x: Le32, /* update only */190 pub hot_y: Le32, /* update only */191 pub padding: Le32,
257 pub struct virtio_gpu_update_cursor { struct267 const UNINIT: ::std::mem::MaybeUninit<virtio_gpu_update_cursor> = in bindgen_test_layout_virtio_gpu_update_cursor() argument