Home
last modified time | relevance | path

Searched refs:CEC_ERROR_CODE (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiCEC.h262 } CEC_ERROR_CODE; typedef
949 CEC_ERROR_CODE eErrorCode;
958 CEC_ERROR_CODE eErrorCode;
964 CEC_ERROR_CODE eErrorCode;
969 CEC_ERROR_CODE eErrorCode;
976 CEC_ERROR_CODE eErrorCode;
981 CEC_ERROR_CODE eErrorCode;
987 CEC_ERROR_CODE eErrorCode;
993 CEC_ERROR_CODE eErrorCode;
999 CEC_ERROR_CODE eErrorCode;
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/api/cec/
H A DapiCEC_private.h168 typedef CEC_ERROR_CODE (*IOCTL_CEC_TX_SEND_MSG) (void*, MsCEC_DEVICELA, MsCEC…
169 typedef CEC_ERROR_CODE (*IOCTL_CEC_TX_SEND_MSG2) (void*, MsCEC_DEVICELA, MsCEC…
170 typedef CEC_ERROR_CODE (*IOCTL_CEC_TX_SEND_POLLING_MSG) (void*, MsCEC_DEVICELA);
171 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_ACTIVE_SOURCE) (void*);
172 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_ROUTING_CHANGE) (void*, MS_U8*, MS_U8*);
173 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_REQ_ACTIVE_SOURCE) (void*);
174 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_SET_STREAM_PATH) (void*, MS_U8*);
175 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_STANDBY) (void*, MsCEC_DEVICELA);
176 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_RECORD_OFF) (void*, MsCEC_DEVICELA);
177 typedef CEC_ERROR_CODE (*IOCTL_CEC_MSG_RECORD_ON) (void*, MsCEC_DEVICELA, MsCEC…
[all …]
H A DapiCEC.c437 CEC_ERROR_CODE MApi_CEC_TxSendMsg(MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, MS_U8 *cmd, MS_U8 … in MApi_CEC_TxSendMsg()
472 CEC_ERROR_CODE MApi_CEC_TxSendMsg2(MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, MS_U8* cmd, MS_U8… in MApi_CEC_TxSendMsg2()
504 CEC_ERROR_CODE MsAPI_CecTxSendPollingMsg(MsCEC_DEVICELA dst_address) in MsAPI_CecTxSendPollingMsg()
538 CEC_ERROR_CODE MApi_CEC_Msg_ActiveSource(void) in MApi_CEC_Msg_ActiveSource()
571 CEC_ERROR_CODE MApi_CEC_Msg_RoutingChange(MS_U8* orig_address, MS_U8* new_address) in MApi_CEC_Msg_RoutingChange()
605 CEC_ERROR_CODE MApi_CEC_Msg_ReqActiveSource(void) in MApi_CEC_Msg_ReqActiveSource()
637 CEC_ERROR_CODE MApi_CEC_Msg_SetStreamPath(MS_U8* new_address) in MApi_CEC_Msg_SetStreamPath()
672 CEC_ERROR_CODE MApi_CEC_Msg_Standby(MsCEC_DEVICELA dst_address) in MApi_CEC_Msg_Standby()
705 CEC_ERROR_CODE MApi_CEC_Msg_RecordOff(MsCEC_DEVICELA dst_address) in MApi_CEC_Msg_RecordOff()
738 CEC_ERROR_CODE MsAPI_CEC_Msg_RecordOn(MsCEC_DEVICELA dst_address, MsCEC_MSG_RECORD_SOURCE_TYPE cmd) in MsAPI_CEC_Msg_RecordOn()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/include/
H A DdrvCEC.h131 INTERFACE CEC_ERROR_CODE MDrv_CEC_TxSendMsg(void* pInstance, MsCEC_DEVICELA dst_address, MsCEC_MSGL…
132 INTERFACE CEC_ERROR_CODE MDrv_CEC_TxSendMsg2(void* pInstance, MsCEC_DEVICELA dst_address, MsCEC_MSG…
133 INTERFACE CEC_ERROR_CODE MDrv_CecTxSendPollingMsg(void* pInstance, MsCEC_DEVICELA dst_address);
134 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_ActiveSource(void* pInstance);
135 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_RoutingChange(void* pInstance, MS_U8* orig_address, MS_U8* ne…
136 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_ReqActiveSource(void* pInstance);
137 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_SetStreamPath(void* pInstance, MS_U8* new_address);
138 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_Standby(void* pInstance, MsCEC_DEVICELA dst_address);
139 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_RecordOff(void* pInstance, MsCEC_DEVICELA dst_address);
140 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_RecordOn(void* pInstance, MsCEC_DEVICELA dst_address, MsCEC_M…
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/
H A DdrvCEC.c400 CEC_ERROR_CODE _MDrv_CEC_PingApi(MsCEC_DEVICELA addr)
403 CEC_ERROR_CODE error_code = E_CEC_FEATURE_ABORT;
543 CEC_ERROR_CODE _MDrv_CEC_TxApi(MS_U8 ucInitiatorLA, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, …
546 CEC_ERROR_CODE error_code = E_CEC_FEATURE_ABORT;
594 CEC_ERROR_CODE _MDrv_CEC_TxApi2(MS_U8 ucInitiatorLA, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg,…
597 CEC_ERROR_CODE error_code = E_CEC_FEATURE_ABORT;
1230 CEC_ERROR_CODE MDrv_CEC_TxSendMsg(void* pInstance, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, M…
1235 CEC_ERROR_CODE res = E_CEC_FEATURE_ABORT;
1281 CEC_ERROR_CODE MDrv_CEC_TxSendMsg2(void* pInstance, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, …
1286 CEC_ERROR_CODE res = E_CEC_FEATURE_ABORT;
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiCEC.h255 } CEC_ERROR_CODE; typedef
905 CEC_ERROR_CODE MApi_CEC_TxSendMsg(MsCEC_DEVICELA header,MsCEC_MSGLIST opcode,MS_U8* operand_ptr,MS_…
916 CEC_ERROR_CODE MApi_CEC_TxSendMsg2(MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, MS_U8* operand_pt…
924 CEC_ERROR_CODE MsAPI_CecTxSendPollingMsg(MsCEC_DEVICELA dst_address);
1385 CEC_ERROR_CODE MApi_CEC_Msg_ReportPhycalAddress2(void);
H A DdrvCEC.h126 INTERFACE CEC_ERROR_CODE MDrv_CEC_TxApi(MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, MS_U8* opera…
/utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/cec/
H A DadpCEC.c171 CEC_ERROR_CODE eErrorCode;
180 CEC_ERROR_CODE eErrorCode;
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt63582 } CEC_ERROR_CODE;
64261 CEC_ERROR_CODE eErrorCode;
64270 CEC_ERROR_CODE eErrorCode;
64276 CEC_ERROR_CODE eErrorCode;
64281 CEC_ERROR_CODE eErrorCode;
64288 CEC_ERROR_CODE eErrorCode;
64293 CEC_ERROR_CODE eErrorCode;
64299 CEC_ERROR_CODE eErrorCode;
64305 CEC_ERROR_CODE eErrorCode;
64311 CEC_ERROR_CODE eErrorCode;
[all …]