| /utopia/UTPA2-700.0.x/modules/dlc/drv/dlc/ |
| H A D | drvDLC.c | 281 s32FdDlcBle = open("/dev/scaler", O_RDWR); in MDrv_DLC_SetDlcHandlerOnOff() 283 s32FdDlcBle = open("/dev/gflip", O_RDWR); in MDrv_DLC_SetDlcHandlerOnOff() 325 s32FdDlcBle = open("/dev/scaler", O_RDWR); in MDrv_DLC_SetBleOnOff() 327 s32FdDlcBle = open("/dev/gflip", O_RDWR); in MDrv_DLC_SetBleOnOff() 1275 s32FdDlcBle = open("/dev/scaler", O_RDWR); in MDrv_DLC_Init() 1277 s32FdDlcBle = open("/dev/gflip", O_RDWR); in MDrv_DLC_Init() 1542 s32FdDlcBle = open("/dev/scaler", O_RDWR); in MDrv_DLC_SendDlcInitCurveChangeInfo() 1544 s32FdDlcBle = open("/dev/gflip", O_RDWR); in MDrv_DLC_SendDlcInitCurveChangeInfo() 1603 s32FdDlcBle = open("/dev/scaler", O_RDWR); in MDrv_DLC_SendBleChangeInfo() 1605 s32FdDlcBle = open("/dev/gflip", O_RDWR); in MDrv_DLC_SendBleChangeInfo() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/ |
| H A D | drvGPIO.c | 337 fd = open(GPIO_FW_NAME, O_RDWR|O_EXCL); in mdrv_gpio_init_U2K() 383 fd = open(GPIO_FW_NAME, O_RDWR|O_EXCL); in mdrv_gpio_set_high_U2K() 432 fd = open(GPIO_FW_NAME, O_RDWR|O_EXCL); in mdrv_gpio_set_low_U2K() 481 fd = open(GPIO_FW_NAME, O_RDWR|O_EXCL); in mdrv_gpio_set_input_U2K() 541 fd = open(GPIO_FW_NAME, O_RDWR|O_EXCL); in mdrv_gpio_get_inout_U2K() 604 fd = open(GPIO_FW_NAME, O_RDWR|O_EXCL); in mdrv_gpio_get_level_U2K()
|
| /utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/ |
| H A D | drvSERFLASH.c | 229 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_GetInfo() 1368 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_Init() 1417 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_EraseChip() 1590 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_AddressErase() 1713 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_SectorErase() 1814 fd = open(SPI_FW_NAME, O_RDWR); in MDrv_SERFLASH_Write() 1896 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_Read() 1971 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_WriteProtect() 2335 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_ReadStatusRegister() 2439 fd = open(SPI_FW_NAME, O_RDWR|O_EXCL); in MDrv_SERFLASH_WriteStatusRegister()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvMPool.c | 283 if (0 > (_s32MPoolFd = open("/dev/malloc", O_RDWR))) in MsOS_MPool_Init() 309 _s32SemutexFD = open("/dev/semutex", O_RDWR); in MsOS_MPool_Init() 369 if (0 > (_s32FdION = open("/dev/ion", O_RDWR))) in MsOS_ION_Init() 448 _s32SemutexFD = open("/dev/semutex", O_RDWR); in MsOS_GetSHMSize() 559 _s32SemutexFD = open("/dev/semutex", O_RDWR); in MsOS_CreateNamedMutex() 721 _s32SemutexFD = open("/dev/semutex", O_RDWR); in MsOS_CreateNamedSemaphore() 1378 if (0 > (_s32UtopiaFd = open("/proc/utopia", O_RDWR))) in MsOS_MPool_Mapping() 1428 if (0 > (_s32UtopiaFd = open("/proc/utopia", O_RDWR))) in MsOS_MPool_Mapping_Dynamic()
|
| H A D | drvIPAPool.c | 277 if ((_s32FdIPAPool = open("/dev/ipapool", O_RDWR)) < 0) in PA_in_IPA_POOL_info() 413 if ((_s32FdIPAPool = open("/dev/ipapool", O_RDWR)) < 0) in MApi_IPA_Pool_Init() 974 if ((_s32FdIPAPool = open("/dev/ipapool", O_RDWR)) < 0) in MApi_IPA_Pool_InstallIpcHandle()
|
| H A D | drvCMAPool.c | 236 if ((_s32FdCMAPool = open("/dev/cmapool", O_RDWR)) < 0) in MApi_CMA_Pool_Init() 545 if ((_s32FdCMAPool = open("/dev/cmapool", O_RDWR)) < 0) in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
|
| H A D | drvSysInfo.c | 140 _s32SysFd = open("/dev/system", O_RDWR); in MDrv_SYS_Info()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | fcntl.h | 26 #define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) 35 #define O_RDWR 2 /* +1 == FREAD|FWRITE */ macro 58 #define _O_RDWR O_RDWR
|
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | frhsl_ringbuffer.h | 133 fd = open(HSL_DEVICE_PATH, O_RDWR); \ 150 fd = open(HSL_DEVICE_PATH, O_RDWR); \ 168 fd = open(HSL_DEVICE_PATH, O_RDWR); \
|
| /utopia/UTPA2-700.0.x/modules/ldm/drv/ldm/ |
| H A D | drvLDM.c | 208 LDM_fd = open(LDM_MODULE_NAME, O_RDWR); in MDrv_LDM_SetDbgLevel() 368 LDM_fd = open(LDM_MODULE_NAME, O_RDWR); in MDrv_LDM_SetConfPath() 412 LDM_fd = open(LDM_MODULE_NAME, O_RDWR); in MDrv_LDM_Init() 712 LDM_fd = open(LDM_MODULE_NAME, O_RDWR); in MDrv_LDM_SendCommads()
|
| /utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/ |
| H A D | drvMBX.c | 385 _s32FdMBX = open("/dev/msmailbox", O_RDWR); in _MDrv_MBX_Init_() 986 _s32FdMBX = open("/dev/msmailbox", O_RDWR); in MDrv_MBX_SetInformation() 1062 _s32FdMBX = open("/dev/msmailbox", O_RDWR); in MDrv_MBX_GetInformation()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/kano/sys/ |
| H A D | halSYS.c | 665 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsThreadProc() 1121 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/k6/sys/ |
| H A D | halSYS.c | 673 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsThreadProc() 1100 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/k7u/sys/ |
| H A D | halSYS.c | 671 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsThreadProc() 1098 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/k6lite/sys/ |
| H A D | halSYS.c | 684 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsThreadProc() 1111 hFileHandle = open(sFileName, (O_RDWR | O_EXCL)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_dynamicscaling.c | 603 _s32FdScaler = open("/dev/scaler", O_RDWR); in MApi_XC_SetDynamicScaling_U2() 1154 _s32FdScaler = open("/dev/scaler", O_RDWR); in MApi_XC_SetDSInfo_U2()
|
| H A D | mdrv_sc_display.c | 403 _s32FdScaler = open("/dev/scaler", O_RDWR); in _notify_kernel() 10055 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_AutoDownload_Config() 10148 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_AutoDownload_Write() 10209 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_AutoDownload_Fire() 10273 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_GetAutoDownloadCaps() 10379 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_HDR_Control() 10663 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_HDR_SetInputSource() 10717 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_HDR_SetWindow() 10762 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_SetSWDRInfo() 10796 _s32FdScaler = open("/dev/scaler", O_RDWR); in MDrv_XC_GetSWDRInfo()
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | drvGFLIP.c | 339 pGOPDrvLocalCtx->s32FdGFlip = open("/dev/gflip", O_RDWR); in MDrv_GFLIP_Init() 381 pGOPDrvLocalCtx->s32FdGFlip = open("/dev/gflip", O_RDWR); in MDrv_GFLIP_Init()
|
| /utopia/UTPA2-700.0.x/projects/tools/gr/ |
| H A D | spi_load.c | 19 SYS_fd = open(SYS_MODULE_KERNAL_NAME, O_RDWR); in MAdp_SYS_Init()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | madp_mfe_int.c | 163 mfe_irq_fd = open("/dev/int_mfe", O_RDWR | O_SYNC); in mfe_open_int()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/ |
| H A D | fcntl.h | 11 #define O_RDWR 00000002 macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | fcntl.h | 37 #define O_RDWR 02 macro
|
| /utopia/UTPA2-700.0.x/modules/clkm/drv/clkm/ |
| H A D | drvCLKM.c | 177 _gsInfo.s32fd = open(CLKM_MODULE_KERNAL_NAME, O_RDWR); in Drv_Clkm_Init()
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 581 omode = O_RDWR; in MsFS_Fopen()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | drvIPAPool.c | 323 int flags=O_RDWR; in MApi_IPA_Pool_Init() 1193 int flags=O_RDWR; in MApi_IPA_Pool_InstallIpcHandle()
|