Home
last modified time | relevance | path

Searched refs:echo_active_ms (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/pps/clients/
H A Dpps-gpio.c37 unsigned int echo_active_ms; /* PPS echo active duration */ member
136 data->echo_active_ms = value; in pps_gpio_setup()
137 /* sanity check on echo_active_ms */ 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()
/kernel/linux/linux-6.6/drivers/pps/clients/
H A Dpps-gpio.c36 unsigned int echo_active_ms; /* PPS echo active duration */ member
130 /* sanity check on echo_active_ms */ in pps_gpio_setup()
136 data->echo_active_ms = value; in pps_gpio_setup()
193 data->echo_timeout = msecs_to_jiffies(data->echo_active_ms); in pps_gpio_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dpps-gpio.h16 unsigned int echo_active_ms; member

Completed in 2 milliseconds