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

/linux-master/samples/timers/
H A Dhpet_example.c22 extern void hpet_fasync(int, const char **);
46 hpet_fasync
223 hpet_fasync(int argc, const char **argv) function
234 fprintf(stderr, "hpet_fasync: failed to set signal handler\n");
239 fprintf(stderr, "hpet_fasync: device-name freq iterations\n");
246 fprintf(stderr, "hpet_fasync: failed to open %s\n", argv[0]);
254 fprintf(stderr, "hpet_fasync: fcntl failed\n");
262 fprintf(stderr, "hpet_fasync: HPET_IRQFREQ failed\n");
267 fprintf(stderr, "hpet_fasync: failed to get info\n");
271 fprintf(stderr, "hpet_fasync
[all...]
/linux-master/drivers/char/
H A Dhpet.c368 static int hpet_fasync(int fd, struct file *file, int on) function
688 .fasync = hpet_fasync,

Completed in 127 milliseconds