Home
last modified time | relevance | path

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

/device/soc/asrmicro/asr582x/liteos_m/sdk/adapter/hals/update/
Dhal_hota_board.c63 …HalWrite(HotaPartition partition, unsigned char *buffer, unsigned int offset, unsigned int buffLen) in HotaHalWrite() argument
69 hi_u32 result = hi_upg_transmit(offset, buffer, buffLen); in HotaHalWrite()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/update/
Dhal_hota_board.c114 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int buffLen) in HotaHalWrite() argument
120 hi_u32 result = hi_upg_transmit(offset, buffer, buffLen); in HotaHalWrite()
/device/soc/telink/b91/b91_ble_sdk/stack/ble/host/l2cap/
Dl2cap_signal.h136 int blc_l2cap_cocInit(u8 connCount, u8 serviceCount, u8 channelCount, u8 *pBuffer, u16 buffLen);
/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.h527 uint32_t buffLen; member
Dhimci.c649 host->buffLen = len; in HimciFillDmaSg()
665 if (host->alignedBuff != NULL && data->dataBuffer != NULL && len > 0 && host->buffLen > 0) { in HimciClearDmaSg()
667 if (memcpy_s(data->dataBuffer, len, host->alignedBuff, host->buffLen) != EOK) { in HimciClearDmaSg()
677 host->buffLen = 0; in HimciClearDmaSg()
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.h682 uint32_t buffLen; member
Dsdhci.c498 host->buffLen = len; in SdhciFillDmaSg()
514 if (host->alignedBuff != NULL && data->dataBuffer != NULL && len > 0 && host->buffLen > 0) { in SdhciClearDmaSg()
516 (void)memcpy_s(data->dataBuffer, len, host->alignedBuff, host->buffLen); in SdhciClearDmaSg()
523 host->buffLen = 0; in SdhciClearDmaSg()