Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_gpu.h109 struct virtio_gpu_update_cursor { struct
110 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;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_gpu.h109 struct virtio_gpu_update_cursor { struct
110 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;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_gpu.h126 struct virtio_gpu_update_cursor { struct
127 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;