Searched refs:DriverFunc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 88 if (scrp->DriverFunc) { in xf86RandRGetInfo() 89 (*scrp->DriverFunc) (scrp, RR_GET_MODE_MM, &RRModeMM); in xf86RandRGetInfo() 115 if (scrp->DriverFunc) { in xf86RandRGetInfo() 116 (*scrp->DriverFunc) (scrp, RR_GET_MODE_MM, &RRModeMM); in xf86RandRGetInfo() 132 if (scrp->DriverFunc) { in xf86RandRGetInfo() 136 if (!(*scrp->DriverFunc) (scrp, RR_GET_INFO, &RRRotation)) in xf86RandRGetInfo() 175 if (scrp->DriverFunc) { in xf86RandRSetMode() 184 (*scrp->DriverFunc) (scrp, RR_GET_MODE_MM, &RRModeMM); in xf86RandRSetMode() 267 if (scrp->DriverFunc) { in xf86RandRSetConfig() 278 if (!(*scrp->DriverFunc) (scrp, RR_SET_CONFIG, &RRRotation)) in xf86RandRSetConfig() [all …]
|
| H A D | xf86Init.c | 698 xf86Screens[i]->DriverFunc = NULL; in InitOutput() 755 pScrn->DriverFunc = NULL; in InitOutput()
|
| H A D | xf86str.h | 687 xorgDriverFuncProc *DriverFunc; member
|
| H A D | xf86Helper.c | 198 pScrn->DriverFunc = drv->driverFunc; in xf86AllocateScreen()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 185130 Don't fail calling function when DriverFunc() for RandR fails as 185131 DriverFunc() also returns FALSE when the specific sub function isn't
|