Searched refs:pullup_gpiod (Results 1 – 2 of 2) sorted by relevance
118 pdata->pullup_gpiod = in w1_gpio_probe()120 if (IS_ERR(pdata->pullup_gpiod)) { in w1_gpio_probe()123 return PTR_ERR(pdata->pullup_gpiod); in w1_gpio_probe()149 if (pdata->pullup_gpiod) in w1_gpio_probe()150 gpiod_set_value(pdata->pullup_gpiod, 1); in w1_gpio_probe()165 if (pdata->pullup_gpiod) in w1_gpio_remove()166 gpiod_set_value(pdata->pullup_gpiod, 0); in w1_gpio_remove()
20 struct gpio_desc *pullup_gpiod; member