Home
last modified time | relevance | path

Searched refs:generic_phy_exit (Results 1 – 15 of 15) sorted by relevance

/u-boot/include/
A Dgeneric-phy.h174 int generic_phy_exit(struct phy *phy);
352 static inline int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
/u-boot/drivers/phy/
A Dphy-uclass.c153 int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
265 generic_phy_exit(&phys[i - 1]); in generic_phy_init_bulk()
276 ret |= generic_phy_exit(&phys[i]); in generic_phy_exit_bulk()
A Dmeson-axg-mipi-dphy.c325 ret = generic_phy_exit(&priv->analog); in phy_meson_axg_mipi_dphy_exit()
/u-boot/drivers/usb/host/
A Dohci-generic.c51 return generic_phy_exit(&priv->phy); in ohci_setup_phy()
70 ret = generic_phy_exit(&priv->phy); in ohci_shutdown_phy()
A Ddwc2.c1365 generic_phy_exit(&priv->phy); in dwc2_setup_phy()
1387 ret = generic_phy_exit(&priv->phy); in dwc2_shutdown_phy()
A Dehci-hcd.c1772 return generic_phy_exit(phy); in ehci_setup_phy()
1793 ret = generic_phy_exit(phy); in ehci_shutdown_phy()
/u-boot/test/dm/
A Dphy.c85 ut_assertok(generic_phy_exit(&phy1)); in dm_test_phy_ops()
/u-boot/drivers/usb/dwc3/
A Ddwc3-meson-gxl.c379 generic_phy_exit(&priv->phys[i]); in dwc3_meson_gxl_probe()
405 generic_phy_exit(&priv->phys[i]); in dwc3_meson_gxl_remove()
A Ddwc3-meson-g12a.c426 generic_phy_exit(&priv->phys[i]); in dwc3_meson_g12a_probe()
452 generic_phy_exit(&priv->phys[i]); in dwc3_meson_g12a_remove()
/u-boot/drivers/usb/cdns3/
A Dcore.c377 generic_phy_exit(&cdns->usb2_phy); in cdns3_remove()
378 generic_phy_exit(&cdns->usb3_phy); in cdns3_remove()
/u-boot/drivers/pci/
A Dpcie_iproc.c1242 generic_phy_exit(&pcie->phy); in iproc_pcie_probe()
1260 ret = generic_phy_exit(&pcie->phy); in iproc_pcie_remove()
A Dpcie_rockchip.c386 generic_phy_exit(&priv->pcie_phy); in rockchip_pcie_init_port()
A Dpcie_dw_rockchip.c726 generic_phy_exit(&priv->phy); in rockchip_pcie_init_port()
A Dpcie_mediatek.c471 generic_phy_exit(&port->phy); in mtk_pcie_enable_port()
/u-boot/drivers/usb/musb-new/
A Dsunxi.c353 ret = generic_phy_exit(&glue->phy); in sunxi_musb_exit()

Completed in 31 milliseconds