Lines Matching refs:supply_vbus
377 regulator_t supply_vbus; member
1016 if (port->supply_vbus != NULL) { in usb3_port_init()
1017 rv = regulator_enable(port->supply_vbus); in usb3_port_init()
1147 if (port->supply_vbus != NULL) { in hsic_enable()
1148 rv = regulator_enable(port->supply_vbus); in hsic_enable()
1194 if (port->supply_vbus != NULL) in hsic_enable()
1195 regulator_disable(port->supply_vbus); in hsic_enable()
1242 if (port->supply_vbus != NULL) { in hsic_disable()
1243 rv = regulator_disable(port->supply_vbus); in hsic_disable()
1306 if (port->supply_vbus != NULL) { in usb2_enable()
1307 rv = regulator_enable(port->supply_vbus); in usb2_enable()
1318 if (port->supply_vbus != NULL) in usb2_enable()
1319 regulator_disable(port->supply_vbus); in usb2_enable()
1354 if (port->supply_vbus != NULL) { in usb2_disable()
1355 rv = regulator_disable(port->supply_vbus); in usb2_disable()
1763 "vbus-supply", &port->supply_vbus); in process_port()