Home
last modified time | relevance | path

Searched refs:uphy (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c49 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 …]
H A Dphy-qcom-usb-hsic.c29 struct ulpi *ulpi = uphy->ulpi; in qcom_usb_hsic_phy_power_on()
106 struct qcom_usb_hsic_phy *uphy; in qcom_usb_hsic_phy_probe() local
110 uphy = devm_kzalloc(&ulpi->dev, sizeof(*uphy), GFP_KERNEL); in qcom_usb_hsic_phy_probe()
111 if (!uphy) in qcom_usb_hsic_phy_probe()
113 ulpi_set_drvdata(ulpi, uphy); in qcom_usb_hsic_phy_probe()
115 uphy->ulpi = ulpi; in qcom_usb_hsic_phy_probe()
117 if (IS_ERR(uphy->pctl)) in qcom_usb_hsic_phy_probe()
118 return PTR_ERR(uphy->pctl); in qcom_usb_hsic_phy_probe()
134 if (IS_ERR(uphy->phy)) in qcom_usb_hsic_phy_probe()
135 return PTR_ERR(uphy->phy); in qcom_usb_hsic_phy_probe()
[all …]
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-typec.txt16 "uphy", "uphy-pipe", "uphy-tcphy"
51 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
75 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
/linux-6.15/drivers/usb/dwc2/
H A Dplatform.c116 if (hsotg->uphy) { in __dwc2_lowlevel_hw_enable()
117 ret = usb_phy_init(hsotg->uphy); in __dwc2_lowlevel_hw_enable()
169 if (hsotg->uphy) { in __dwc2_lowlevel_hw_disable()
170 usb_phy_shutdown(hsotg->uphy); in __dwc2_lowlevel_hw_disable()
255 hsotg->uphy = devm_usb_get_phy(hsotg->dev, USB_PHY_TYPE_USB2); in dwc2_lowlevel_hw_init()
256 if (IS_ERR(hsotg->uphy)) { in dwc2_lowlevel_hw_init()
257 ret = PTR_ERR(hsotg->uphy); in dwc2_lowlevel_hw_init()
261 hsotg->uphy = NULL; in dwc2_lowlevel_hw_init()
H A Dcore_intr.c554 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_handle_usb_suspend_intr()
555 usb_phy_set_suspend(hsotg->uphy, true); in dwc2_handle_usb_suspend_intr()
H A Dhcd.c4393 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_suspend()
4395 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend()
4494 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_resume()
4496 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume()
5320 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_init()
5321 otg_set_host(hsotg->uphy->otg, &hcd->self); in dwc2_hcd_init()
5378 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_remove()
5379 otg_set_host(hsotg->uphy->otg, NULL); in dwc2_hcd_remove()
H A Dgadget.c4570 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_udc_start()
4571 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start()
4624 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_udc_stop()
4625 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()
4752 if (IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_vbus_draw()
4754 return usb_phy_set_power(hsotg->uphy, mA); in dwc2_hsotg_vbus_draw()
H A Dcore.h1079 struct usb_phy *uphy; member
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3399-base.dtsi1708 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
1733 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";