Searched refs:SPI_IOC_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/spi/
H A Dspidev.h64 * SPI_IOC_MESSAGE gives userspace the equivalent of kernel spi_sync().
70 * status = ioctl(fd, SPI_IOC_MESSAGE(4), mesg);
103 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspidev.c347 if (_IOC_NR(cmd) != _IOC_NR(SPI_IOC_MESSAGE(0))

Completed in 70 milliseconds