Home
last modified time | relevance | path

Searched refs:echo_active_ms (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/pps/clients/
Dpps-gpio.c37 unsigned int echo_active_ms; /* PPS echo active duration */ member
136 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()
/Linux-v5.10/include/linux/
Dpps-gpio.h16 unsigned int echo_active_ms; member