vmw_conn_state   1649 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 		struct vmw_connector_state *vmw_conn_state;
vmw_conn_state   1669 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 		vmw_conn_state = vmw_connector_state_to_vcs(conn_state);
vmw_conn_state   1670 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 		vmw_conn_state->gui_x = du->gui_x;
vmw_conn_state   1671 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 		vmw_conn_state->gui_y = du->gui_y;
vmw_conn_state    240 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 		struct vmw_connector_state *vmw_conn_state;
vmw_conn_state    247 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 		vmw_conn_state = vmw_connector_state_to_vcs(conn_state);
vmw_conn_state    249 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 		x = vmw_conn_state->gui_x;
vmw_conn_state    250 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 		y = vmw_conn_state->gui_y;
vmw_conn_state    369 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_connector_state *vmw_conn_state;
vmw_conn_state    375 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	vmw_conn_state = vmw_connector_state_to_vcs(conn_state);
vmw_conn_state    394 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	x = vmw_conn_state->gui_x;
vmw_conn_state    395 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	y = vmw_conn_state->gui_y;