echo_timer         34 drivers/pps/clients/pps-gpio.c 	struct timer_list echo_timer;	/* timer to reset echo active state */
echo_timer         88 drivers/pps/clients/pps-gpio.c 		info->echo_timer.expires = jiffies + info->echo_timeout;
echo_timer         89 drivers/pps/clients/pps-gpio.c 		add_timer(&info->echo_timer);
echo_timer         98 drivers/pps/clients/pps-gpio.c 	info = from_timer(info, t, echo_timer);
echo_timer        212 drivers/pps/clients/pps-gpio.c 		timer_setup(&data->echo_timer, pps_gpio_echo_timer_callback, 0);
echo_timer        247 drivers/pps/clients/pps-gpio.c 		del_timer_sync(&data->echo_timer);