Searched refs:ktimer (Results 1 – 4 of 4) sorted by relevance
22 static struct timer_list ktimer; variable37 mod_timer(&ktimer, jiffies + HZ); in pps_ktimer_event()61 del_timer_sync(&ktimer); in pps_ktimer_exit()74 timer_setup(&ktimer, pps_ktimer_event, 0); in pps_ktimer_init()75 mod_timer(&ktimer, jiffies + HZ); in pps_ktimer_init()
6 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
15 will be called pps-ktimer.
96 .name = "ktimer",133 Please see the file drivers/pps/clients/pps-ktimer.c for example code.175 the pps-ktimer driver (see the client subsection in the PPS configuration menu)179 Once you have enabled the compilation of pps-ktimer just modprobe it (if182 # modprobe pps-ktimer