Searched refs:hi_flags (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/timers/ |
| H A D | hpet_example.c | 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()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | hpet.h | 10 unsigned long hi_flags; /* information */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | hpet.h | 10 unsigned long hi_flags; /* information */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | hpet.h | 10 unsigned long hi_flags; /* information */ member
|
| /OK3568_Linux_fs/kernel/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()
|