Searched refs:MGSL_MAGIC_IOC (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | synclink.h | 275 #define MGSL_MAGIC_IOC 'm' macro 276 #define MGSL_IOCSPARAMS _IOW(MGSL_MAGIC_IOC,0,struct _MGSL_PARAMS) 277 #define MGSL_IOCGPARAMS _IOR(MGSL_MAGIC_IOC,1,struct _MGSL_PARAMS) 278 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 279 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 280 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 281 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 282 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 283 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 284 #define MGSL_IOCWAITEVENT _IOWR(MGSL_MAGIC_IOC,8,int) [all …]
|