Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_crc_drv.c41 void crc_calc_block_bytes(CRC_Type *ptr, uint32_t ch_index, uint8_t *pbuffer, uint32_t length) in crc_calc_block_bytes() argument
46 CRC_REG_WRITE8(addr, pbuffer[i]); in crc_calc_block_bytes()
50 void crc_calc_block_half_words(CRC_Type *ptr, uint32_t ch_index, uint16_t *pbuffer, uint32_t length) in crc_calc_block_half_words() argument
55 CRC_REG_WRITE16(addr, pbuffer[i]); in crc_calc_block_half_words()
59 void crc_calc_block_words(CRC_Type *ptr, uint32_t ch_index, uint32_t *pbuffer, uint32_t length) in crc_calc_block_words() argument
64 CRC_REG_WRITE32(addr, pbuffer[i]); in crc_calc_block_words()
68 void crc_calc_large_block_fast(CRC_Type *ptr, uint32_t ch_index, uint8_t *pbuffer, uint32_t length) in crc_calc_large_block_fast() argument
71 crc_calc_block_bytes(ptr, ch_index, pbuffer, length); in crc_calc_large_block_fast()
76 uint32_t start_byte_addr = (uint32_t)pbuffer; in crc_calc_large_block_fast()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/drv_webcam/webcam_core/
A Ddev_webcam.c183 __s32 DEV_WEBCAM_Ioctrl(__hdle hWebcam, __u32 cmd, __s32 aux, void *pbuffer) in DEV_WEBCAM_Ioctrl() argument
216 __webcam_mode_t *p=pbuffer; in DEV_WEBCAM_Ioctrl()
225 __webcam_mode_t *p=pbuffer; in DEV_WEBCAM_Ioctrl()
234 __webcam_mode_all_t *p = pbuffer; in DEV_WEBCAM_Ioctrl()
383 __webcam_frame_t **pp = (__webcam_frame_t ** )pbuffer; in DEV_WEBCAM_Ioctrl()
409 pWebcamDevNode->CB_GetPts = (__pCBK_t)pbuffer; in DEV_WEBCAM_Ioctrl()
494 pWebcamDevNode->tran_cb = (transport_cb_t)pbuffer; in DEV_WEBCAM_Ioctrl()
496 hal_log_err("DRV_WENCAM_CMD_SET_TRANSPORT_CB[%X]\n",pbuffer); in DEV_WEBCAM_Ioctrl()
501 uvc_irq_t *cb = (uvc_irq_t *)pbuffer; in DEV_WEBCAM_Ioctrl()
506 hal_log_err("DRV_WENCAM_CMD_GET_IRQ_CB[%X]\n",pbuffer); in DEV_WEBCAM_Ioctrl()
[all …]
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_crc_drv.h152 void crc_calc_block_bytes(CRC_Type *ptr, uint32_t ch_index, uint8_t *pbuffer, uint32_t length);
174 void crc_calc_block_half_words(CRC_Type *ptr, uint32_t ch_index, uint16_t *pbuffer, uint32_t length…
196 void crc_calc_block_words(CRC_Type *ptr, uint32_t ch_index, uint32_t *pbuffer, uint32_t length);
206 void crc_calc_large_block_fast(CRC_Type *ptr, uint32_t ch_index, uint8_t *pbuffer, uint32_t length);
/bsp/renesas/ra6m3-hmi-board/board/ports/
A Ddrv_jpeg.c31 int JPEG_Draw_frame(decode_drv_t *decode, void *pbuffer, int32_t x0, int32_t y0) in JPEG_Draw_frame() argument
63 _aInBuffer = (uint8_t *)pbuffer; in JPEG_Draw_frame()
A Ddrv_jpeg.h16 int JPEG_Draw_frame(decode_drv_t *decode, void *pbuffer, int32_t x0, int32_t y0);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Webcam/
A DusbWebcam.c87 extern __s32 DEV_WEBCAM_Ioctrl(__hdle hWebcam, __u32 cmd, __s32 aux, void *pbuffer); in usbWebcam_probe()
165 extern __s32 DEV_WEBCAM_Ioctrl(__hdle hWebcam, __u32 cmd, __s32 aux, void *pbuffer); in usbWebcam_remove()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/drv_webcam/
A Ddrv_webcam.c31 extern __s32 DEV_WEBCAM_Ioctrl(__hdle hPower, __u32 cmd, __s32 aux, void *pbuffer);
/bsp/ck802/libraries/common/spi/
A Ddw_spi.c554 uint8_t *pbuffer = spi_priv->recv_buf; in dw_spi_intr_rx_full() local
563 *pbuffer = addr->DR; in dw_spi_intr_rx_full()
564 pbuffer++; in dw_spi_intr_rx_full()
592 spi_priv->recv_buf = pbuffer; in dw_spi_intr_rx_full()
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_driver.h439 __u32 *pbuffer; member

Completed in 18 milliseconds