Home
last modified time | relevance | path

Searched refs:HPET_IRQFREQ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dhpet.h22 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */ macro
/openbmc/linux/samples/timers/
H A Dhpet_example.c156 if (ioctl(fd, HPET_IRQFREQ, freq) < 0) { in hpet_poll()
261 if (ioctl(fd, HPET_IRQFREQ, freq) < 0) { in hpet_fasync()
/openbmc/linux/drivers/char/
H A Dhpet.c584 case HPET_IRQFREQ: in hpet_ioctl_common()
643 case HPET_IRQFREQ: in hpet_ioctl_common()
702 cmd = HPET_IRQFREQ; in hpet_compat_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch609 +pub const HPET_IRQFREQ: u32 = 1074292742;