Home
last modified time | relevance | path

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

/Linux-v4.19/samples/timers/
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()
/Linux-v4.19/include/uapi/linux/
Dhpet.h19 #define HPET_INFO _IOR('h', 0x03, struct hpet_info) macro
/Linux-v4.19/drivers/char/
Dhpet.c588 case HPET_INFO: in hpet_ioctl_common()
616 case HPET_INFO: in hpet_ioctl_common()
678 if ((cmd == HPET_INFO) && !err && in hpet_ioctl()
703 if ((cmd == HPET_INFO) && !err) { in hpet_compat_ioctl()