Home
last modified time | relevance | path

Searched refs:SPI_MSGSIZE (Results 1 – 6 of 6) sorted by relevance

/device/lge/bullhead/original-kernel-headers/linux/spi/
Dspi-contexthub.h62 #define SPI_MSGSIZE(N) \ macro
66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
86 #define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
/device/google/marlin/original-kernel-headers/linux/spi/
Dspi-contexthub.h62 #define SPI_MSGSIZE(N) \ macro
66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
86 #define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
/device/huawei/angler/kernel-headers/linux/spi/
Dspi-contexthub.h50 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… macro
51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
65 #define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
/device/huawei/angler/original-kernel-headers/linux/spi/
Dspi-contexthub.h62 #define SPI_MSGSIZE(N) \ macro
66 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
86 #define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
/device/lge/bullhead/kernel-headers/linux/spi/
Dspi-contexthub.h50 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… macro
51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
65 #define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
/device/google/marlin/kernel-headers/linux/spi/
Dspi-contexthub.h50 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… macro
51 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
65 #define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])