Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/xc/
H A DXC_HDMI_if_adp.c819 stHDMI_CONTROL_COMPAT stCompatHDMIRxArgs = {0}; in XC_HDMI_if_adp_Ioctl() local
821 CMP_CPY_FROM_USER(&stCompatHDMIRxArgs, pArgs, sizeof(stHDMI_CONTROL_COMPAT)); in XC_HDMI_if_adp_Ioctl()
823 ulDataSize = sizeof(MS_U8) *stCompatHDMIRxArgs.u32BufSize; in XC_HDMI_if_adp_Ioctl()
826 stHDMIRxArgs.ucHDMIInfoSource = stCompatHDMIRxArgs.ucHDMIInfoSource; in XC_HDMI_if_adp_Ioctl()
827 stHDMIRxArgs.u32Cmd = stCompatHDMIRxArgs.u32Cmd; in XC_HDMI_if_adp_Ioctl()
828 stHDMIRxArgs.u32BufSize = stCompatHDMIRxArgs.u32BufSize; in XC_HDMI_if_adp_Ioctl()
832 stCompatHDMIRxArgs.bRet = stHDMIRxArgs.bRet; in XC_HDMI_if_adp_Ioctl()
833 CMP_CPY_TO_USER(stCompatHDMIRxArgs.pBuf, stHDMIRxArgs.pBuf, ulDataSize); in XC_HDMI_if_adp_Ioctl()
834 CMP_CPY_TO_USER(pArgs, &stCompatHDMIRxArgs, sizeof(stHDMI_CONTROL_COMPAT)); in XC_HDMI_if_adp_Ioctl()
980 stHDCP22_SEND_MESSAGE_COMPAT stCompatHDMIRxArgs = {0}; in HDMIRX_adp_Ioctl() local
[all …]