Searched refs:SPI_IOC_WR_BITS_PER_WORD (Results 1 – 5 of 5) sorted by relevance
/device/huawei/angler/kernel-headers/linux/spi/ |
D | spi-contexthub.h | 59 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
|
/device/lge/bullhead/original-kernel-headers/linux/spi/ |
D | spi-contexthub.h | 78 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
|
/device/huawei/angler/original-kernel-headers/linux/spi/ |
D | spi-contexthub.h | 78 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
|
/device/lge/bullhead/kernel-headers/linux/spi/ |
D | spi-contexthub.h | 59 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
|
/device/google/contexthub/util/stm32_flash/ |
D | spi.c | 178 if (ioctl(spi_handle->fd, SPI_IOC_WR_BITS_PER_WORD, &tmp8) < 0) { in spi_init()
|