Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dspi.c266 static int spiSetupRxTx(struct SpiDeviceState *state, in spiSetupRxTx() function
319 ret = spiSetupRxTx(state, packets, n, callback, cookie); in spiMasterRxTx()
391 int ret = spiSetupRxTx(state, packets, n, callback, cookie); in spiSlaveRxTx()