Home
last modified time | relevance | path

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

/openbmc/linux/samples/timers/
H A Dhpet_example.c121 info.hi_ireqfreq, info.hi_flags); in hpet_info()
166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll()
168 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_poll()
271 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_fasync()
273 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_fasync()
/openbmc/linux/include/uapi/linux/
H A Dhpet.h10 unsigned long hi_flags; /* information */ member