Searched refs:pu16KSVLength (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/hdmitx/ |
| H A D | HDMITX_adp.c | 275 MS_COMPAT_HDMITX pu16KSVLength; member 968 …ITx_GetKSVList, pu8Bstatus, SinkBstatusData, pu8KSVList, SinkKSVList, pu16KSVLength, KSVListLenPt); in HDMITX_adp_Init() 2238 stHDMITxArgs.pu16KSVLength = malloc(sizeof(MS_U16)); in HDMITX_adp_Ioctl() 2239 … CMP_CPY_FROM_USER(stHDMITxArgs.pu16KSVLength, stCompatHDMITxArgs.pu16KSVLength, sizeof(MS_U16)); in HDMITX_adp_Ioctl() 2248 … CMP_CPY_TO_USER(stCompatHDMITxArgs.pu16KSVLength, stHDMITxArgs.pu16KSVLength, sizeof(MS_U16)); in HDMITX_adp_Ioctl() 2253 free(stHDMITxArgs.pu16KSVLength); in HDMITX_adp_Ioctl() 2271 pLen = stHDMITxArgs.pu16KSVLength; in HDMITX_adp_Ioctl() 2272 stHDMITxArgs.pu16KSVLength = malloc(sizeof(MS_U16)); 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() [all …]
|
| /utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/ |
| H A D | apiHDMITx.c | 4465 …_U2(void* pInstance, MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength) in MApi_HDMITx_GetKSVList_U2() argument 4469 bRet = MDrv_HDCPTx_GetKSVList(pu8Bstatus, pu8KSVList, u16BufLen, pu16KSVLength); in MApi_HDMITx_GetKSVList_U2() 4474 …pi_HDMITx_GetKSVList(MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength) in MApi_HDMITx_GetKSVList() argument 4490 HDMITXArgs.pu16KSVLength = pu16KSVLength; in MApi_HDMITx_GetKSVList() 4503 …return MApi_HDMITx_GetKSVList_U2(pu32HDMITXInst, pu8Bstatus, pu8KSVList, u16BufLen, pu16KSVLength); in MApi_HDMITx_GetKSVList()
|
| H A D | HDMITX_private.h | 196 … (void* pInstance, MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength); 396 …U2(void* pInstance, MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength);
|
| H A D | apiHDMITx_v2.c | 984 …MITXArgs->pu8Bstatus, pHDMITXArgs->pu8KSVList, pHDMITXArgs->u16BufLen, pHDMITXArgs->pu16KSVLength);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiHDMITx_v2.h | 645 MS_U16* pu16KSVLength; member
|
| H A D | apiHDMITx.h | 1112 …i_HDMITx_GetKSVList(MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/include/ |
| H A D | drvHDMITx.h | 606 …v_HDCPTx_GetKSVList(MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/ |
| H A D | drvHDMITx.c | 1141 …rv_HDCPTx_GetKSVList(MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength) in MDrv_HDCPTx_GetKSVList() argument 1145 if ((pu8Bstatus != NULL) && (pu8KSVList != NULL) && (pu16KSVLength != NULL)) in MDrv_HDCPTx_GetKSVList() 1152 *pu16KSVLength = g_u8Bstatus[0]; in MDrv_HDCPTx_GetKSVList()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 29221 MS_U16* pu16KSVLength; 41585 …i_HDMITx_GetKSVList(MS_U8 *pu8Bstatus, MS_U8* pu8KSVList, MS_U16 u16BufLen, MS_U16 *pu16KSVLength);
|