Searched refs:hotspotY (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h701 uint32 hotspotY; member in struct:__anon740
714 uint32 hotspotY; member in struct:__anon741
724 uint32 hotspotY; member in struct:__anon742
736 uint32 hotspotY; member in struct:__anon743
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c69 u32 hotspotX, u32 hotspotY);
83 * @hotspotY: the vertical position of mouse hotspot
87 u32 hotspotX, u32 hotspotY)
112 cmd->cursor.hotspotY = hotspotY;
125 * @hotspotY: the vertical position of mouse hotspot
130 u32 hotspotX, u32 hotspotY)
135 hotspotX, hotspotY);
139 hotspotX, hotspotY);
155 * @hotspotY
85 vmw_send_define_cursor_cmd(struct vmw_private *dev_priv, u32 *image, u32 width, u32 height, u32 hotspotX, u32 hotspotY) argument
127 vmw_cursor_update_image(struct vmw_private *dev_priv, struct vmw_plane_state *vps, u32 *image, u32 width, u32 height, u32 hotspotX, u32 hotspotY) argument
157 vmw_cursor_update_mob(struct vmw_private *dev_priv, struct vmw_plane_state *vps, u32 *image, u32 width, u32 height, u32 hotspotX, u32 hotspotY) argument
[all...]

Completed in 203 milliseconds