Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dspi.c50 #define SPI_DEVICE_TO_STATE(p) ((struct SpiDeviceState *)p) macro
80 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spi_masterStartAsync_done()
114 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTxDone()
149 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterStopAsyncDone()
180 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStartAsyncDone()
190 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveRxTxDone()
202 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveCsInactive()
253 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStopAsyncDone()
313 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTx()
330 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRelease()
[all …]