Searched refs:gSpi (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | hostIntfSpi.c | 23 static struct SpiDevice *gSpi; variable 53 return spiSlaveRequest(gBusId, &gSpiMode, &gSpi); in hostIntfSpiRequest() 65 err = spiSlaveRxTx(gSpi, &gPacket, 1, hostIntfSpiRxCallback, callback); in hostIntfSpiRxPacket() 82 return spiSlaveRxTx(gSpi, &gPacket, 1, hostIntfSpiTxCallback, in hostIntfSpiTxPacket() 88 return spiSlaveRelease(gSpi); in hostIntfSpiRelease()
|