Searched refs:uphy (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/phy/qualcomm/ |
| A D | phy-qcom-usb-hs.c | 49 if (!uphy->vbus_edev) { in qcom_usb_hs_phy_set_mode() 151 if (uphy->reset) { in qcom_usb_hs_phy_power_on() 157 if (uphy->vbus_edev) { in qcom_usb_hs_phy_power_on() 184 if (uphy->vbus_edev) in qcom_usb_hs_phy_power_off() 212 uphy = devm_kzalloc(&ulpi->dev, sizeof(*uphy), GFP_KERNEL); in qcom_usb_hs_phy_probe() 213 if (!uphy) in qcom_usb_hs_phy_probe() 216 uphy->ulpi = ulpi; in qcom_usb_hs_phy_probe() 223 if (!uphy->init_seq) in qcom_usb_hs_phy_probe() 230 uphy->init_seq[size / 2].addr = uphy->init_seq[size / 2].val = 0; in qcom_usb_hs_phy_probe() 252 uphy->reset = NULL; in qcom_usb_hs_phy_probe() [all …]
|
| A D | phy-qcom-usb-hsic.c | 29 struct ulpi *ulpi = uphy->ulpi; in qcom_usb_hsic_phy_power_on() 104 struct qcom_usb_hsic_phy *uphy; in qcom_usb_hsic_phy_probe() local 108 uphy = devm_kzalloc(&ulpi->dev, sizeof(*uphy), GFP_KERNEL); in qcom_usb_hsic_phy_probe() 109 if (!uphy) in qcom_usb_hsic_phy_probe() 111 ulpi_set_drvdata(ulpi, uphy); in qcom_usb_hsic_phy_probe() 113 uphy->ulpi = ulpi; in qcom_usb_hsic_phy_probe() 115 if (IS_ERR(uphy->pctl)) in qcom_usb_hsic_phy_probe() 116 return PTR_ERR(uphy->pctl); in qcom_usb_hsic_phy_probe() 132 if (IS_ERR(uphy->phy)) in qcom_usb_hsic_phy_probe() 133 return PTR_ERR(uphy->phy); in qcom_usb_hsic_phy_probe() [all …]
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | phy-rockchip-typec.txt | 16 "uphy", "uphy-pipe", "uphy-tcphy" 51 reset-names = "uphy", "uphy-pipe", "uphy-tcphy"; 75 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
|
| /linux/drivers/usb/dwc2/ |
| A D | platform.c | 152 if (hsotg->uphy) { in __dwc2_lowlevel_hw_enable() 153 ret = usb_phy_init(hsotg->uphy); in __dwc2_lowlevel_hw_enable() 186 if (hsotg->uphy) { in __dwc2_lowlevel_hw_disable() 187 usb_phy_shutdown(hsotg->uphy); in __dwc2_lowlevel_hw_disable() 263 hsotg->uphy = devm_usb_get_phy(hsotg->dev, USB_PHY_TYPE_USB2); in dwc2_lowlevel_hw_init() 264 if (IS_ERR(hsotg->uphy)) { in dwc2_lowlevel_hw_init() 265 ret = PTR_ERR(hsotg->uphy); in dwc2_lowlevel_hw_init() 269 hsotg->uphy = NULL; in dwc2_lowlevel_hw_init()
|
| A D | core_intr.c | 545 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_handle_usb_suspend_intr() 546 usb_phy_set_suspend(hsotg->uphy, true); in dwc2_handle_usb_suspend_intr()
|
| A D | hcd.c | 4417 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_suspend() 4419 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend() 4517 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_resume() 4519 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume() 5341 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_init() 5342 otg_set_host(hsotg->uphy->otg, &hcd->self); in dwc2_hcd_init() 5399 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_remove() 5400 otg_set_host(hsotg->uphy->otg, NULL); in dwc2_hcd_remove()
|
| A D | gadget.c | 4558 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_udc_start() 4559 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start() 4611 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_udc_stop() 4612 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop() 4739 if (IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_vbus_draw() 4741 return usb_phy_set_power(hsotg->uphy, mA); in dwc2_hsotg_vbus_draw()
|
| A D | core.h | 1080 struct usb_phy *uphy; member
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3399.dtsi | 1565 reset-names = "uphy", "uphy-pipe", "uphy-tcphy"; 1590 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
|
Completed in 33 milliseconds