Home
last modified time | relevance | path

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

/linux/samples/timers/
H A Dhpet_example.c156 if (ioctl(fd, HPET_IRQFREQ, freq) < 0) { in hpet_poll()
261 if (ioctl(fd, HPET_IRQFREQ, freq) < 0) { in hpet_fasync()
/linux/include/uapi/linux/
H A Dhpet.h22 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */ macro