Searched refs:get_scan_pos (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_crtc.c | 287 .get_scan_pos = lsdc_crtc0_scan_pos, 299 .get_scan_pos = lsdc_crtc1_scan_pos, 368 .get_scan_pos = lsdc_crtc0_scan_pos, 381 .get_scan_pos = lsdc_crtc1_scan_pos, 553 lcrtc->hw_ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_show_scan_position() 922 ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_get_scanout_position()
|
D | lsdc_drv.h | 114 void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos); member
|