Searched refs:HostIntfComm (Results 1 – 5 of 5) sorted by relevance
30 struct HostIntfComm { struct43 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId); argument48 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId);59 const struct HostIntfComm *platHostIntfInit();
25 const struct HostIntfComm *platHostIntfInit() in platHostIntfInit()30 const struct HostIntfComm *ret = NULL; in platHostIntfInit()
70 static const struct HostIntfComm gI2cComm = {77 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId) in hostIntfI2cInit()
91 static const struct HostIntfComm gSpiComm = {98 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId) in hostIntfSpiInit()
106 static const struct HostIntfComm *mComm;