Home
last modified time | relevance | path

Searched refs:ptr_shape (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/
Dhyperv_fb.c187 struct synthvid_pointer_shape ptr_shape; member
299 msg.ptr_shape.part_idx = CURSOR_COMPLETE; in synthvid_send_ptr()
300 msg.ptr_shape.is_argb = 1; in synthvid_send_ptr()
301 msg.ptr_shape.width = 1; in synthvid_send_ptr()
302 msg.ptr_shape.height = 1; in synthvid_send_ptr()
303 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
304 msg.ptr_shape.hot_y = 0; in synthvid_send_ptr()
305 msg.ptr_shape.data[0] = 0; in synthvid_send_ptr()
306 msg.ptr_shape.data[1] = 1; in synthvid_send_ptr()
307 msg.ptr_shape.data[2] = 1; in synthvid_send_ptr()
[all …]