Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dhpet.h17 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ macro
/linux/samples/timers/
H A Dhpet_example.c173 if (ioctl(fd, HPET_IE_ON, 0) < 0) { in hpet_poll()
278 if (ioctl(fd, HPET_IE_ON, 0) < 0) { in hpet_fasync()