| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiCEC.h | 287 } MsCEC_DEVICELA; typedef 781 MsCEC_DEVICELA MyLogicalAddress; //TV related 789 MsCEC_DEVICELA ActiveLogicalAddress; //the remoter controller's active device 794 MsCEC_DEVICELA MyLogicalAddress2; 930 MsCEC_DEVICELA myLA; 940 MsCEC_DEVICELA eNextDeviceLA; 945 MsCEC_DEVICELA eDetAddr; 954 MsCEC_DEVICELA eDetAddr; 963 MsCEC_DEVICELA eDetAddr; 992 MsCEC_DEVICELA eDetAddr; [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/api/cec/ |
| H A D | apiCEC_private.h | 142 MsCEC_DEVICELA MyLogicalAddress; //TV related 146 MsCEC_DEVICELA ActiveLogicalAddress; //the remoter controller's active device 153 MsCEC_DEVICELA MyLogicalAddress2; 163 typedef void (*IOCTL_CEC_SET_MY_LOGICAL_ADDRESS) (void*, MsCEC_DEVICELA); 166 typedef MsCEC_DEVICELA (*IOCTL_CEC_NEXT_DEVICE) (void*); 168 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); 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); [all …]
|
| H A D | apiCEC.c | 385 void MApi_CEC_SetMyLogicalAddress(MsCEC_DEVICELA myLA) in MApi_CEC_SetMyLogicalAddress() 437 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() 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() 773 CEC_ERROR_CODE MApi_CEC_Msg_ReportCECVersion(MsCEC_DEVICELA dst_address, MS_U8 version) in MApi_CEC_Msg_ReportCECVersion() 807 CEC_ERROR_CODE MApi_CEC_Msg_ReqCECVersion(MsCEC_DEVICELA dst_address) in MApi_CEC_Msg_ReqCECVersion() 872 CEC_ERROR_CODE MApi_CEC_Msg_ReqPhycalAddress(MsCEC_DEVICELA dst_address) in MApi_CEC_Msg_ReqPhycalAddress() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/include/ |
| H A D | drvCEC.h | 128 INTERFACE MsCEC_DEVICELA MDrv_CEC_NextDevice(void* pInstance); 131 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); 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… 141 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_ReportCECVersion(void* pInstance, MsCEC_DEVICELA dst_address,… 142 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_ReqCECVersion(void* pInstance, MsCEC_DEVICELA dst_address); 144 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_ReqPhycalAddress(void* pInstance, MsCEC_DEVICELA dst_address); [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/ |
| H A D | drvCEC.c | 400 CEC_ERROR_CODE _MDrv_CEC_PingApi(MsCEC_DEVICELA addr) 520 pCECResourcePrivate->ActiveLogicalAddress = (MsCEC_DEVICELA)i; 543 CEC_ERROR_CODE _MDrv_CEC_TxApi(MS_U8 ucInitiatorLA, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, … 594 CEC_ERROR_CODE _MDrv_CEC_TxApi2(MS_U8 ucInitiatorLA, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg,… 921 void MDrv_CEC_SetMyLogicalAddress(void* pInstance, MsCEC_DEVICELA myLA) 1007 MsCEC_DEVICELA i; 1135 MsCEC_DEVICELA MDrv_CEC_NextDevice(void* pInstance) 1140 MsCEC_DEVICELA eReturnValue = E_LA_UNREGISTERED; 1165 eReturnValue = (MsCEC_DEVICELA)uctemp; 1230 CEC_ERROR_CODE MDrv_CEC_TxSendMsg(void* pInstance, MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, M… [all …]
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiCEC.h | 280 } MsCEC_DEVICELA; typedef 774 MsCEC_DEVICELA MyLogicalAddress; //TV related 782 MsCEC_DEVICELA ActiveLogicalAddress; //the remoter controller's active device 787 MsCEC_DEVICELA MyLogicalAddress2; 887 void MApi_CEC_SetMyLogicalAddress(MsCEC_DEVICELA myLA); 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); 1378 void MApi_CEC_SetMyLogicalAddress2(MsCEC_DEVICELA myLA); 1401 void MApi_CEC_SetInitiator(MsCEC_DEVICELA IniLA);
|
| H A D | drvCEC.h | 126 INTERFACE CEC_ERROR_CODE MDrv_CEC_TxApi(MsCEC_DEVICELA dst_address, MsCEC_MSGLIST msg, MS_U8* opera… 138 INTERFACE void MDrv_CEC_SetMyLogicalAddress2(MsCEC_DEVICELA MyLogicalAddress);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/cec/ |
| H A D | adpCEC.c | 167 MsCEC_DEVICELA eDetAddr; 176 MsCEC_DEVICELA eDetAddr;
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/macan/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/M7821/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maserati/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/manhattan/cec/include/ |
| H A D | mhal_CEC.h | 108 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/manhattan/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maserati/cec/ |
| H A D | mhal_cec.c | 353 void mhal_CEC_Init(MS_U32 u32XTAL_CLK_Hz, MsCEC_DEVICELA DeviceLA, MS_U8 ucRetryCnt) in mhal_CEC_Init()
|