Searched refs:uphy (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/phy/qualcomm/ |
| H 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 …]
|
| H A D | phy-qcom-usb-hsic.c | 29 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 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-6.15/drivers/usb/dwc2/ |
| H A D | platform.c | 116 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 D | core_intr.c | 554 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 D | hcd.c | 4393 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 D | gadget.c | 4570 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 D | core.h | 1079 struct usb_phy *uphy; member
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-base.dtsi | 1708 reset-names = "uphy", "uphy-pipe", "uphy-tcphy"; 1733 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
|