Lines Matching defs:_KdCardFuncs
107 typedef struct _KdCardFuncs { struct
108 Bool (*cardinit) (KdCardInfo *); /* detect and map device */
109 Bool (*scrinit) (KdScreenInfo *); /* initialize screen information */
110 Bool (*initScreen) (ScreenPtr); /* initialize ScreenRec */
111 Bool (*finishInitScreen) (ScreenPtr pScreen);
112 Bool (*createRes) (ScreenPtr); /* create screen resources */
113 void (*scrfini) (KdScreenInfo *); /* close down screen */
114 void (*cardfini) (KdCardInfo *); /* close down */
116 Bool (*initCursor) (ScreenPtr); /* detect and map cursor */
118 Bool (*initAccel) (ScreenPtr);
119 void (*enableAccel) (ScreenPtr);
120 void (*disableAccel) (ScreenPtr);
121 void (*finiAccel) (ScreenPtr);
123 void (*getColors) (ScreenPtr, int, xColorItem *);
124 void (*putColors) (ScreenPtr, int, xColorItem *);
126 void (*closeScreen) (ScreenPtr); /* close ScreenRec */