Lines Matching refs:hdmiTxDev

345 static HDMITXDEV hdmiTxDev[HDMITX_MAX_DEV_COUNT];  variable
2605 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_get_auth_done()
3076 if( state == hdmiTxDev[0].TxHDCP_State ) in TxHDCP_chg()
3080 DRM_INFO("TxHDCP %d -> %d\n",hdmiTxDev[0].TxHDCP_State,state); in TxHDCP_chg()
3081 hdmiTxDev[0].TxHDCP_State = state ; in TxHDCP_chg()
3086 hdmiTxDev[0].bAuthenticated=false; in TxHDCP_chg()
3087 hdmiTxDev[0].usHDCPTimeOut = 0 ; in TxHDCP_chg()
3092 hdmiTxDev[0].bAuthenticated = false ; in TxHDCP_chg()
3094 hdmiTxDev[0].usHDCPTimeOut = 5 ; in TxHDCP_chg()
3099 hdmiTxDev[0].bAuthenticated = false ; in TxHDCP_chg()
3100 hdmiTxDev[0].usHDCPTimeOut = 80 ; in TxHDCP_chg()
3104 hdmiTxDev[0].usHDCPTimeOut = 250 ; // set the count as the 5000ms/interval in TxHDCP_chg()
3108 hdmiTxDev[0].usHDCPTimeOut = 250 ; // set the count as the 5000ms/interval in TxHDCP_chg()
3113 hdmiTxDev[0].usHDCPTimeOut = 300 ; // set the count as the 6000ms/interval in TxHDCP_chg()
3122 hdmiTxDev[0].bAuthenticated = false ; in TxHDCP_chg()
3128 hdmiTxDev[0].bAuthenticated = false ; in TxHDCP_chg()
3135 hdmiTxDev[0].bAuthenticated = true ; in TxHDCP_chg()
3152 switch(hdmiTxDev[0].TxHDCP_State) in TxHDCP_fsm()
3158 if(hdmiTxDev[0].usHDCPTimeOut>0) in TxHDCP_fsm()
3160 hdmiTxDev[0].usHDCPTimeOut -- ; in TxHDCP_fsm()
3162 if( hdmiTxDev[0].usHDCPTimeOut == 0 ) in TxHDCP_fsm()
3171 if(hdmiTxDev[0].usHDCPTimeOut>0) in TxHDCP_fsm()
3173 hdmiTxDev[0].usHDCPTimeOut -- ; in TxHDCP_fsm()
3236 hdmiTxDev[0].bAuthenticated = false ; in TxHDCP_fsm()
3240 hdmiTxDev[0].Tx_BStatus = BStatus ; in TxHDCP_fsm()
3258 if(hdmiTxDev[0].usHDCPTimeOut >0) in TxHDCP_fsm()
3260 hdmiTxDev[0].usHDCPTimeOut -- ; in TxHDCP_fsm()
3263 if(hdmiTxDev[0].usHDCPTimeOut==0) in TxHDCP_fsm()
3270 DRM_INFO("[Fsm] Receiver: usHDCPTimeOut = %d\n",hdmiTxDev[0].usHDCPTimeOut); in TxHDCP_fsm()
3285 if(hdmiTxDev[0].usHDCPTimeOut >0) in TxHDCP_fsm()
3287 hdmiTxDev[0].usHDCPTimeOut -- ; in TxHDCP_fsm()
3290 if(hdmiTxDev[0].usHDCPTimeOut==0) in TxHDCP_fsm()
3298 if(hdmiTxDev[0].usHDCPTimeOut >0) in TxHDCP_fsm()
3300 hdmiTxDev[0].usHDCPTimeOut -- ; in TxHDCP_fsm()
3303 if(hdmiTxDev[0].usHDCPTimeOut==0) in TxHDCP_fsm()
3323 hdmiTxDev[0].Tx_BStatus = BStatus ; in TxHDCP_fsm()
3330 hdmiTxDev[0].Tx_BStatus |= B_TX_DOWNSTREAM_OVER ; in TxHDCP_fsm()
3609 hdmiTxDev[0].bAuthenticated = true ; in hdmi_tx_hdcp_auth_process_Repeater()
3902 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_enable_auth_part1()
3910 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_enable_auth_part1()
3919 return hdmiTxDev[0].bAuthenticated ; in hdmi_tx_hdcp_enable_auth_part1()
3938 hdmiTxDev[0].bAuthenticated = false ; in hdmi_tx_hdcp_auth_process()
3961 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_auth_process()
3972 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_auth_process()
3987 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_auth_process()
3989 return hdmiTxDev[0].bAuthenticated; in hdmi_tx_hdcp_auth_process()
4434 AudioFormat = hdmiTxDev[0].bOutputAudioMode ; in setHDMITX_LPCMAudio()
4483 hdmiTxDev[0].bAudioChannelEnable=AudioEnable; in setHDMITX_LPCMAudio()
4668 hdmiTxDev[0].bAudioChannelEnable=it6161_hdmi_tx_read(it6161, REG_TX_AUDIO_CTRL0); in setHDMITX_HBRAudio()
4714 hdmiTxDev[0].TMDSClock=TMDSClock; in HDMITX_EnableAudioOutput()
4715 hdmiTxDev[0].bAudioChannelEnable=0; in HDMITX_EnableAudioOutput()
4716 hdmiTxDev[0].bAudInterface=bAudInterface; in HDMITX_EnableAudioOutput()
4758 hdmiTxDev[0].bAudFs=Fs;// AUDFS_OTHER; in HDMITX_EnableAudioOutput()
4760 hdmiTxDev[0].bAudFs=Fs; in HDMITX_EnableAudioOutput()
4762 setHDMITX_NCTS(hdmiTxDev[0].bAudFs); in HDMITX_EnableAudioOutput()
4817 it6161_hdmi_tx_write(it6161, REG_TX_AUDIO_CTRL0, hdmiTxDev[0].bAudioChannelEnable); in HDMITX_EnableAudioOutput()
4859 cTMDSClock = hdmiTxDev[0].TMDSClock ; in hdmitx_AutoAdjustAudio()
4891 if(hdmiTxDev[0].bAudFs != fs) in hdmitx_AutoAdjustAudio()
4893 hdmiTxDev[0].bAudFs=fs; in hdmitx_AutoAdjustAudio()
4894 setHDMITX_NCTS(hdmiTxDev[0].bAudFs); // set N, CTS by new generated clock. in hdmitx_AutoAdjustAudio()
6249 hdmiTxDev[0].bAuthenticated= false ; in it6161_hdmi_tx_interrupt_clear()
6256 if (hdmiTxDev[0].bAuthenticated) { in it6161_hdmi_tx_interrupt_clear()
6315 hdmiTxDev[0].bAuthenticated = false; in it6161_hdmi_tx_interrupt_reg06_process()
6326 hdmiTxDev[0].bAuthenticated = true ; in it6161_hdmi_tx_interrupt_reg07_process()
6331 hdmiTxDev[0].bAuthenticated = false; in it6161_hdmi_tx_interrupt_reg07_process()