Searched refs:get_scan_pos (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/loongson/ |
D | lsdc_crtc.c | 288 .get_scan_pos = lsdc_crtc0_scan_pos, 300 .get_scan_pos = lsdc_crtc1_scan_pos, 369 .get_scan_pos = lsdc_crtc0_scan_pos, 382 .get_scan_pos = lsdc_crtc1_scan_pos, 554 lcrtc->hw_ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_show_scan_position() 923 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
|