Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/
H A Drk_usbphy.c89 regulator_t supply_vbus; member
152 regulator_t supply_vbus; in rk_usbphy_init_phy() local
157 supply_vbus = NULL; in rk_usbphy_init_phy()
177 &supply_vbus); in rk_usbphy_init_phy()
228 phy_sc->supply_vbus = supply_vbus; in rk_usbphy_init_phy()
239 if (supply_vbus != NULL) in rk_usbphy_init_phy()
240 regulator_release(supply_vbus); in rk_usbphy_init_phy()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c380 regulator_t supply_vbus; member
1019 if (port->supply_vbus != NULL) { in usb3_port_init()
1150 if (port->supply_vbus != NULL) { in hsic_enable()
1197 if (port->supply_vbus != NULL) in hsic_enable()
1198 regulator_disable(port->supply_vbus); in hsic_enable()
1245 if (port->supply_vbus != NULL) { in hsic_disable()
1309 if (port->supply_vbus != NULL) { in usb2_enable()
1321 if (port->supply_vbus != NULL) in usb2_enable()
1322 regulator_disable(port->supply_vbus); in usb2_enable()
1357 if (port->supply_vbus != NULL) { in usb2_disable()
[all …]
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c216 regulator_t supply_vbus; /* USB2, USB3 */ member
600 if (port != NULL && port->supply_vbus != NULL) { in usb2_powerup()
601 rv = regulator_enable(port->supply_vbus); in usb2_powerup()
631 if (port != NULL && port->supply_vbus != NULL) { in usb2_powerdown()
632 rv = regulator_enable(port->supply_vbus); in usb2_powerdown()
1016 "vbus-supply", &port->supply_vbus); in process_port()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_usbphy.c271 regulator_t supply_vbus; member
799 &sc->supply_vbus); in usbphy_attach()
805 rv = regulator_enable(sc->supply_vbus); in usbphy_attach()