Searched refs:echo_active_ms (Results 1 – 2 of 2) sorted by relevance
37 unsigned int echo_active_ms; /* PPS echo active duration */ member136 data->echo_active_ms = value; in pps_gpio_setup()138 if (!data->echo_active_ms || data->echo_active_ms > 999) { in pps_gpio_setup()141 data->echo_active_ms); in pps_gpio_setup()185 data->echo_active_ms = pdata->echo_active_ms; in pps_gpio_probe()211 data->echo_timeout = msecs_to_jiffies(data->echo_active_ms); in pps_gpio_probe()
16 unsigned int echo_active_ms; member