Searched refs:uphy (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/phy/qualcomm/ |
| D | phy-qcom-usb-hs.c | 45 struct qcom_usb_hs_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hs_phy_set_mode() local 49 if (!uphy->vbus_edev) { in qcom_usb_hs_phy_set_mode() 63 ret = ulpi_write(uphy->ulpi, ULPI_USB_INT_EN_RISE, val); in qcom_usb_hs_phy_set_mode() 66 ret = ulpi_write(uphy->ulpi, ULPI_USB_INT_EN_FALL, val); in qcom_usb_hs_phy_set_mode() 80 ret = ulpi_write(uphy->ulpi, ULPI_SET(ULPI_PWR_CLK_MNG_REG), in qcom_usb_hs_phy_set_mode() 84 ret = ulpi_write(uphy->ulpi, addr, ULPI_MISC_A_VBUSVLDEXTSEL); in qcom_usb_hs_phy_set_mode() 94 struct qcom_usb_hs_phy *uphy; in qcom_usb_hs_phy_vbus_notifier() local 97 uphy = container_of(nb, struct qcom_usb_hs_phy, vbus_notify); in qcom_usb_hs_phy_vbus_notifier() 104 return ulpi_write(uphy->ulpi, addr, ULPI_MISC_A_VBUSVLDEXT); in qcom_usb_hs_phy_vbus_notifier() 109 struct qcom_usb_hs_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hs_phy_power_on() local [all …]
|
| D | phy-qcom-usb-hsic.c | 28 struct qcom_usb_hsic_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hsic_phy_power_on() local 29 struct ulpi *ulpi = uphy->ulpi; in qcom_usb_hsic_phy_power_on() 33 ret = clk_prepare_enable(uphy->phy_clk); in qcom_usb_hsic_phy_power_on() 37 ret = clk_prepare_enable(uphy->cal_clk); in qcom_usb_hsic_phy_power_on() 41 ret = clk_prepare_enable(uphy->cal_sleep_clk); in qcom_usb_hsic_phy_power_on() 56 pins_default = pinctrl_lookup_state(uphy->pctl, PINCTRL_STATE_DEFAULT); in qcom_usb_hsic_phy_power_on() 60 ret = pinctrl_select_state(uphy->pctl, pins_default); in qcom_usb_hsic_phy_power_on() 77 clk_disable_unprepare(uphy->cal_sleep_clk); in qcom_usb_hsic_phy_power_on() 79 clk_disable_unprepare(uphy->cal_clk); in qcom_usb_hsic_phy_power_on() 81 clk_disable_unprepare(uphy->phy_clk); in qcom_usb_hsic_phy_power_on() [all …]
|
| /Linux-v5.10/Documentation/devicetree/bindings/phy/ |
| 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-v5.10/drivers/usb/dwc2/ |
| 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()
|
| D | core_intr.c | 524 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_handle_usb_suspend_intr() 525 usb_phy_set_suspend(hsotg->uphy, true); in dwc2_handle_usb_suspend_intr()
|
| D | hcd.c | 4365 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_suspend() 4367 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend() 4404 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_resume() 4406 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume() 5222 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_init() 5223 otg_set_host(hsotg->uphy->otg, &hcd->self); in dwc2_hcd_init() 5280 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_remove() 5281 otg_set_host(hsotg->uphy->otg, NULL); in dwc2_hcd_remove()
|
| D | core.h | 1069 struct usb_phy *uphy; member
|
| D | gadget.c | 4482 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_udc_start() 4483 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start() 4535 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_udc_stop() 4536 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop() 4659 if (IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hsotg_vbus_draw() 4661 return usb_phy_set_power(hsotg->uphy, mA); in dwc2_hsotg_vbus_draw()
|
| /Linux-v5.10/arch/arm64/boot/dts/rockchip/ |
| D | rk3399.dtsi | 1503 reset-names = "uphy", "uphy-pipe", "uphy-tcphy"; 1528 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
|