Home | History | Annotate | Download | only in stm32_flash

Lines Matching refs:xfer

27     struct spi_ioc_transfer xfer =
37 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0)
52 struct spi_ioc_transfer xfer =
60 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0)
73 struct spi_ioc_transfer xfer[] =
88 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(2), xfer) >= 0)
103 struct spi_ioc_transfer xfer =
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);
136 struct spi_ioc_transfer xfer =
144 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0)