Searched refs:pu32HDMITXInst (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/ |
| H A D | apiHDMITx.c | 216 if (pu32HDMITXInst == NULL) in MApi_HDMITx_Init() 218 if(UtopiaOpen(MODULE_HDMITX, &pu32HDMITXInst, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_HDMITx_Init() 230 if (UtopiaIoctl(pu32HDMITXInst, E_HDMITX_CMD_INIT, (void*)&HDMITXArgs) != UTOPIA_STATUS_SUCCESS) in MApi_HDMITx_Init() 240 return MApi_HDMITx_Init_U2(pu32HDMITXInst); in MApi_HDMITx_Init() 269 if (pu32HDMITXInst == NULL) in MApi_HDMITx_Exit() 271 if(UtopiaOpen(MODULE_HDMITX, &pu32HDMITXInst, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_HDMITx_Exit() 281 if (UtopiaIoctl(pu32HDMITXInst, E_HDMITX_CMD_EXIT, (void*)&HDMITXArgs) != UTOPIA_STATUS_SUCCESS) in MApi_HDMITx_Exit() 291 return MApi_HDMITx_Exit_U2(pu32HDMITXInst); in MApi_HDMITx_Exit() 315 if (pu32HDMITXInst == NULL) in MApi_HDMITx_TurnOnOff() 317 if(UtopiaOpen(MODULE_HDMITX, &pu32HDMITXInst, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_HDMITx_TurnOnOff() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/include/ |
| H A D | drvHDMITx.h | 580 INTERFACED void* pu32HDMITXInst; variable
|