Searched refs:pHwi2cParam_Init (Results 1 – 1 of 1) sorted by relevance
1359 PHWI2C_PRIVATE_PARAM_Init pHwi2cParam_Init = NULL; in MDrv_HWI2C_Init() local1362 pHwi2cParam_Init = (PHWI2C_PRIVATE_PARAM_Init)malloc(sizeof(HWI2C_PRIVATE_PARAM_Init)); in MDrv_HWI2C_Init()1363 pHwi2cParam_Init->psCfg = psCfg; in MDrv_HWI2C_Init()1364 u32Ret = UtopiaIoctl(pInstantHwi2c,MDrv_CMD_HWI2C_Init,(MS_U32*)pHwi2cParam_Init); in MDrv_HWI2C_Init()1365 free(pHwi2cParam_Init); in MDrv_HWI2C_Init()1376 PHWI2C_PRIVATE_PARAM_Init pHwi2cParam_Init = NULL; in MDrv_HWI2C_GetConfig() local1379 pHwi2cParam_Init = (PHWI2C_PRIVATE_PARAM_Init)malloc(sizeof(HWI2C_PRIVATE_PARAM_Init)); in MDrv_HWI2C_GetConfig()1380 u32Ret = UtopiaIoctl(pInstantHwi2c,MDrv_CMD_HWI2C_GetConfig,pHwi2cParam_Init); in MDrv_HWI2C_GetConfig()1381 psCfg=pHwi2cParam_Init->psCfg; in MDrv_HWI2C_GetConfig()1382 free(pHwi2cParam_Init); in MDrv_HWI2C_GetConfig()