Home
last modified time | relevance | path

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

/device/lge/bullhead/original-kernel-headers/linux/spi/
Dspi-contexthub.h78 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
/device/google/marlin/original-kernel-headers/linux/spi/
Dspi-contexthub.h78 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
/device/huawei/angler/kernel-headers/linux/spi/
Dspi-contexthub.h59 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
/device/huawei/angler/original-kernel-headers/linux/spi/
Dspi-contexthub.h78 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
/device/lge/bullhead/kernel-headers/linux/spi/
Dspi-contexthub.h59 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
/device/google/marlin/kernel-headers/linux/spi/
Dspi-contexthub.h59 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) macro
/device/google/contexthub/util/stm32_flash/
Dspi.c178 if (ioctl(spi_handle->fd, SPI_IOC_WR_BITS_PER_WORD, &tmp8) < 0) { in spi_init()