Home
last modified time | relevance | path

Searched defs:virtio_gpu_update_cursor (Results 1 – 4 of 4) sorted by relevance

/external/trusty/lk/dev/virtio/gpu/
Dvirtio_gpu.h95 struct virtio_gpu_update_cursor { struct
96 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;
/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h156 struct virtio_gpu_update_cursor { struct
157 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;
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs185 pub struct virtio_gpu_update_cursor { struct
186 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,
/external/rust/crates/virtio-bindings/src/
Dvirtio_gpu.rs257 pub struct virtio_gpu_update_cursor { struct
267 const UNINIT: ::std::mem::MaybeUninit<virtio_gpu_update_cursor> = in bindgen_test_layout_virtio_gpu_update_cursor() argument