Home
last modified time | relevance | path

Searched refs:HPET_IE_ON (Results 1 – 3 of 3) sorted by last modified time

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