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.c224 if (dwc->usb2_phy)
225 otg_set_vbus(dwc->usb2_phy->otg, true);
244 if (dwc->usb2_phy)
245 otg_set_vbus(dwc->usb2_phy->otg, false);
787 usb_phy_init(dwc->usb2_phy);
813 usb_phy_shutdown(dwc->usb2_phy);
829 usb_phy_shutdown(dwc->usb2_phy);
838 usb_phy_set_suspend(dwc->usb2_phy, 0);
864 usb_phy_set_suspend(dwc->usb2_phy, 1);
880 usb_phy_set_suspend(dwc->usb2_phy,
[all...]
H A Ddrd.c388 if (dwc->usb2_phy)
389 otg_set_vbus(dwc->usb2_phy->otg, true);
405 if (dwc->usb2_phy)
406 otg_set_vbus(dwc->usb2_phy->otg, false);
H A Dcore.h1045 * @usb2_phy: pointer to USB2 PHY
1193 struct usb_phy *usb2_phy; member in struct:dwc3
H A Dgadget.c3056 if (dwc->usb2_phy)
3057 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 248 milliseconds