Home
last modified time | relevance | path

Searched refs:ktimer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pps/clients/
H A Dpps-ktimer.c22 static struct timer_list ktimer; variable
37 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()
H A DMakefile6 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
H A DKconfig15 will be called pps-ktimer.
/linux/Documentation/driver-api/
H A Dpps.rst96 .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 (if
182 # modprobe pps-ktimer