Home
last modified time | relevance | path

Searched refs:SPI_IOC_RD_LSB_FIRST (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/spi/
Dspidev.h118 #define SPI_IOC_RD_LSB_FIRST _IOR(SPI_IOC_MAGIC, 2, __u8) macro
/linux-3.4.99/Documentation/spi/
Dspidev_fdx.c88 if (ioctl(fd, SPI_IOC_RD_LSB_FIRST, &lsb) < 0) { in dumpstat()
Dspidev89 SPI_IOC_RD_LSB_FIRST, SPI_IOC_WR_LSB_FIRST ... pass a pointer to a byte
/linux-3.4.99/drivers/spi/
Dspidev.c360 case SPI_IOC_RD_LSB_FIRST: in spidev_ioctl()