Home
last modified time | relevance | path

Searched refs:HostIntfComm (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DhostIntf_priv.h30 struct HostIntfComm { struct
43 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId); argument
48 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId);
59 const struct HostIntfComm *platHostIntfInit();
/device/google/contexthub/firmware/os/core/
DhostIntfI2c.c70 static const struct HostIntfComm gI2cComm = {
77 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId) in hostIntfI2cInit()
DhostIntfSpi.c91 static const struct HostIntfComm gSpiComm = {
98 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId) in hostIntfSpiInit()
DhostIntf.c114 static const struct HostIntfComm *mComm;
/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c43 const struct HostIntfComm *platHostIntfInit() in platHostIntfInit()
48 const struct HostIntfComm *ret = NULL; in platHostIntfInit()