Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dphantom.h17 struct phm_reg { struct
30 #define PHN_GET_REG _IOWR(PH_IOC_MAGIC, 0, struct phm_reg *) argument
31 #define PHN_SET_REG _IOW(PH_IOC_MAGIC, 1, struct phm_reg *)
38 #define PHN_GETREG _IOWR(PH_IOC_MAGIC, 5, struct phm_reg)
39 #define PHN_SETREG _IOW(PH_IOC_MAGIC, 6, struct phm_reg)
/openbmc/linux/drivers/misc/
H A Dphantom.c90 struct phm_reg r; in phantom_ioctl()