| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 67 RRScreenSizePtr pSize; in xf86RandRGetInfo() local 92 pSize = RRRegisterSize(pScreen, in xf86RandRGetInfo() 95 if (!pSize) in xf86RandRGetInfo() 97 RRRegisterRate(pScreen, pSize, refresh); in xf86RandRGetInfo() 101 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandRGetInfo() 119 pSize = RRRegisterSize(pScreen, in xf86RandRGetInfo() 122 if (!pSize) in xf86RandRGetInfo() 124 RRRegisterRate(pScreen, pSize, refresh0); in xf86RandRGetInfo() 127 RRSetCurrentConfig(pScreen, randrp->rotation, refresh0, pSize); in xf86RandRGetInfo() 230 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandRSetConfig() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrinfo.c | 279 RRRegisterRate(ScreenPtr pScreen, RRScreenSizePtr pSize, int rate) in RRRegisterRate() argument 288 for (i = 0; i < pSize->nRates; i++) in RRRegisterRate() 289 if (pSize->pRates[i].rate == rate) in RRRegisterRate() 292 pNew = reallocarray(pSize->pRates, pSize->nRates + 1, sizeof(RRScreenRate)); in RRRegisterRate() 295 pRate = &pNew[pSize->nRates++]; in RRRegisterRate() 297 pSize->pRates = pNew; in RRRegisterRate() 314 Rotation rotation, int rate, RRScreenSizePtr pSize) in RRSetCurrentConfig() argument 320 pScrPriv->size = pSize - pScrPriv->pSizes; in RRSetCurrentConfig()
|
| H A D | rrscreen.c | 806 RRScreenSizePtr pSize; in ProcRRGetScreenInfo() local 847 pSize = &pData->sizes[i]; in ProcRRGetScreenInfo() 848 size->widthInPixels = pSize->width; in ProcRRGetScreenInfo() 849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo() 850 size->widthInMillimeters = pSize->mmWidth; in ProcRRGetScreenInfo() 851 size->heightInMillimeters = pSize->mmHeight; in ProcRRGetScreenInfo() 860 *rates = pSize->nRates; in ProcRRGetScreenInfo() 865 for (j = 0; j < pSize->nRates; j++) { in ProcRRGetScreenInfo() 866 *rates = pSize->pRates[j].rate; in ProcRRGetScreenInfo() 921 RRScreenSizePtr pSize; in ProcRRSetScreenConfig() local [all …]
|
| H A D | randrstr.h | 302 int rate, RRScreenSizePtr pSize); 616 RRRegisterRate(ScreenPtr pScreen, RRScreenSizePtr pSize, int rate); 625 Rotation rotation, int rate, RRScreenSizePtr pSize);
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartzRandR.c | 76 pMode->pSize = NULL; in QuartzRandRGetModeInfo() 220 pMode->pSize = in QuartzRandRRegisterMode() 223 if (pMode->pSize) { in QuartzRandRRegisterMode() 225 RRRegisterRate(pScreen, pMode->pSize, pMode->refresh); in QuartzRandRRegisterMode() 229 pMode->pSize); in QuartzRandRRegisterMode() 338 RRScreenSizePtr pSize) in QuartzRandRSetConfig() argument 343 reqMode.width = pSize->width; in QuartzRandRSetConfig() 344 reqMode.height = pSize->height; in QuartzRandRSetConfig()
|
| H A D | quartzRandR.h | 39 RRScreenSizePtr pSize; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 408 RRScreenSizePtr pSize; in ephyrRandRGetInfo() local 450 pSize = RRRegisterSize(pScreen, in ephyrRandRGetInfo() 456 RRSetCurrentConfig(pScreen, randr, 0, pSize); in ephyrRandRGetInfo() 463 Rotation randr, int rate, RRScreenSizePtr pSize) in ephyrRandRSetConfig() argument 475 newwidth = pSize->width; in ephyrRandRSetConfig() 476 newheight = pSize->height; in ephyrRandRSetConfig() 479 newwidth = pSize->height; in ephyrRandRSetConfig() 480 newheight = pSize->width; in ephyrRandRSetConfig()
|
| H A D | ephyr.h | 180 Rotation randr, int rate, RRScreenSizePtr pSize);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 543 int i, numMerges, pSize, qSize; in sortLinked() local 555 pSize = 0; in sortLinked() 557 pSize++; in sortLinked() 564 while (pSize > 0 || (qSize > 0 && q)) { in sortLinked() 566 if (pSize == 0) { in sortLinked() 573 pSize--; in sortLinked() 577 pSize--; in sortLinked()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 580 int i, numMerges, pSize, qSize; in sortLinked() local 592 pSize = 0; in sortLinked() 594 pSize++; in sortLinked() 601 while (pSize > 0 || (qSize > 0 && q)) { in sortLinked() 603 if (pSize == 0) { in sortLinked() 610 pSize--; in sortLinked() 614 pSize--; in sortLinked()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 457 RRScreenSizePtr pSize; in xf86RandR12GetInfo() local 485 pSize = RRRegisterSize(pScreen, in xf86RandR12GetInfo() 488 if (!pSize) in xf86RandR12GetInfo() 490 RRRegisterRate(pScreen, pSize, refresh); in xf86RandR12GetInfo() 493 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandR12GetInfo() 582 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandR12SetConfig() argument 615 if (mode->HDisplay == pSize->width && in xf86RandR12SetConfig() 616 mode->VDisplay == pSize->height && in xf86RandR12SetConfig() 620 if (pSize->width == randrp->virtualX && in xf86RandR12SetConfig() 621 pSize->height == randrp->virtualY) { in xf86RandR12SetConfig() [all …]
|
| H A D | xf86RandR12.h | 36 int rate, RRScreenSizePtr pSize);
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | odm_HWConfig.h | 147 u32 *pSize
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 429 Rotation rotation, int rate, RRScreenSizePtr pSize) in xwl_randr_set_config() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_hwconfig.h | 231 OUT u4Byte *pSize
|
| H A D | phydm_hwconfig.c | 44 #define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize)) 45 #define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize)) 2618 OUT u4Byte *pSize in ODM_ConfigFWWithHeaderFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_hwconfig.h | 231 OUT u4Byte *pSize
|
| H A D | phydm_hwconfig.c | 44 #define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize)) 45 #define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize)) 2631 OUT u4Byte *pSize in ODM_ConfigFWWithHeaderFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_hwconfig.h | 253 OUT u4Byte *pSize
|
| H A D | phydm_hwconfig.c | 44 #define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize)) 45 #define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize)) 2644 OUT u4Byte *pSize in ODM_ConfigFWWithHeaderFile() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/ |
| H A D | halmac_type.h | 1865 …ac_get_management_txdesc)(PHALMAC_ADAPTER pHalmac_adapter, u8 *pBuf, u32 *pSize, PHALMAC_MGNT_INFO…
|