Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/timers/
Dhpet_example.c172 if (ioctl(fd, HPET_IE_ON, 0) < 0) { in hpet_poll()
277 if (ioctl(fd, HPET_IE_ON, 0) < 0) { in hpet_fasync()
/linux-2.6.39/include/linux/
Dhpet.h122 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ macro
/linux-2.6.39/drivers/char/
Dhpet.c575 case HPET_IE_ON: in hpet_ioctl_common()