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

/linux-master/include/uapi/linux/
H A Dphantom.h23 struct phm_regs { struct
32 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *)
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)
/linux-master/drivers/misc/
H A Dphantom.c59 struct phm_regs oregs;
92 struct phm_regs rs;
302 struct phm_regs *r = &dev->oregs;

Completed in 92 milliseconds