Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 143) sorted by relevance

123456

/utopia/UTPA2-700.0.x/modules/dlc/drv/dlc/
H A DdrvDLC.c281 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/xc/drv/xc/
H A Dmdrv_sc_dynamicscaling.c228 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_Get_DSForceIndexSupported_U2()
305 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_Set_DSIndexSourceSelect_U2()
463 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_GetDynamicScalingStatus()
516 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_EnableIPMTuneAfterDS()
603 _s32FdScaler = open("/dev/scaler", O_RDWR); in MApi_XC_SetDynamicScaling_U2()
746 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_Set_DynamicScalingFlag_U2()
887 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_GetSWDSIndex()
940 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_FireSWDSIndex()
1154 _s32FdScaler = open("/dev/scaler", O_RDWR); in MApi_XC_SetDSInfo_U2()
H A Dmdrv_sc_menuload.c805 fd = open("/dev/scaler", O_RDWR); in MApi_XC_MLoad_Init_U2()
942 fd = open("/dev/scaler", O_RDWR); in MApi_XC_MLoad_Cus_Init_U2()
1013 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_MLoad_Enable()
1067 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_MLoad_Enable_U2()
1131 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_MLoad_Cus_Enable_U2()
1200 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_MLoad_GetStatus()
1294 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_MLoad_Fire()
1379 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_MLoad_Fire()
1681 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MApi_XC_MLoad_WriteCmd()
1734 fd = open("/dev/scaler", O_WRONLY | O_NDELAY); in MDrv_XC_MLoad_WriteCmd()
[all …]
/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DdrvGPIO.c337 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 DdrvSERFLASH.c229 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/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Dmain.c133 Pinput_stream->open = JPEG_FILE_open; in JPEGInit()
142 Ptga_stream->open = JPEG_FILE_tga_open; in JPEGInit()
211 if ( Pinput_stream->open( Psrc_filename, Pinput_stream ) ) in main()
273 status = Ptga_stream->open( Pdst_filename, MApi_JPEG_GetWidth(), MApi_JPEG_GetHeight(), in main()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Dmain.c133 Pinput_stream->open = JPEG_FILE_open; in JPEGInit()
142 Ptga_stream->open = JPEG_FILE_tga_open; in JPEGInit()
211 if ( Pinput_stream->open( Psrc_filename, Pinput_stream ) ) in main()
273 status = Ptga_stream->open( Pdst_filename, MApi_JPEG_GetWidth(), MApi_JPEG_GetHeight(), in main()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c283 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()
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.h133 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 DdrvLDM.c208 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/projects/tools/lint/mips-linux-gnu_include/
H A Dfcntl.h85 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1));
88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64 macro
/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Drt-tester.py123 fd = open(arguments[0])
176 fsta = open(fname, 'r')
205 fcmd = open(fname, 'w')
/utopia/UTPA2-700.0.x/modules/uart/drv/uart/
H A DdrvUART.c144 .open = HAL_UART_Aeon_Open,
156 .open = HAL_UART_PIU_Open,
542 _UartDisc[uart_dev-3].UartHandle = ((MS_U32)(dev->devio->open((device_t)dev, 0))); in mdrv_uart_open()
546 return ((MS_U32)(dev->devio->open((device_t)dev, 0))); in mdrv_uart_open()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c385 _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/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_io.h131 MS_BOOL (*open)( const char *Pfilename, member
152 MS_BOOL (*open)( const char *Pfilename, MS_U16 _width, MS_U16 _height, member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_io.h131 MS_BOOL (*open)( const char *Pfilename, member
152 MS_BOOL (*open)( const char *Pfilename, MS_U16 _width, MS_U16 _height, member
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_dynamicscaling.c570 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand()
978 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_NonXC()
1265 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_Mask()
1576 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_Add_NullCommand()
1968 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MHal_XC_Set_DSForceIndex()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_dynamicscaling.c570 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand()
978 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_NonXC()
1265 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_Mask()
1576 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_Add_NullCommand()
1968 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MHal_XC_Set_DSForceIndex()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_dynamicscaling.c570 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand()
978 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_NonXC()
1265 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_Mask()
1576 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_Add_NullCommand()
1968 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MHal_XC_Set_DSForceIndex()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_dynamicscaling.c570 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand()
978 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_NonXC()
1265 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_Mask()
1576 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_Add_NullCommand()
1968 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MHal_XC_Set_DSForceIndex()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl2.h29 open) __nonnull ((1));
42 open (__const char *__path, int __oflag, ...) in open() function
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c509 .open = utopia_proc_open,
519 .open = mpoolinfo_proc_open,
618 .open = STR_verify_proc_open,
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_dynamicscaling.c569 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand()
978 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_WriteSWDSCommand_NonXC()
1265 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in Hal_SC_Add_NullCommand()
1689 _s32FdScaler = open("/dev/scaler", O_WRONLY | O_NDELAY); in MHal_XC_Set_DSForceIndex()
/utopia/UTPA2-700.0.x/modules/gpio/hal/M7621/gpio/
H A DhalGPIO.c1369 fd = open(GPIOSysfsPath, O_WRONLY); in __HAL_Gpio_Set_Level()
1389 fd = open(GPIOSysfsPath, O_WRONLY); in __HAL_Gpio_Set_InOut()
1432 fd = open(GPIOSysfsPath, O_RDONLY); in _HAL_Gpio_Get_InOut()
1463 fd = open(GPIOSysfsPath, O_RDONLY); in _HAL_Gpio_Get_Level()
/utopia/UTPA2-700.0.x/modules/gpio/hal/maxim/gpio/
H A DhalGPIO.c1359 fd = open(GPIOSysfsPath, O_WRONLY); in __HAL_Gpio_Set_Level()
1379 fd = open(GPIOSysfsPath, O_WRONLY); in __HAL_Gpio_Set_InOut()
1422 fd = open(GPIOSysfsPath, O_RDONLY); in _HAL_Gpio_Get_InOut()
1453 fd = open(GPIOSysfsPath, O_RDONLY); in _HAL_Gpio_Get_Level()

123456