Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c23 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()