Searched refs:SPI_IOC_MESSAGE (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/util/stm32_flash/ |
D | spi.c | 37 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/huawei/angler/kernel-headers/linux/spi/ |
D | spi-contexthub.h | 51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
|
/device/lge/bullhead/original-kernel-headers/linux/spi/ |
D | spi-contexthub.h | 66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
|
/device/huawei/angler/original-kernel-headers/linux/spi/ |
D | spi-contexthub.h | 66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
|
/device/lge/bullhead/kernel-headers/linux/spi/ |
D | spi-contexthub.h | 51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
|