Searched refs:hpet_poll (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/samples/timers/ |
H A D | hpet_example.c | 21 extern void hpet_poll(int, const char **); 42 hpet_poll 131 hpet_poll(int argc, const char **argv) in hpet_poll() function 142 fprintf(stderr, "hpet_poll: device-name freq iterations\n"); in hpet_poll() 152 fprintf(stderr, "hpet_poll: open of %s failed\n", argv[0]); in hpet_poll() 157 fprintf(stderr, "hpet_poll: HPET_IRQFREQ failed\n"); in hpet_poll() 162 fprintf(stderr, "hpet_poll: failed to get info\n"); in hpet_poll() 166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll() 169 fprintf(stderr, "hpet_poll: HPET_EPI failed\n"); in hpet_poll() 174 fprintf(stderr, "hpet_poll, HPET_IE_O in hpet_poll() [all...] |
/kernel/linux/linux-6.6/samples/timers/ |
H A D | hpet_example.c | 21 extern void hpet_poll(int, const char **); 42 hpet_poll 131 hpet_poll(int argc, const char **argv) in hpet_poll() function 142 fprintf(stderr, "hpet_poll: device-name freq iterations\n"); in hpet_poll() 152 fprintf(stderr, "hpet_poll: open of %s failed\n", argv[0]); in hpet_poll() 157 fprintf(stderr, "hpet_poll: HPET_IRQFREQ failed\n"); in hpet_poll() 162 fprintf(stderr, "hpet_poll: failed to get info\n"); in hpet_poll() 166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll() 169 fprintf(stderr, "hpet_poll: HPET_EPI failed\n"); in hpet_poll() 174 fprintf(stderr, "hpet_poll, HPET_IE_O in hpet_poll() [all...] |
/kernel/linux/linux-5.10/drivers/char/ |
H A D | hpet.c | 342 static __poll_t hpet_poll(struct file *file, poll_table * wait) in hpet_poll() function 716 .poll = hpet_poll,
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | hpet.c | 327 static __poll_t hpet_poll(struct file *file, poll_table * wait) in hpet_poll() function 701 .poll = hpet_poll,
|
Completed in 5 milliseconds