Searched refs:hi_flags (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/Documentation/timers/ |
D | hpet_example.c | 120 info.hi_ireqfreq, info.hi_flags); in hpet_info() 165 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll() 167 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_poll() 270 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_fasync() 272 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_fasync()
|
/linux-2.6.39/include/linux/ |
D | hpet.h | 115 unsigned long hi_flags; /* information */ member
|
/linux-2.6.39/drivers/char/ |
D | hpet.c | 602 info->hi_flags = in hpet_ioctl_common() 668 compat_ulong_t hi_flags; /* information */ member 686 put_user(info.hi_flags, &u->hi_flags) || in hpet_compat_ioctl()
|