HomeSort by relevance Sort by last modified time
    Searched refs:spi_handle (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/util/stm32_flash/
spi.c 26 spi_handle_t *spi_handle = (spi_handle_t *)handle; local
37 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0)
45 spi_handle_t *spi_handle = (spi_handle_t *)handle; local
60 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0)
68 spi_handle_t *spi_handle = (spi_handle_t *)handle; local
88 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(2), xfer) >= 0)
96 spi_handle_t *spi_handle = (spi_handle_t *)handle; local
111 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0) {
113 ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer);
121 ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer)
131 spi_handle_t *spi_handle = (spi_handle_t *)handle; local
152 spi_handle_t *spi_handle = (spi_handle_t *)handle; local
    [all...]
spi.h 22 typedef struct spi_handle struct
flash.c 74 spi_handle_t spi_handle; local
177 handle = &spi_handle.handle;
178 spi_handle.fd = fd;

Completed in 71 milliseconds