Home
last modified time | relevance | path

Searched defs:pps_gpio_platform_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dpps-gpio.h11 struct pps_gpio_platform_data { struct
12 struct gpio_desc *gpio_pin;
13 struct gpio_desc *echo_pin;
14 bool assert_falling_edge;
15 bool capture_clear;
16 unsigned int echo_active_ms;
/kernel/linux/linux-4.19/include/linux/
Dpps-gpio.h25 struct pps_gpio_platform_data { struct
26 bool assert_falling_edge;
27 bool capture_clear;
28 unsigned int gpio_pin;
29 const char *gpio_label;