Home
last modified time | relevance | path

Searched refs:CS_IO_MAGIC (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/hsi/
H A Dcs-protocol.h108 #define CS_IO_MAGIC 'C' macro
110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype)
112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
113 #define CS_IO(num) _IO(CS_IO_MAGIC, num)
/kernel/linux/linux-6.6/include/uapi/linux/hsi/
H A Dcs-protocol.h94 #define CS_IO_MAGIC 'C' macro
96 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
97 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype)
98 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
99 #define CS_IO(num) _IO(CS_IO_MAGIC, num)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/hsi/
H A Dcs-protocol.h66 #define CS_IO_MAGIC 'C' macro
67 #define CS_IOW(num,dtype) _IOW(CS_IO_MAGIC, num, dtype)
68 #define CS_IOR(num,dtype) _IOR(CS_IO_MAGIC, num, dtype)
69 #define CS_IOWR(num,dtype) _IOWR(CS_IO_MAGIC, num, dtype)
70 #define CS_IO(num) _IO(CS_IO_MAGIC, num)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/hsi/
H A Dcs-protocol.h66 #define CS_IO_MAGIC 'C' macro
67 #define CS_IOW(num,dtype) _IOW(CS_IO_MAGIC, num, dtype)
68 #define CS_IOR(num,dtype) _IOR(CS_IO_MAGIC, num, dtype)
69 #define CS_IOWR(num,dtype) _IOWR(CS_IO_MAGIC, num, dtype)
70 #define CS_IO(num) _IO(CS_IO_MAGIC, num)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/hsi/
H A Dcs-protocol.h56 #define CS_IO_MAGIC 'C' macro
57 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
58 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype)
59 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
60 #define CS_IO(num) _IO(CS_IO_MAGIC, num)

Completed in 2 milliseconds