Searched defs:_KdCardFuncs (Results 1 – 1 of 1) sorted by relevance
107 typedef struct _KdCardFuncs { struct108 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);[all …]