Home
last modified time | relevance | path

Searched refs:hpet_poll (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/samples/timers/
Dhpet_example.c21 extern void hpet_poll(int, const char **);
42 hpet_poll
131 hpet_poll(int argc, const char **argv) in hpet_poll() function
/linux-6.1.9/drivers/char/
Dhpet.c327 static __poll_t hpet_poll(struct file *file, poll_table * wait) in hpet_poll() function
701 .poll = hpet_poll,