Searched refs:phm_regs (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | phantom.h | 23 struct phm_regs { struct 32 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *) argument 33 #define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct phm_regs *) 40 #define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct phm_regs) 41 #define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct phm_regs)
|
| /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 | phantom.h | 23 struct phm_regs { struct 32 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *) argument 33 #define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct phm_regs *) 40 #define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct phm_regs) 41 #define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct phm_regs)
|
| /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 | phantom.h | 23 struct phm_regs { struct 32 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *) argument 33 #define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct phm_regs *) 40 #define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct phm_regs) 41 #define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct phm_regs)
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | phantom.c | 56 struct phm_regs oregs; 89 struct phm_regs rs; in phantom_ioctl() 299 struct phm_regs *r = &dev->oregs; in phantom_isr()
|