Searched refs:pullup_gpiod (Results 1 – 2 of 2) sorted by relevance
115 pdata->pullup_gpiod = in w1_gpio_probe()117 if (IS_ERR(pdata->pullup_gpiod)) { in w1_gpio_probe()120 return PTR_ERR(pdata->pullup_gpiod); in w1_gpio_probe()146 if (pdata->pullup_gpiod) in w1_gpio_probe()147 gpiod_set_value(pdata->pullup_gpiod, 1); in w1_gpio_probe()162 if (pdata->pullup_gpiod) in w1_gpio_remove()163 gpiod_set_value(pdata->pullup_gpiod, 0); in w1_gpio_remove()
17 struct gpio_desc *pullup_gpiod; member