Home
last modified time | relevance | path

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

/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()
/linux/include/uapi/linux/
H A Dhpet.h19 #define HPET_INFO _IOR('h', 0x03, struct hpet_info) macro