Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dspi.c51 #define SPI_DEVICE_TO_STATE(p) ((struct SpiDeviceState *)p) macro
81 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spi_masterStartAsync_done()
115 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTxDone()
150 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterStopAsyncDone()
183 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStartAsyncDone()
193 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveRxTxDone()
205 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveCsInactive()
260 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStopAsyncDone()
321 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTx()
338 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRelease()
[all …]