Home
last modified time | relevance | path

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

/openbmc/linux/samples/timers/
H A Dhpet_example.c115 if (ioctl(fd, HPET_INFO, &info) < 0) { in hpet_info()
161 if (ioctl(fd, HPET_INFO, &info) < 0) { in hpet_poll()
266 if (ioctl(fd, HPET_INFO, &info) < 0) { in hpet_fasync()
/openbmc/linux/include/uapi/linux/
H A Dhpet.h19 #define HPET_INFO _IOR('h', 0x03, struct hpet_info) macro
/openbmc/linux/drivers/char/
H A Dhpet.c581 case HPET_INFO: in hpet_ioctl_common()
609 case HPET_INFO: in hpet_ioctl_common()
671 if ((cmd == HPET_INFO) && !err && in hpet_ioctl()
699 cmd = HPET_INFO; in hpet_compat_ioctl()
708 if ((cmd == HPET_INFO) && !err) { in hpet_compat_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch959 +pub const HPET_INFO: u32 = 2149083139;