Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/hdmitx/
H A DHDMITX_adp.c2332 MS_U8 *pRdData = NULL; in HDMITX_adp_Ioctl() local
2337 pRdData = stHDMITxArgs.pu8RdBuf; in HDMITX_adp_Ioctl()
2339 … CPY_FROM_USER(stHDMITxArgs.pu8RdBuf, pRdData, sizeof(MS_U8) * stHDMITxArgs.u16RdLen); in HDMITX_adp_Ioctl()
2347 … CPY_TO_USER(pRdData, stHDMITxArgs.pu8RdBuf, sizeof(MS_U8) * stHDMITxArgs.u16RdLen); in HDMITX_adp_Ioctl()
2351 stHDMITxArgs.pu8RdBuf = pRdData; in HDMITX_adp_Ioctl()