Home
last modified time | relevance | path

Searched defs:txSize (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/platform/native/
Di2c.c40 const void *txBuf, size_t txSize, void *rxBuf, size_t rxSize, in i2cMasterTxRx()
67 int i2cSlaveTxPacket(I2cBus busId, const void *txBuf, size_t txSize, I2cCallbackF callback, void *c… in i2cSlaveTxPacket()
/device/google/contexthub/firmware/os/inc/
Di2c.h35 const void *txBuf, size_t txSize, I2cCallbackF callback, void *cookie) in i2cMasterTx()
DsyscallDo.h279 static inline int eOsI2cMasterTxRx(uint32_t busId, uint32_t addr, const void *txBuf, size_t txSize,… in eOsI2cMasterTxRx()
304 static inline int eOsI2cSlaveTxPacket(uint32_t busId, const void *txBuf, size_t txSize, uint32_t cb… in eOsI2cSlaveTxPacket()
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c72 static int hostIntfSpiTxPacket(const void *txBuf, size_t txSize, in hostIntfSpiTxPacket()
DhostIntfI2c.c58 static int hostIntfI2cTxPacket(const void *txBuf, size_t txSize, in hostIntfI2cTxPacket()
DosApi.c404 size_t txSize = va_arg(args, size_t); in osExpApiI2cMstTxRx() local
474 size_t txSize = va_arg(args, size_t); in osExpApiI2cSlvTxPkt() local
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c221 size_t txSize; member
911 const void *txBuf, size_t txSize, void *rxBuf, size_t rxSize, in i2cMasterTxRx()
1063 size_t txSize, I2cCallbackF callback, void *cookie) in i2cSlaveTx()
1104 int i2cSlaveTxPacket(uint32_t busId, const void *txBuf, size_t txSize, in i2cSlaveTxPacket()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c340 static bool i2cWrite(struct I2cTransfer *xfer, size_t txSize) in i2cWrite()