Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c289 .get_scan_pos = lsdc_crtc0_scan_pos,
301 .get_scan_pos = lsdc_crtc1_scan_pos,
370 .get_scan_pos = lsdc_crtc0_scan_pos,
383 .get_scan_pos = lsdc_crtc1_scan_pos,
555 lcrtc->hw_ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_show_scan_position()
924 ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_get_scanout_position()
H A Dlsdc_drv.h114 void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos); member