Home
last modified time | relevance | path

Searched refs:xf86_crtc_notify_proc_ptr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h767 typedef void (*xf86_crtc_notify_proc_ptr) (ScreenPtr pScreen); typedef
822 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
1120 extern _X_EXPORT xf86_crtc_notify_proc_ptr
1121 xf86_wrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
1124 xf86_unwrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr old);
H A Dxf86Crtc.c3425 xf86_crtc_notify_proc_ptr
3426 xf86_wrap_crtc_notify(ScreenPtr screen, xf86_crtc_notify_proc_ptr new) in xf86_wrap_crtc_notify()
3431 xf86_crtc_notify_proc_ptr old; in xf86_wrap_crtc_notify()
3441 xf86_unwrap_crtc_notify(ScreenPtr screen, xf86_crtc_notify_proc_ptr old) in xf86_unwrap_crtc_notify()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h107 xf86_crtc_notify_proc_ptr xf86_crtc_notify;