HomeSort by relevance Sort by last modified time
    Searched refs:SPI_IOC_MESSAGE (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/spi/
spidev.h 68 * SPI_IOC_MESSAGE gives userspace the equivalent of kernel spi_sync().
74 * status = ioctl(fd, SPI_IOC_MESSAGE(4), mesg);
107 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 68 * SPI_IOC_MESSAGE gives userspace the equivalent of kernel spi_sync().
74 * status = ioctl(fd, SPI_IOC_MESSAGE(4), mesg);
107 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 68 * SPI_IOC_MESSAGE gives userspace the equivalent of kernel spi_sync().
74 * status = ioctl(fd, SPI_IOC_MESSAGE(4), mesg);
107 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])

Completed in 25 milliseconds