Home
last modified time | relevance | path

Searched refs:phm_regs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dphantom.h22 struct phm_regs { struct
31 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *) argument
32 #define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct phm_regs *)
39 #define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct phm_regs)
40 #define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct phm_regs)
/linux-4.4.14/drivers/misc/
Dphantom.c60 struct phm_regs oregs;
93 struct phm_regs rs; in phantom_ioctl()
303 struct phm_regs *r = &dev->oregs; in phantom_isr()