Searched refs:usb2_phy (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdns3-plat.c30 ret = phy_power_on(cdns->usb2_phy);
36 phy_power_off(cdns->usb2_phy);
44 phy_power_off(cdns->usb2_phy);
124 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy");
125 if (IS_ERR(cdns->usb2_phy))
126 return dev_err_probe(dev, PTR_ERR(cdns->usb2_phy),
129 ret = phy_init(cdns->usb2_phy);
174 phy_exit(cdns->usb2_phy);
195 phy_exit(cdns->usb2_phy);
247 phy_exit(cdns->usb2_phy);
[all...]
H A Dcore.h68 * @usb2_phy: pointer to USB2 PHY
108 struct phy *usb2_phy; member in struct:cdns
H A Ddrd.c200 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_HOST);
221 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID);
254 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_DEVICE);
280 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID);
/linux-master/drivers/usb/dwc3/
H A Dcore.c222 if (dwc->usb2_phy)
223 otg_set_vbus(dwc->usb2_phy->otg, true);
238 if (dwc->usb2_phy)
239 otg_set_vbus(dwc->usb2_phy->otg, false);
739 usb_phy_init(dwc->usb2_phy);
756 usb_phy_shutdown(dwc->usb2_phy);
767 usb_phy_shutdown(dwc->usb2_phy);
774 usb_phy_set_suspend(dwc->usb2_phy, 0);
791 usb_phy_set_suspend(dwc->usb2_phy, 1);
802 usb_phy_set_suspend(dwc->usb2_phy,
[all...]
H A Ddrd.c387 if (dwc->usb2_phy)
388 otg_set_vbus(dwc->usb2_phy->otg, true);
401 if (dwc->usb2_phy)
402 otg_set_vbus(dwc->usb2_phy->otg, false);
H A Dcore.h1038 * @usb2_phy: pointer to USB2 PHY
1184 struct usb_phy *usb2_phy; member in struct:dwc3
H A Dgadget.c3058 if (dwc->usb2_phy)
3059 return usb_phy_set_power(dwc->usb2_phy, mA);
/linux-master/drivers/power/supply/
H A Dbq256xx_charger.c217 * @usb2_phy: usb_phy identifier
238 struct usb_phy *usb2_phy; member in struct:bq256xx_device
903 if (!IS_ERR_OR_NULL(bq->usb2_phy))
904 usb_unregister_notifier(bq->usb2_phy, &bq->usb_nb);
1735 bq->usb2_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
1736 if (!IS_ERR_OR_NULL(bq->usb2_phy)) {
1739 usb_register_notifier(bq->usb2_phy, &bq->usb_nb);
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-x1e80100.c1557 MSM_PIN_FUNCTION(usb2_phy),
1695 [125] = PINGROUP(125, usb2_phy, _, _, _, _, _, _, _, _),

Completed in 155 milliseconds