Home
last modified time | relevance | path

Searched refs:HostIntfCommCallbackF (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/core/
DhostIntfI2c.c31 HostIntfCommCallbackF callback = cookie; in hostIntfI2cRxCallback()
39 HostIntfCommCallbackF callback = cookie; in hostIntfI2cTxCallback()
51 HostIntfCommCallbackF callback) in hostIntfI2cRxPacket()
59 HostIntfCommCallbackF callback) in hostIntfI2cTxPacket()
DhostIntfSpi.c41 HostIntfCommCallbackF callback = cookie; in hostIntfSpiRxCallback()
47 HostIntfCommCallbackF callback = cookie; in hostIntfSpiTxCallback()
57 HostIntfCommCallbackF callback) in hostIntfSpiRxPacket()
73 HostIntfCommCallbackF callback) in hostIntfSpiTxPacket()
DhostIntf.c179 HostIntfCommCallbackF callback);
288 static void hostIntfTxBuf(int size, uint8_t *buf, HostIntfCommCallbackF callback) in hostIntfTxBuf()
296 HostIntfCommCallbackF callback) in hostIntfTxPacket()
312 HostIntfCommCallbackF callback) in hostIntfTxNakPacket()
328 HostIntfCommCallbackF callback) in hostIntfTxPacketDone()
/device/google/contexthub/firmware/os/inc/
DhostIntf_priv.h29 typedef void (*HostIntfCommCallbackF)(size_t bytesTransferred, int err); typedef
33 int (*rxPacket)(void *rxBuf, size_t rxSize, HostIntfCommCallbackF callback);
35 HostIntfCommCallbackF callback);