Searched refs:hi_flags (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/samples/timers/ |
H A D | hpet_example.c | 120 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info() 121 info.hi_ireqfreq, info.hi_flags); in hpet_info() 166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll() 168 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_poll() 271 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_fasync() 273 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_fasync()
|
/kernel/linux/linux-6.6/samples/timers/ |
H A D | hpet_example.c | 120 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info() 121 info.hi_ireqfreq, info.hi_flags); in hpet_info() 166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll() 168 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_poll() 271 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_fasync() 273 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) { in hpet_fasync()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hpet.h | 10 unsigned long hi_flags; /* information */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | hpet.h | 10 unsigned long hi_flags; /* information */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | hpet.h | 24 unsigned long hi_flags; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | hpet.h | 24 unsigned long hi_flags; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hpet.h | 11 unsigned long hi_flags; member
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | hpet.c | 618 info->hi_flags = in hpet_ioctl_common() 684 compat_ulong_t hi_flags; /* information */ member 702 put_user(info.hi_flags, &u->hi_flags) || in hpet_compat_ioctl()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | hpet.c | 603 info->hi_flags = in hpet_ioctl_common() 669 compat_ulong_t hi_flags; /* information */ member 687 put_user(info.hi_flags, &u->hi_flags) || in hpet_compat_ioctl()
|
Completed in 8 milliseconds