Searched defs:w1_gpio_platform_data (Results 1 – 2 of 2) 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;
515 static struct w1_gpio_platform_data w1_gpio_platform_data = { variable