Home
last modified time | relevance | path

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

/u-boot/drivers/phy/allwinner/
A Dphy-sun4i-usb.c99 const char *gpio_vbus; member
104 .gpio_vbus = CONFIG_USB0_VBUS_PIN,
109 .gpio_vbus = CONFIG_USB1_VBUS_PIN,
114 .gpio_vbus = CONFIG_USB2_VBUS_PIN,
119 .gpio_vbus = CONFIG_USB3_VBUS_PIN,
128 int gpio_vbus; member
230 if (usb_phy->gpio_vbus >= 0) in sun4i_usb_phy_power_on()
245 if (usb_phy->gpio_vbus >= 0) in sun4i_usb_phy_power_off()
452 phy->gpio_vbus = sunxi_name_to_gpio(info->gpio_vbus); in sun4i_usb_phy_probe()
453 if (phy->gpio_vbus >= 0) { in sun4i_usb_phy_probe()
[all …]

Completed in 3 milliseconds