Home
last modified time | relevance | path

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

/drivers/video/console/
Dsticon.c92 if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) { in sticon_putc()
116 if ((p->cursor_y == ypos) && (xpos <= p->cursor_x) && in sticon_putcs()
117 (p->cursor_x < (xpos + count))) { in sticon_putcs()
/drivers/gpu/drm/radeon/
Dradeon_cursor.c149 radeon_crtc->cursor_x = x; in radeon_cursor_move_locked()
332 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
377 radeon_cursor_move_locked(crtc, radeon_crtc->cursor_x, in radeon_cursor_reset()
Dradeon_mode.h338 int cursor_x; member
/drivers/staging/speakup/
Dspk_types.h69 u_long reading_x, cursor_x; member
85 #define spk_cx (speakup_console[vc->vc_num]->cursor_x)
/drivers/gpu/drm/armada/
Darmada_crtc.c840 if (dcrtc->cursor_x < 0) { in armada_drm_crtc_cursor_update()
841 xoff = -dcrtc->cursor_x; in armada_drm_crtc_cursor_update()
844 } else if (dcrtc->cursor_x + w > dcrtc->crtc.mode.hdisplay) { in armada_drm_crtc_cursor_update()
846 xscr = dcrtc->cursor_x; in armada_drm_crtc_cursor_update()
847 w = max_t(int, dcrtc->crtc.mode.hdisplay - dcrtc->cursor_x, 0); in armada_drm_crtc_cursor_update()
850 xscr = dcrtc->cursor_x; in armada_drm_crtc_cursor_update()
988 dcrtc->cursor_x = x; in armada_drm_crtc_cursor_move()
Darmada_crtc.h88 int cursor_x; member
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h214 int cursor_x; member
Dvmwgfx_kms.c413 du->cursor_x = plane->state->crtc_x + du->set_gui_x; in vmw_du_cursor_plane_atomic_update()
417 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
/drivers/gpu/drm/
Ddrm_plane.c792 crtc_x = crtc->cursor_x; in drm_mode_cursor_universal()
813 crtc->cursor_x = req->x; in drm_mode_cursor_universal()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h365 int cursor_x; member
Ddce_v8_0.c2266 amdgpu_crtc->cursor_x = x; in dce_v8_0_cursor_move_locked()
2358 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2394 dce_v8_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v8_0_cursor_reset()
Ddce_v6_0.c2253 amdgpu_crtc->cursor_x = x; in dce_v6_0_cursor_move_locked()
2345 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()
2381 dce_v6_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v6_0_cursor_reset()
Ddce_v11_0.c2437 amdgpu_crtc->cursor_x = x; in dce_v11_0_cursor_move_locked()
2529 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2565 dce_v11_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v11_0_cursor_reset()
Ddce_v10_0.c2362 amdgpu_crtc->cursor_x = x; in dce_v10_0_cursor_move_locked()
2454 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2490 dce_v10_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v10_0_cursor_reset()