Lines Matching refs:PP_IOCTL
21 #define PP_IOCTL 'p' macro
24 #define PPSETMODE _IOW(PP_IOCTL, 0x80, int)
27 #define PPRSTATUS _IOR(PP_IOCTL, 0x81, unsigned char)
28 #define PPWSTATUS OBSOLETE__IOW(PP_IOCTL, 0x82, unsigned char)
31 #define PPRCONTROL _IOR(PP_IOCTL, 0x83, unsigned char)
32 #define PPWCONTROL _IOW(PP_IOCTL, 0x84, unsigned char)
38 #define PPFCONTROL _IOW(PP_IOCTL, 0x8e, struct ppdev_frob_struct)
41 #define PPRDATA _IOR(PP_IOCTL, 0x85, unsigned char)
42 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char)
45 #define PPRECONTROL OBSOLETE__IOR(PP_IOCTL, 0x87, unsigned char)
46 #define PPWECONTROL OBSOLETE__IOW(PP_IOCTL, 0x88, unsigned char)
49 #define PPRFIFO OBSOLETE__IOR(PP_IOCTL, 0x89, unsigned char)
50 #define PPWFIFO OBSOLETE__IOW(PP_IOCTL, 0x8a, unsigned char)
53 #define PPCLAIM _IO(PP_IOCTL, 0x8b)
56 #define PPRELEASE _IO(PP_IOCTL, 0x8c)
60 #define PPYIELD _IO(PP_IOCTL, 0x8d)
63 #define PPEXCL _IO(PP_IOCTL, 0x8f)
66 #define PPDATADIR _IOW(PP_IOCTL, 0x90, int)
69 #define PPNEGOT _IOW(PP_IOCTL, 0x91, int)
72 #define PPWCTLONIRQ _IOW(PP_IOCTL, 0x92, unsigned char)
75 #define PPCLRIRQ _IOR(PP_IOCTL, 0x93, int)
78 #define PPSETPHASE _IOW(PP_IOCTL, 0x94, int)
81 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval)
82 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
85 #define PPGETMODES _IOR(PP_IOCTL, 0x97, unsigned int)
88 #define PPGETMODE _IOR(PP_IOCTL, 0x98, int)
89 #define PPGETPHASE _IOR(PP_IOCTL, 0x99, int)
92 #define PPGETFLAGS _IOR(PP_IOCTL, 0x9a, int)
93 #define PPSETFLAGS _IOW(PP_IOCTL, 0x9b, int)