Searched refs:PP_IOCTL (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | ppdev.h | 21 #define PP_IOCTL 'p' macro 22 #define PPSETMODE _IOW(PP_IOCTL, 0x80, int) 23 #define PPRSTATUS _IOR(PP_IOCTL, 0x81, unsigned char) 24 #define PPWSTATUS OBSOLETE__IOW(PP_IOCTL, 0x82, unsigned char) 25 #define PPRCONTROL _IOR(PP_IOCTL, 0x83, unsigned char) 26 #define PPWCONTROL _IOW(PP_IOCTL, 0x84, unsigned char) 31 #define PPFCONTROL _IOW(PP_IOCTL, 0x8e, struct ppdev_frob_struct) 32 #define PPRDATA _IOR(PP_IOCTL, 0x85, unsigned char) 33 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char) 34 #define PPRECONTROL OBSOLETE__IOR(PP_IOCTL, 0x87, unsigned char) [all …]
|