HomeSort by relevance Sort by last modified time
    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