Searched refs:MGSL_MAGIC_IOC (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | synclink.h | 272 #define MGSL_MAGIC_IOC 'm' macro 273 #define MGSL_IOCSPARAMS _IOW(MGSL_MAGIC_IOC,0,struct _MGSL_PARAMS) 274 #define MGSL_IOCGPARAMS _IOR(MGSL_MAGIC_IOC,1,struct _MGSL_PARAMS) 275 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 276 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 277 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 278 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 279 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 280 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 281 #define MGSL_IOCWAITEVENT _IOWR(MGSL_MAGIC_IOC,8,int) [all …]
|