/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_i2c.c | 488 void I2C_MasterSendNullData(I2C_TypeDef *I2Cx, u8* pBuf, u8 I2CCmd, u8 I2CStop, u8 I2CReSTR) in I2C_MasterSendNullData() 509 void I2C_MasterSend(I2C_TypeDef *I2Cx, u8* pBuf, u8 I2CCmd, u8 I2CStop, u8 I2CReSTR) in I2C_MasterSend() 556 void I2C_MasterWrite(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_MasterWrite() 589 u8 I2C_MasterWriteBrk(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_MasterWriteBrk() 638 void I2C_MasterReadDW(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_MasterReadDW() 679 u8 I2C_MasterRead(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_MasterRead() 719 void I2C_SlaveWrite(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_SlaveWrite() 748 void I2C_SlaveRead(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_SlaveRead()
|
A D | rtl8721d_ir.c | 184 void IR_SendBuf(IR_TypeDef *IRx, u32 *pBuf, u32 len, u32 IsLastPacket) in IR_SendBuf() 208 void IR_ReceiveBuf(IR_TypeDef *IRx, u32 *pBuf, u32 len) in IR_ReceiveBuf()
|
A D | rtl8721d_adc.c | 416 void ADC_ReceiveBuf(u16 *pBuf, u32 len) in ADC_ReceiveBuf()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/ |
A D | rtl8721dhp_usi_i2c.c | 470 void USI_I2C_MasterSendNullData(USI_TypeDef *USIx, u8* pBuf, u8 I2CCmd, u8 I2CStop, u8 I2CReSTR) in USI_I2C_MasterSendNullData() 491 void USI_I2C_MasterSend(USI_TypeDef *USIx, u8* pBuf, u8 I2CCmd, u8 I2CStop, u8 I2CReSTR) in USI_I2C_MasterSend() 539 u8 USI_I2C_MasterWrite(USI_TypeDef *USIx, u8* pBuf, u8 len) in USI_I2C_MasterWrite() 579 u8 USI_I2C_MasterRead(USI_TypeDef *USIx, u8* pBuf, u8 len) in USI_I2C_MasterRead() 619 void USI_I2C_SlaveWrite(USI_TypeDef *USIx, u8* pBuf, u8 len) in USI_I2C_SlaveWrite() 648 void USI_I2C_SlaveRead(USI_TypeDef *USIx, u8* pBuf, u8 len) in USI_I2C_SlaveRead()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | i2c_api.c | 58 u8 I2C_MasterRead_Patch(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_MasterRead_Patch() 93 u8 I2C_MasterWrite_Patch(I2C_TypeDef *I2Cx, u8* pBuf, u8 len) in I2C_MasterWrite_Patch() 132 int I2C_MasterRead_TimeOut(I2C_TypeDef *I2Cx, u8* pBuf, u8 len, u32 timeout_ms) in I2C_MasterRead_TimeOut() 182 int I2C_MasterWrite_TimeOut(I2C_TypeDef *I2Cx, u8* pBuf, u8 len, u32 timeout_ms) in I2C_MasterWrite_TimeOut() 594 void i2c_send_restart(I2C_TypeDef *I2Cx, u8* pBuf, u8 len, u8 restart) in i2c_send_restart()
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 273 jbyte *pBuf = env->GetByteArrayElements( array, NULL ); in NewByteArray() local 503 void ProcessInput( const uint8_t *pBuf, size_t nBufSize ) in ProcessInput() 557 jbyteArray pBuf = NewByteArray( env, pData, nDataLen ); in SendOutputReport() local 579 jbyteArray pBuf = NewByteArray( env, pData, nDataLen ); in SendFeatureReport() local 591 void ProcessFeatureReport( const uint8_t *pBuf, size_t nBufSize ) in ProcessFeatureReport() 627 jbyteArray pBuf = NewByteArray( env, pData, nDataLen ); in GetFeatureReport() local 953 jbyte *pBuf = env->GetByteArrayElements(value, NULL); in HID_DEVICE_MANAGER_JAVA_INTERFACE() local 969 jbyte *pBuf = env->GetByteArrayElements(value, NULL); in HID_DEVICE_MANAGER_JAVA_INTERFACE() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/iic/ |
A D | iic.c | 176 int32_t I2C_MasterRead_TimeOut(I2C_TypeDef *I2Cx, uint8_t* pBuf, uint8_t len, uint32_t timeout_ms) in I2C_MasterRead_TimeOut() 222 int32_t I2C_MasterWrite_TimeOut(I2C_TypeDef *I2Cx, uint8_t* pBuf, uint8_t len, uint32_t timeout_ms,… in I2C_MasterWrite_TimeOut()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | bt_skbuff.c | 376 RTK_BUFFER* pBuf; in RtbNodeIsLast() local 402 RTK_BUFFER* pBuf; in RtbQueueNextNode() local
|
A D | h4_driver.c | 127 uint8_t *pBuf; in h4_send() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 2759 static mz_bool tdefl_output_buffer_putter(const void *pBuf, int len, void *pUser) in tdefl_output_buffer_putter() 3200 mz_uint32 buf_u32[4096 / sizeof(mz_uint32)]; mz_uint8 *pBuf = (mz_uint8 *)buf_u32; in mz_zip_reader_read_central_dir() local 3309 static size_t mz_zip_mem_read_func(void *pOpaque, mz_uint64 file_ofs, void *pBuf, size_t n) in mz_zip_mem_read_func() 3339 static size_t mz_zip_file_read_func(void *pOpaque, mz_uint64 file_ofs, void *pBuf, size_t n) in mz_zip_file_read_func() 3713 void *pBuf; in mz_zip_reader_extract_to_heap() local 3926 static size_t mz_zip_file_write_callback(void *pOpaque, mz_uint64 ofs, const void *pBuf, size_t n) in mz_zip_file_write_callback() 4028 static size_t mz_zip_heap_write_func(void *pOpaque, mz_uint64 file_ofs, const void *pBuf, size_t n) in mz_zip_heap_write_func() 4071 static size_t mz_zip_file_write_func(void *pOpaque, mz_uint64 file_ofs, const void *pBuf, size_t n) in mz_zip_file_write_func() 4173 static mz_bool mz_zip_writer_add_put_buf_callback(const void* pBuf, int len, void *pUser) in mz_zip_writer_add_put_buf_callback() 4625 void *pBuf; const mz_uint8 *pSrc_central_header; in mz_zip_writer_add_from_zip_reader() local [all …]
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_switch.c | 366 …mmand(SDL_DriverSwitch_Context *ctx, ESwitchSubcommandIDs ucCommandID, Uint8 *pBuf, Uint8 ucLen, S… in ConstructSubcommand() 381 static SDL_bool WritePacket(SDL_DriverSwitch_Context *ctx, void *pBuf, Uint8 ucLen) in WritePacket() 399 …mmand(SDL_DriverSwitch_Context *ctx, ESwitchSubcommandIDs ucCommandID, Uint8 *pBuf, Uint8 ucLen, S… in WriteSubcommand() 421 …SDL_DriverSwitch_Context *ctx, ESwitchProprietaryCommandIDs ucCommand, Uint8 *pBuf, Uint8 ucLen, S… in WriteProprietary()
|