OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:masterStopAsync
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
spi_priv.h
38
int (*
masterStopAsync
)(struct SpiDevice *dev);
/device/google/contexthub/firmware/os/core/
spi.c
139
} else if (dev->ops->
masterStopAsync
) {
140
int err = dev->ops->
masterStopAsync
(dev);
Completed in 56 milliseconds