Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c196 struct synthvid_pointer_shape ptr_shape; member
308 msg.ptr_shape.part_idx = CURSOR_COMPLETE; in synthvid_send_ptr()
309 msg.ptr_shape.is_argb = 1; in synthvid_send_ptr()
310 msg.ptr_shape.width = 1; in synthvid_send_ptr()
311 msg.ptr_shape.height = 1; in synthvid_send_ptr()
312 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
313 msg.ptr_shape.hot_y = 0; in synthvid_send_ptr()
314 msg.ptr_shape.data[0] = 0; in synthvid_send_ptr()
315 msg.ptr_shape.data[1] = 1; in synthvid_send_ptr()
316 msg.ptr_shape.data[2] = 1; in synthvid_send_ptr()
[all …]