OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPI_MSGSIZE
(Results
1 - 4
of
4
) sorted by null
/device/google/marlin/kernel-headers/linux/spi/
spi-contexthub.h
50
#define
SPI_MSGSIZE
(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) * (sizeof(struct spi_ioc_transfer))) : 0)
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/original-kernel-headers/linux/spi/
spi-contexthub.h
62
#define
SPI_MSGSIZE
(N) \
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)])
/bionic/libc/kernel/uapi/linux/spi/
spidev.h
52
#define
SPI_MSGSIZE
(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) * (sizeof(struct spi_ioc_transfer))) : 0)
53
#define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[
SPI_MSGSIZE
(N)])
/external/kernel-headers/original/uapi/linux/spi/
spidev.h
115
#define
SPI_MSGSIZE
(N) \
118
#define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[
SPI_MSGSIZE
(N)])
Completed in 73 milliseconds