Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dspi.c273 static int spiSetupRxTx(struct SpiDeviceState *state, in spiSetupRxTx() function
327 ret = spiSetupRxTx(state, packets, n, callback, cookie); in spiMasterRxTx()
399 int ret = spiSetupRxTx(state, packets, n, callback, cookie); in spiSlaveRxTx()