Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dhpet.h22 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */ macro
/linux-6.12.1/samples/timers/
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-6.12.1/drivers/char/
Dhpet.c564 case HPET_IRQFREQ: in hpet_ioctl_common()
623 case HPET_IRQFREQ: in hpet_ioctl_common()
682 cmd = HPET_IRQFREQ; in hpet_compat_ioctl()