Home
last modified time | relevance | path

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

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