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

  /device/google/marlin/kernel-headers/linux/spi/
spi-contexthub.h 51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
  /device/google/marlin/original-kernel-headers/linux/spi/
spi-contexthub.h 66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/spi/
spidev.h 71 * SPI_IOC_MESSAGE gives userspace the equivalent of kernel spi_sync().
77 * status = ioctl(fd, SPI_IOC_MESSAGE(4), mesg);
110 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
  /bionic/libc/kernel/uapi/linux/spi/
spidev.h 53 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
  /external/kernel-headers/original/uapi/linux/spi/
spidev.h 77 * SPI_IOC_MESSAGE gives userspace the equivalent of kernel spi_sync().
83 * status = ioctl(fd, SPI_IOC_MESSAGE(4), mesg);
118 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])

Completed in 79 milliseconds