echo_active_ms     37 drivers/pps/clients/pps-gpio.c 	unsigned int echo_active_ms;	/* PPS echo active duration */
echo_active_ms    136 drivers/pps/clients/pps-gpio.c 		data->echo_active_ms = value;
echo_active_ms    138 drivers/pps/clients/pps-gpio.c 		if (!data->echo_active_ms || data->echo_active_ms > 999) {
echo_active_ms    141 drivers/pps/clients/pps-gpio.c 				data->echo_active_ms);
echo_active_ms    185 drivers/pps/clients/pps-gpio.c 		data->echo_active_ms = pdata->echo_active_ms;
echo_active_ms    211 drivers/pps/clients/pps-gpio.c 		data->echo_timeout = msecs_to_jiffies(data->echo_active_ms);
echo_active_ms     16 include/linux/pps-gpio.h 	unsigned int echo_active_ms;