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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/timers/
H A Dhpet_example.c20 extern void hpet_poll(int, const char **);
41 hpet_poll
103 hpet_poll(int argc, const char **argv) function
114 fprintf(stderr, "hpet_poll: device-name freq iterations\n");
124 fprintf(stderr, "hpet_poll: open of %s failed\n", argv[0]);
129 fprintf(stderr, "hpet_poll: HPET_IRQFREQ failed\n");
134 fprintf(stderr, "hpet_poll: failed to get info\n");
138 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags);
141 fprintf(stderr, "hpet_poll: HPET_EPI failed\n");
146 fprintf(stderr, "hpet_poll, HPET_IE_O
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhpet.c328 static unsigned int hpet_poll(struct file *file, poll_table * wait) function
674 .poll = hpet_poll,

Completed in 35 milliseconds