Home
last modified time | relevance | path

Searched refs:SPI_IOC_MESSAGE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/spi/
H A Dspidev.h118 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/spi/
H A Dspidev.h126 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/spi/
H A Dspidev.h118 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) macro
/OK3568_Linux_fs/kernel/tools/spi/
H A Dspidev_fdx.c68 status = ioctl(fd, SPI_IOC_MESSAGE(2), xfer); in do_msg()
H A Dspidev_test.c150 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_spidev_test/
H A Dspidev_test.c60 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr); in transfer()
/OK3568_Linux_fs/buildroot/package/let-me-create/
H A D0001-fix-build-with-musl-C-library.patch10 if (ioctl(fd, SPI_IOC_MESSAGE(1), &tr) < 0) {
/OK3568_Linux_fs/buildroot/package/lcdproc/
H A D0002-Add-missing-ioctl-header.patch14 status = ioctl(p->fd, SPI_IOC_MESSAGE(1), &xfer);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/spi/
H A Dmainwindow.cpp119 ::ioctl(fd,SPI_IOC_MESSAGE(1),&tr); in on_send_clicked()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspidev.c328 || _IOC_NR(cmd) != _IOC_NR(SPI_IOC_MESSAGE(0)) in spidev_get_ioc_message()
552 && _IOC_NR(cmd) == _IOC_NR(SPI_IOC_MESSAGE(0)) in spidev_compat_ioctl()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/spitest/
H A Dmainwindow.cpp213 ::ioctl(fd,SPI_IOC_MESSAGE(1),&tr); in on_send_clicked()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/spitest/
H A Dmainwindow.cpp213 ::ioctl(fd,SPI_IOC_MESSAGE(1),&tr); in on_send_clicked()
/OK3568_Linux_fs/kernel/Documentation/spi/
H A Dspidev.rst87 the SPI_IOC_MESSAGE(N) request.