Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dphantom.h23 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)
/Linux-v4.19/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()