Searched refs:SPI_IOC_MESSAGE (Results 1 – 5 of 5) sorted by relevance
110 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
67 status = ioctl(fd, SPI_IOC_MESSAGE(2), xfer); in do_msg()
60 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
78 the SPI_IOC_MESSAGE(N) request.
437 if (_IOC_NR(cmd) != _IOC_NR(SPI_IOC_MESSAGE(0)) in spidev_ioctl()