Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c178 struct synthvid_pointer_shape ptr_shape; member
309 * msg.ptr_shape.data. Note: setting msg.ptr_pos.is_visible to 0 doesn't
336 msg.ptr_shape.part_idx = SYNTHVID_CURSOR_COMPLETE; in hyperv_hide_hw_ptr()
337 msg.ptr_shape.is_argb = 1; in hyperv_hide_hw_ptr()
338 msg.ptr_shape.width = 1; in hyperv_hide_hw_ptr()
339 msg.ptr_shape.height = 1; in hyperv_hide_hw_ptr()
340 msg.ptr_shape.hot_x = 0; in hyperv_hide_hw_ptr()
341 msg.ptr_shape.hot_y = 0; in hyperv_hide_hw_ptr()
342 msg.ptr_shape.data[0] = 0; in hyperv_hide_hw_ptr()
343 msg.ptr_shape in hyperv_hide_hw_ptr()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c233 struct synthvid_pointer_shape ptr_shape; member
362 msg.ptr_shape.part_idx = CURSOR_COMPLETE; in synthvid_send_ptr()
363 msg.ptr_shape.is_argb = 1; in synthvid_send_ptr()
364 msg.ptr_shape.width = 1; in synthvid_send_ptr()
365 msg.ptr_shape.height = 1; in synthvid_send_ptr()
366 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
367 msg.ptr_shape.hot_y = 0; in synthvid_send_ptr()
368 msg.ptr_shape.data[0] = 0; in synthvid_send_ptr()
369 msg.ptr_shape.data[1] = 1; in synthvid_send_ptr()
370 msg.ptr_shape in synthvid_send_ptr()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c226 struct synthvid_pointer_shape ptr_shape; member
355 msg.ptr_shape.part_idx = CURSOR_COMPLETE; in synthvid_send_ptr()
356 msg.ptr_shape.is_argb = 1; in synthvid_send_ptr()
357 msg.ptr_shape.width = 1; in synthvid_send_ptr()
358 msg.ptr_shape.height = 1; in synthvid_send_ptr()
359 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
360 msg.ptr_shape.hot_y = 0; in synthvid_send_ptr()
361 msg.ptr_shape.data[0] = 0; in synthvid_send_ptr()
362 msg.ptr_shape.data[1] = 1; in synthvid_send_ptr()
363 msg.ptr_shape in synthvid_send_ptr()
[all...]

Completed in 5 milliseconds