Searched refs:PP_IOCTL (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ppdev.h | 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) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ppdev.h | 18 #define PP_IOCTL 'p' macro 21 #define PPSETMODE _IOW(PP_IOCTL, 0x80, int) 24 #define PPRSTATUS _IOR(PP_IOCTL, 0x81, unsigned char) 25 #define PPWSTATUS OBSOLETE__IOW(PP_IOCTL, 0x82, unsigned char) 28 #define PPRCONTROL _IOR(PP_IOCTL, 0x83, unsigned char) 29 #define PPWCONTROL _IOW(PP_IOCTL, 0x84, unsigned char) 35 #define PPFCONTROL _IOW(PP_IOCTL, 0x8e, struct ppdev_frob_struct) 38 #define PPRDATA _IOR(PP_IOCTL, 0x85, unsigned char) 39 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char) 42 #define PPRECONTROL OBSOLETE__IOR(PP_IOCTL, 0x87, unsigned char) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ppdev.h | 18 #define PP_IOCTL 'p' macro 21 #define PPSETMODE _IOW(PP_IOCTL, 0x80, int) 24 #define PPRSTATUS _IOR(PP_IOCTL, 0x81, unsigned char) 25 #define PPWSTATUS OBSOLETE__IOW(PP_IOCTL, 0x82, unsigned char) 28 #define PPRCONTROL _IOR(PP_IOCTL, 0x83, unsigned char) 29 #define PPWCONTROL _IOW(PP_IOCTL, 0x84, unsigned char) 35 #define PPFCONTROL _IOW(PP_IOCTL, 0x8e, struct ppdev_frob_struct) 38 #define PPRDATA _IOR(PP_IOCTL, 0x85, unsigned char) 39 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char) 42 #define PPRECONTROL OBSOLETE__IOR(PP_IOCTL, 0x87, unsigned char) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | ppdev.c | 103 #define PPGETTIME32 _IOR(PP_IOCTL, 0x95, s32[2]) 104 #define PPSETTIME32 _IOW(PP_IOCTL, 0x96, s32[2]) 105 #define PPGETTIME64 _IOR(PP_IOCTL, 0x95, s64[2]) 106 #define PPSETTIME64 _IOW(PP_IOCTL, 0x96, s64[2])
|