Searched refs:CM_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | cm4000_cs.h | 38 #define CM_IOC_MAGIC 'c' macro 41 #define CM_IOCGSTATUS _IOR (CM_IOC_MAGIC, 0, unsigned char *) 42 #define CM_IOCGATR _IOWR(CM_IOC_MAGIC, 1, atreq_t *) 43 #define CM_IOCSPTS _IOW (CM_IOC_MAGIC, 2, ptsreq_t *) 44 #define CM_IOCSRDR _IO (CM_IOC_MAGIC, 3) 45 #define CM_IOCARDOFF _IO (CM_IOC_MAGIC, 4) 47 #define CM_IOSDBGLVL _IOW(CM_IOC_MAGIC, 250, int*)
|