Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dhpet.h17 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ macro
/linux-6.6.21/samples/timers/
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()
/linux-6.6.21/drivers/char/
Dhpet.c576 case HPET_IE_ON: in hpet_ioctl_common()