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