Lines Matching refs:state
300 void MApi_HDMITx_TurnOnOff_U2(void *pInstance, MS_BOOL state) in MApi_HDMITx_TurnOnOff_U2() argument
306 MDrv_HDMITx_TurnOnOff(pInstance, state); in MApi_HDMITx_TurnOnOff_U2()
312 void MApi_HDMITx_TurnOnOff(MS_BOOL state) in MApi_HDMITx_TurnOnOff() argument
324 HDMITXArgs.state = state; in MApi_HDMITx_TurnOnOff()
336 MApi_HDMITx_TurnOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_TurnOnOff()
588 void MApi_HDMITx_SetTMDSOnOff_U2(void* pInstance, MS_BOOL state) in MApi_HDMITx_SetTMDSOnOff_U2() argument
594 MDrv_HDMITx_SetTMDSOnOff(pInstance, state); in MApi_HDMITx_SetTMDSOnOff_U2()
600 void MApi_HDMITx_SetTMDSOnOff(MS_BOOL state) in MApi_HDMITx_SetTMDSOnOff() argument
612 HDMITXArgs.state = state; in MApi_HDMITx_SetTMDSOnOff()
624 MApi_HDMITx_SetTMDSOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_SetTMDSOnOff()
671 void MApi_HDMITx_SetRBChannelSwap_U2(void* pInstance, MS_BOOL state) in MApi_HDMITx_SetRBChannelSwap_U2() argument
676 MDrv_HDMITx_SetRBChannelSwap(pInstance, state); in MApi_HDMITx_SetRBChannelSwap_U2()
682 void MApi_HDMITx_SetRBChannelSwap(MS_BOOL state) in MApi_HDMITx_SetRBChannelSwap() argument
694 HDMITXArgs.state = state; in MApi_HDMITx_SetRBChannelSwap()
706 MApi_HDMITx_SetRBChannelSwap_U2(pu32HDMITXInst, state); in MApi_HDMITx_SetRBChannelSwap()
1509 void MApi_HDMITx_SetVideoOnOff_U2(void* pInstance, MS_BOOL state) in MApi_HDMITx_SetVideoOnOff_U2() argument
1514 MDrv_HDMITx_SetVideoOnOff(pInstance, state); in MApi_HDMITx_SetVideoOnOff_U2()
1520 void MApi_HDMITx_SetVideoOnOff(MS_BOOL state) in MApi_HDMITx_SetVideoOnOff() argument
1532 HDMITXArgs.state = state; in MApi_HDMITx_SetVideoOnOff()
1544 MApi_HDMITx_SetVideoOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_SetVideoOnOff()
2129 void MApi_HDMITx_SetAudioOnOff_U2(void* pInstance, MS_BOOL state) in MApi_HDMITx_SetAudioOnOff_U2() argument
2134 MDrv_HDMITx_SetAudioOnOff(pInstance, state); in MApi_HDMITx_SetAudioOnOff_U2()
2140 void MApi_HDMITx_SetAudioOnOff(MS_BOOL state) in MApi_HDMITx_SetAudioOnOff() argument
2152 HDMITXArgs.state = state; in MApi_HDMITx_SetAudioOnOff()
2164 MApi_HDMITx_SetAudioOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_SetAudioOnOff()
2847 void MApi_HDMITx_SetHDCPOnOff_U2(void* pInstance, MS_BOOL state) in MApi_HDMITx_SetHDCPOnOff_U2() argument
2851 MDrv_HDMITx_SetHDCPOnOff(pInstance, state); in MApi_HDMITx_SetHDCPOnOff_U2()
2856 void MApi_HDMITx_SetHDCPOnOff(MS_BOOL state) in MApi_HDMITx_SetHDCPOnOff() argument
2868 HDMITXArgs.state = state; in MApi_HDMITx_SetHDCPOnOff()
2880 MApi_HDMITx_SetHDCPOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_SetHDCPOnOff()
3354 void MApi_HDMITx_UnHDCPRxControl_U2(void* pInstance, HDMITX_UNHDCPRX_CONTROL state) in MApi_HDMITx_UnHDCPRxControl_U2() argument
3358 if (state == E_UNHDCPRX_HDCP_ENCRYPTION) in MApi_HDMITx_UnHDCPRxControl_U2()
3362 else if (state == E_UNHDCPRX_BLUE_SCREEN) in MApi_HDMITx_UnHDCPRxControl_U2()
3374 void MApi_HDMITx_UnHDCPRxControl(HDMITX_UNHDCPRX_CONTROL state) in MApi_HDMITx_UnHDCPRxControl() argument
3386 HDMITXArgs.state = state; in MApi_HDMITx_UnHDCPRxControl()
3398 MApi_HDMITx_UnHDCPRxControl_U2(pu32HDMITXInst, state); in MApi_HDMITx_UnHDCPRxControl()
3410 void MApi_HDMITx_HDCPRxFailControl_U2(void* pInstance, HDMITX_HDCPRXFail_CONTROL state) in MApi_HDMITx_HDCPRxFailControl_U2() argument
3414 if (state == E_HDCPRXFail_HDCP_ENCRYPTION) in MApi_HDMITx_HDCPRxFailControl_U2()
3418 else if (state == E_HDCPRXFail_BLUE_SCREEN) in MApi_HDMITx_HDCPRxFailControl_U2()
3430 void MApi_HDMITx_HDCPRxFailControl(HDMITX_HDCPRXFail_CONTROL state) in MApi_HDMITx_HDCPRxFailControl() argument
3443 HDMITXArgs.state = state; in MApi_HDMITx_HDCPRxFailControl()
3455 MApi_HDMITx_HDCPRxFailControl_U2(pu32HDMITXInst, state); in MApi_HDMITx_HDCPRxFailControl()