Searched defs:w1_gpio_platform_data (Results 1 – 3 of 3) sorted by relevance
18 struct w1_gpio_platform_data { struct19 struct gpio_desc *gpiod;20 struct gpio_desc *pullup_gpiod;21 void (*enable_external_pullup)(int enable);22 unsigned int pullup_duration;
15 struct w1_gpio_platform_data { struct16 struct gpio_desc *gpiod;17 struct gpio_desc *pullup_gpiod;18 void (*enable_external_pullup)(int enable);19 unsigned int pullup_duration;
515 static struct w1_gpio_platform_data w1_gpio_platform_data = { variable