Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/spi/
Dspidev.h106 #define SPI_IOC_RD_LSB_FIRST _IOR(SPI_IOC_MAGIC, 2, __u8) macro
/linux-5.19.10/tools/spi/
Dspidev_fdx.c89 if (ioctl(fd, SPI_IOC_RD_LSB_FIRST, &lsb) < 0) { in dumpstat()
/linux-5.19.10/drivers/spi/
Dspidev.c387 case SPI_IOC_RD_LSB_FIRST: in spidev_ioctl()
/linux-5.19.10/Documentation/spi/
Dspidev.rst134 SPI_IOC_RD_LSB_FIRST, SPI_IOC_WR_LSB_FIRST ...