Searched defs:w1_gpio_platform_data (Results 1 – 2 of 2) sorted by relevance
18 struct w1_gpio_platform_data { struct19 unsigned int pin;20 unsigned int is_open_drain:1;21 void (*enable_external_pullup)(int enable);
502 static struct w1_gpio_platform_data w1_gpio_platform_data = { variable