Searched refs:SPI_IOC_RD_LSB_FIRST (Results 1 – 4 of 4) sorted by relevance
126 #define SPI_IOC_RD_LSB_FIRST _IOR(SPI_IOC_MAGIC, 2, __u8) macro
89 if (ioctl(fd, SPI_IOC_RD_LSB_FIRST, &lsb) < 0) { in dumpstat()
95 SPI_IOC_RD_LSB_FIRST, SPI_IOC_WR_LSB_FIRST ... pass a pointer to a byte
385 case SPI_IOC_RD_LSB_FIRST: in spidev_ioctl()