Searched refs:xf86_crtc_notify_proc_ptr (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h111 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h107 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.h629 typedef void (*xf86_crtc_notify_proc_ptr) (ScreenPtr pScreen); typedef in typeref:typename:void (*)(ScreenPtr pScreen)
684 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
956 extern _X_EXPORT xf86_crtc_notify_proc_ptr
957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
960 xf86_unwrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr old);
H A Dxf86Crtc.c3179 xf86_crtc_notify_proc_ptr
3180 xf86_wrap_crtc_notify (ScreenPtr screen, xf86_crtc_notify_proc_ptr new)
3186 xf86_crtc_notify_proc_ptr old;
3196 xf86_unwrap_crtc_notify(ScreenPtr screen, xf86_crtc_notify_proc_ptr old)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.h767 typedef void (*xf86_crtc_notify_proc_ptr) (ScreenPtr pScreen); typedef in typeref:typename:void (*)(ScreenPtr pScreen)
822 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
1127 extern _X_EXPORT xf86_crtc_notify_proc_ptr
1128 xf86_wrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
1131 xf86_unwrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr old);
H A Dxf86Crtc.c3467 xf86_crtc_notify_proc_ptr
3468 xf86_wrap_crtc_notify(ScreenPtr screen, xf86_crtc_notify_proc_ptr new)
3473 xf86_crtc_notify_proc_ptr old;
3483 xf86_unwrap_crtc_notify(ScreenPtr screen, xf86_crtc_notify_proc_ptr old)
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dsun_mouse.c635 xf86_crtc_notify_proc_ptr wrappedCrtcNotify
636 = (xf86_crtc_notify_proc_ptr) vuidMouseGetScreenPrivate(pScreen);
686 xf86_crtc_notify_proc_ptr pCrtcNotify

Completed in 21 milliseconds