Home
last modified time | relevance | path

Searched refs:pu8Buf (Results 1 – 25 of 55) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c272 char pu8Buf [100]; in ms_rh_string() local
283 strncpy(pu8Buf, pHcd->self.bus_name, sizeof(pu8Buf)-1); in ms_rh_string()
284 pu8Buf[sizeof(pu8Buf)-1] = '\0'; in ms_rh_string()
288 strncpy(pu8Buf, pHcd->product_desc, sizeof(pu8Buf)); in ms_rh_string()
292 USB_sprintf(pu8Buf,"%s %s ehci_hcd", "MStar eCos", "1.0"); in ms_rh_string()
296 pData [0] = 2 * (strlen(pu8Buf) + 1); in ms_rh_string()
299 return 2 + ms_ascii2utf (pu8Buf, pData + 2, iLen - 2); in ms_rh_string()
/utopia/UTPA2-700.0.x/modules/dlc/drv/dlc/
H A DdrvDLC.c1668 MS_U8 *pu8Buf = (MS_U8*)malloc(u16BufSize); in MDrv_DLC_SetHDRInit() local
1671 memset(pu8Buf, 0, u16BufSize); in MDrv_DLC_SetHDRInit()
1672 memcpy(pu8Buf, &MsHDRInfo, sizeof(MS_HDR_INFO_EXTEND)); in MDrv_DLC_SetHDRInit()
1677 …memcpy(pu8Buf + u16Offset, pstDLC_HDRInitData->DLC_HDRCustomerDlcCurve.pucDlcCurve, sizeof(MS_U8)*… in MDrv_DLC_SetHDRInit()
1686 if (ioctl(s32FdDlcBle, MDRV_GFLIP_IOC_DLCSETHDRINFO, pu8Buf)) in MDrv_DLC_SetHDRInit()
1689 free(pu8Buf); in MDrv_DLC_SetHDRInit()
1693 free(pu8Buf); in MDrv_DLC_SetHDRInit()
/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.c2430 MS_BOOL HAL_CIPHER_Misc_Random(MS_U8 *pu8Buf, MS_U32 u32Size) in HAL_CIPHER_Misc_Random() argument
2436 if(NULL == pu8Buf || 0 == u32Size) in HAL_CIPHER_Misc_Random()
2455 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2456 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2461 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2482 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2483 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2488 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.c2471 MS_BOOL HAL_CIPHER_Misc_Random(MS_U8 *pu8Buf, MS_U32 u32Size) in HAL_CIPHER_Misc_Random() argument
2477 if(NULL == pu8Buf || 0 == u32Size) in HAL_CIPHER_Misc_Random()
2498 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2499 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2504 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2527 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2528 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2533 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.c2427 MS_BOOL HAL_CIPHER_Misc_Random(MS_U8 *pu8Buf, MS_U32 u32Size) in HAL_CIPHER_Misc_Random() argument
2433 if(NULL == pu8Buf || 0 == u32Size) in HAL_CIPHER_Misc_Random()
2452 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2453 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2458 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2479 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2480 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2485 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.c2430 MS_BOOL HAL_CIPHER_Misc_Random(MS_U8 *pu8Buf, MS_U32 u32Size) in HAL_CIPHER_Misc_Random() argument
2436 if(NULL == pu8Buf || 0 == u32Size) in HAL_CIPHER_Misc_Random()
2455 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2456 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2461 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2482 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2483 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2488 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DapiHDMITx.c4746 MS_BOOL MApi_HDMITx_GeneralCtrl_U2(void* pInstance, MS_U32 u32Cmd, MS_U8* pu8Buf, MS_U32 u32BufSize) in MApi_HDMITx_GeneralCtrl_U2() argument
4931 MS_BOOL SYMBOL_WEAK MApi_HDMITx_GeneralCtrl(MS_U32 u32Cmd, void* pu8Buf, MS_U32 u32BufSize) in MApi_HDMITx_GeneralCtrl() argument
4949 …_AND_RANGE_TRANSFORM_PARAMETERS *HDMITXArgs = (HDMITX_COLOR_AND_RANGE_TRANSFORM_PARAMETERS*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
4958 HDMITX_SSCENABLE *HDMITXArgs = (HDMITX_SSCENABLE*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
4968 HDMITX_SET_COLORIMETRY *HDMITXArgs = (HDMITX_SET_COLORIMETRY*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
4979 HDMITX_GET_FULL_RX_STATUS *HDMITXArgs = (HDMITX_GET_FULL_RX_STATUS*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
4990 HDMITX_CHECK_LEGAL_TIMING *HDMITXArgs = (HDMITX_CHECK_LEGAL_TIMING*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
5001 … HDMITX_GET_PANELSIZE_FROM_EDID *HDMITXArgs = (HDMITX_GET_PANELSIZE_FROM_EDID*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
5012 HDMITX_GET_TMDS_STATUS *HDMITXArgs = (HDMITX_GET_TMDS_STATUS*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
5023 … HDMITX_SET_TIMING_INFO_BY_CUSTOMER *HDMITXArgs = (HDMITX_SET_TIMING_INFO_BY_CUSTOMER*)pu8Buf; in MApi_HDMITx_GeneralCtrl()
H A DHDMITX_private.h201 …ITX_GENERALCTRL) (void* pInstance, MS_U32 u32Cmd, MS_U8* pu8Buf, MS_U32 u32BufSize…
401 MS_BOOL MApi_HDMITx_GeneralCtrl_U2(void* pInstance, MS_U32 u32Cmd, MS_U8* pu8Buf, MS_U32 u32BufSize…
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.c2516 MS_BOOL HAL_CIPHER_Misc_Random(MS_U8 *pu8Buf, MS_U32 u32Size) in HAL_CIPHER_Misc_Random() argument
2522 if(NULL == pu8Buf || 0 == u32Size) in HAL_CIPHER_Misc_Random()
2541 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2542 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2547 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2568 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
2569 *(pu8Buf+u32Count+1) = (u16TRN & 0xFF00UL) >> 8; in HAL_CIPHER_Misc_Random()
2574 *(pu8Buf+u32Count) = u16TRN & 0xFFUL; in HAL_CIPHER_Misc_Random()
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c171 rb_cmd.pu8Buf = a_pBody; in SendMessage()
197 rb_cmd.pu8Buf = NULL; in RespCardStatus()
314 rb_cmd.pu8Buf = NULL; in RespHslData()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c199 extern MS_BOOL MDrv_EEPROM_Read(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
847 MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size) in MHal_HDMITx_HDCPKeyReadByte() argument
849 return (MDrv_EEPROM_Read(u32Addr, pu8Buf, u32Size)); in MHal_HDMITx_HDCPKeyReadByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c199 extern MS_BOOL MDrv_EEPROM_Read(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
847 MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size) in MHal_HDMITx_HDCPKeyReadByte() argument
849 return (MDrv_EEPROM_Read(u32Addr, pu8Buf, u32Size)); in MHal_HDMITx_HDCPKeyReadByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c199 extern MS_BOOL MDrv_EEPROM_Read(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
847 MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size) in MHal_HDMITx_HDCPKeyReadByte() argument
849 return (MDrv_EEPROM_Read(u32Addr, pu8Buf, u32Size)); in MHal_HDMITx_HDCPKeyReadByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c199 extern MS_BOOL MDrv_EEPROM_Read(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
847 MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size) in MHal_HDMITx_HDCPKeyReadByte() argument
849 return (MDrv_EEPROM_Read(u32Addr, pu8Buf, u32Size)); in MHal_HDMITx_HDCPKeyReadByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMIUtilTx.c199 extern MS_BOOL MDrv_EEPROM_Read(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
847 MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size) in MHal_HDMITx_HDCPKeyReadByte() argument
849 return (MDrv_EEPROM_Read(u32Addr, pu8Buf, u32Size)); in MHal_HDMITx_HDCPKeyReadByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMIUtilTx.c199 extern MS_BOOL MDrv_EEPROM_Read(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
847 MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size) in MHal_HDMITx_HDCPKeyReadByte() argument
849 return (MDrv_EEPROM_Read(u32Addr, pu8Buf, u32Size)); in MHal_HDMITx_HDCPKeyReadByte()
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdx_ecmflt.c78 void data_dump(MS_U8* pu8Buf, MS_U32 BufSize) in data_dump() argument
84 printf("%02X ",*(pu8Buf + i)); in data_dump()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c3126 static DMX_FILTER_STATUS _DMX_GetRingBuffer(MS_U32 u32DmxId, MS_U8* pu8Buf, MS_U32 u32BufSize, MS_U… in _DMX_GetRingBuffer() argument
3248 CMP_CPY_TO_USER(pu8Buf, (void*)pu8Read, u32CopySize); in _DMX_GetRingBuffer()
3253 pu8Buf+= u32CopySize; in _DMX_GetRingBuffer()
3259 CMP_CPY_TO_USER(pu8Buf, (void*)pu8Read, u32RbSize); in _DMX_GetRingBuffer()
3307 static DMX_FILTER_STATUS _DMX_GetSect(MS_U32 u32DmxId, MS_U8* pu8Buf, MS_U32 u32BufSize, MS_U32* pu… in _DMX_GetSect() argument
3450 if ((u32SecLen > u32BufSize) || (!pu8Buf)) in _DMX_GetSect()
3464 CMP_CPY_TO_USER(pu8Buf, (void*)pu8Read, u32CopySize); in _DMX_GetSect()
3469 pu8Buf+= u32CopySize; in _DMX_GetSect()
3475 CMP_CPY_TO_USER(pu8Buf, (void*)pu8Read, u32SecLen); in _DMX_GetSect()
8731 DMX_FILTER_STATUS _MApi_DMX_CopyData(MS_U32 u32DmxId, MS_U8* pu8Buf, MS_U32 u32BufSize, MS_U32* pu3…
[all …]
/utopia/UTPA2-700.0.x/modules/uart/drv/uart/
H A DdrvUART.c522 void MDrv_UART_GetFile(MS_U8 *pu8Buf, MS_U32 u32Len) in MDrv_UART_GetFile() argument
525 mdrv_uart_read( _hDefaultUart, pu8Buf, u32Len) ; in MDrv_UART_GetFile()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCH34_v2.h150 void *pu8Buf; member
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/include/
H A DhalHDMIUtilTx.h212 INTERFACE MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/include/
H A DhalHDMIUtilTx.h212 INTERFACE MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/include/
H A DhalHDMIUtilTx.h212 INTERFACE MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/include/
H A DhalHDMIUtilTx.h212 INTERFACE MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/include/
H A DhalHDMIUtilTx.h212 INTERFACE MS_BOOL MHal_HDMITx_HDCPKeyReadByte(MS_U32 u32Addr, MS_U8 *pu8Buf, MS_U32 u32Size);

123