OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPI_IOC_MESSAGE
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/uapi/linux/spi/
spidev.h
52
#define
SPI_IOC_MESSAGE
(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
/development/ndk/platforms/android-L/include/linux/spi/
spidev.h
52
#define
SPI_IOC_MESSAGE
(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
/external/kernel-headers/original/uapi/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)])
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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)])
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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)])
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/spi/
spidev.h
52
#define
SPI_IOC_MESSAGE
(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/spi/
spidev.h
52
#define
SPI_IOC_MESSAGE
(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/spi/
spidev.h
52
#define
SPI_IOC_MESSAGE
(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
Completed in 45 milliseconds