Searched refs:MGSL_MAGIC_IOC (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | synclink.h | 278 #define MGSL_MAGIC_IOC 'm' macro 279 #define MGSL_IOCSPARAMS _IOW(MGSL_MAGIC_IOC,0,struct _MGSL_PARAMS) 280 #define MGSL_IOCGPARAMS _IOR(MGSL_MAGIC_IOC,1,struct _MGSL_PARAMS) 281 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 282 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 283 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 284 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 285 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 286 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 287 #define MGSL_IOCWAITEVENT _IOWR(MGSL_MAGIC_IOC,8,int) [all …]
|
| /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/ |
| H A D | synclink.h | 278 #define MGSL_MAGIC_IOC 'm' macro 279 #define MGSL_IOCSPARAMS _IOW(MGSL_MAGIC_IOC,0,struct _MGSL_PARAMS) 280 #define MGSL_IOCGPARAMS _IOR(MGSL_MAGIC_IOC,1,struct _MGSL_PARAMS) 281 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 282 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 283 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 284 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 285 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 286 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 287 #define MGSL_IOCWAITEVENT _IOWR(MGSL_MAGIC_IOC,8,int) [all …]
|
| /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/ |
| H A D | synclink.h | 278 #define MGSL_MAGIC_IOC 'm' macro 279 #define MGSL_IOCSPARAMS _IOW(MGSL_MAGIC_IOC,0,struct _MGSL_PARAMS) 280 #define MGSL_IOCGPARAMS _IOR(MGSL_MAGIC_IOC,1,struct _MGSL_PARAMS) 281 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 282 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 283 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 284 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 285 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 286 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 287 #define MGSL_IOCWAITEVENT _IOWR(MGSL_MAGIC_IOC,8,int) [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | synclink.h | 34 #define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC,0,struct MGSL_PARAMS32) 35 #define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC,1,struct MGSL_PARAMS32)
|