OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:masterStopSync
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
spi_priv.h
37
int (*
masterStopSync
)(struct SpiDevice *dev);
/device/google/contexthub/firmware/os/core/
spi.c
136
if (dev->ops->
masterStopSync
) {
137
int err = dev->ops->
masterStopSync
(dev);
/device/google/contexthub/firmware/os/platform/stm32/
spi.c
542
.
masterStopSync
= stmSpiMasterStopSync,
Completed in 192 milliseconds