Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A 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)
/openbmc/linux/drivers/misc/
H A Dphantom.c56 struct phm_regs oregs;
89 struct phm_regs rs; in phantom_ioctl()
299 struct phm_regs *r = &dev->oregs; in phantom_isr()