Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/hdmitx/
H A DHDMITX_adp.c2191 void *pLen = NULL; in HDMITX_adp_Ioctl() local
2199 pLen = stHDMITxArgs.pu32RealLen; in HDMITX_adp_Ioctl()
2201 CPY_FROM_USER(stHDMITxArgs.pu32RealLen, pLen, sizeof(MS_U32)); in HDMITX_adp_Ioctl()
2206 CPY_TO_USER(pLen, stHDMITxArgs.pu32RealLen, sizeof(MS_U32)); in HDMITX_adp_Ioctl()
2210 stHDMITxArgs.pu32RealLen = pLen; in HDMITX_adp_Ioctl()
2259 void *pLen = NULL; in HDMITX_adp_Ioctl() local
2271 pLen = stHDMITxArgs.pu16KSVLength; in HDMITX_adp_Ioctl()
2273 CPY_FROM_USER(stHDMITxArgs.pu16KSVLength, pLen, sizeof(MS_U16)); in HDMITX_adp_Ioctl()
2279 CPY_TO_USER(pLen, stHDMITxArgs.pu16KSVLength, sizeof(MS_U16)); in HDMITX_adp_Ioctl()
2285 stHDMITxArgs.pu16KSVLength= pLen; in HDMITX_adp_Ioctl()