Home
last modified time | relevance | path

Searched refs:PFRU_IOC_SET_REV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpfrut.h25 #define PFRU_IOC_SET_REV _IOW(PFRUT_IOCTL_MAGIC, 0x01, unsigned int) macro
/openbmc/linux/tools/power/acpi/tools/pfrut/
H A Dpfrut.c311 ret = ioctl(fd_update, PFRU_IOC_SET_REV, &revid); in main()
/openbmc/linux/drivers/acpi/
H A Dpfr_update.c412 case PFRU_IOC_SET_REV: in pfru_ioctl()