Home
last modified time | relevance | path

Searched refs:HDCP14Tx_SubFSM_AuthFail (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c1173 if (psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState == HDCP14Tx_SubFSM_AuthFail) in MDrv_HDCPTx_CheckAuthFailFlag()
1483 case HDCP14Tx_SubFSM_AuthFail: in HDCPTx_Handler()
1512 … psHDMITXResPri->stHdcpTxInfo.hdcp14tx_PreSubState = HDCP14Tx_SubFSM_AuthFail; in HDCPTx_Handler()
1629 … psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; in HDCPTx_Handler()
1638 psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; in HDCPTx_Handler()
1667 … psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; //HDCP14Tx_SubFSM_IDLE; in HDCPTx_Handler()
1686 … psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; //HDCP14Tx_SubFSM_IDLE; in HDCPTx_Handler()
1710 … psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; //HDCP14Tx_SubFSM_IDLE; in HDCPTx_Handler()
1766 psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; in HDCPTx_Handler()
1776 … psHDMITXResPri->stHdcpTxInfo.hdcp14tx_SubState = HDCP14Tx_SubFSM_AuthFail; in HDCPTx_Handler()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/include/
H A DdrvHDMITx.h290 HDCP14Tx_SubFSM_AuthFail = 0x09 enumerator
/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DapiHDMITx.c3303 else if (MDrv_HDCPTx_GetPreState(pInstance) == HDCP14Tx_SubFSM_AuthFail) in MApi_HDMITx_GetHDCP_PreStatus_U2()