Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/timers/
Dhpet_example.c114 if (ioctl(fd, HPET_INFO, &info) < 0) { in hpet_info()
160 if (ioctl(fd, HPET_INFO, &info) < 0) { in hpet_poll()
265 if (ioctl(fd, HPET_INFO, &info) < 0) { in hpet_fasync()
/linux-2.6.39/include/linux/
Dhpet.h124 #define HPET_INFO _IOR('h', 0x03, struct hpet_info) macro
/linux-2.6.39/drivers/char/
Dhpet.c567 case HPET_INFO: in hpet_ioctl_common()
596 case HPET_INFO: in hpet_ioctl_common()
658 if ((cmd == HPET_INFO) && !err && in hpet_ioctl()
683 if ((cmd == HPET_INFO) && !err) { in hpet_compat_ioctl()