Home
last modified time | relevance | path

Searched refs:SPI_IOC_MESSAGE (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/util/stm32_flash/
Dspi.c37 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0) in spi_write_data()
60 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0) in spi_write_cmd()
88 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(2), xfer) >= 0) in spi_read_data()
111 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0) { in spi_read_ack()
113 ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer); in spi_read_ack()
121 ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer); in spi_read_ack()
144 if (ioctl(spi_handle->fd, SPI_IOC_MESSAGE(1), &xfer) >= 0) in spi_sync()
/device/lge/bullhead/original-kernel-headers/linux/spi/
Dspi-contexthub.h66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/device/google/marlin/original-kernel-headers/linux/spi/
Dspi-contexthub.h66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/device/huawei/angler/kernel-headers/linux/spi/
Dspi-contexthub.h51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/device/huawei/angler/original-kernel-headers/linux/spi/
Dspi-contexthub.h66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/device/lge/bullhead/kernel-headers/linux/spi/
Dspi-contexthub.h51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/device/google/marlin/kernel-headers/linux/spi/
Dspi-contexthub.h51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro