Home
last modified time | relevance | path

Searched refs:gpio_vbus_en (Results 1 – 1 of 1) sorted by relevance

/drivers/extcon/
Dextcon-intel-int3496.c30 struct gpio_desc *gpio_vbus_en; member
71 if (!IS_ERR(data->gpio_vbus_en)) in int3496_do_usb_id()
72 gpiod_direction_output(data->gpio_vbus_en, !id); in int3496_do_usb_id()
119 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe()
120 if (IS_ERR(data->gpio_vbus_en)) in int3496_probe()