Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dphy.c88 ut_assertok(generic_phy_exit(&phy1)); in dm_test_phy_ops()
112 ut_assertok(generic_phy_exit(&phy1)); in dm_test_phy_ops()
206 ut_assertok(generic_phy_exit(&phy1_method3)); in dm_test_phy_multi_exit()
215 ut_assertok(generic_phy_exit(&phy1_method1)); in dm_test_phy_multi_exit()
216 ut_assertok(generic_phy_exit(&phy1_method2)); in dm_test_phy_multi_exit()
/u-boot/include/
A Dgeneric-phy.h223 int generic_phy_exit(struct phy *phy);
439 static inline int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
/u-boot/drivers/phy/
A Dphy-uclass.c269 int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
458 generic_phy_exit(&phys[i - 1]); in generic_phy_init_bulk()
469 ret |= generic_phy_exit(&phys[i]); in generic_phy_exit_bulk()
525 ret = generic_phy_exit(phy); in generic_setup_phy()
543 ret = generic_phy_exit(phy); in generic_shutdown_phy()
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-npcm.c88 generic_phy_exit(&priv->phy); in npcm_ohci_remove()
A Dehci-npcm.c96 generic_phy_exit(&priv->phy); in npcm_ehci_remove()
A Ddwc2.c1354 generic_phy_exit(&priv->phy); in dwc2_setup_phy()
1376 ret = generic_phy_exit(&priv->phy); in dwc2_shutdown_phy()
/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/musb-new/
A Dux500.c79 ret = generic_phy_exit(&glue->phy); in ux500_musb_exit()
A Dsunxi.c343 ret = generic_phy_exit(&glue->phy); in sunxi_musb_exit()
/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_dw_rockchip.c347 generic_phy_exit(&priv->phy); in rockchip_pcie_init_port()
A Dpcie_dw_meson.c330 generic_phy_exit(&priv->phy); in meson_pcie_init_port()
A Dpcie_iproc.c1231 generic_phy_exit(&pcie->phy); in iproc_pcie_probe()
1249 ret = generic_phy_exit(&pcie->phy); in iproc_pcie_remove()
A Dpcie_uniphier.c348 generic_phy_exit(&priv->phy); in uniphier_pcie_probe()
A Dpcie_rockchip.c377 generic_phy_exit(&priv->pcie_phy); in rockchip_pcie_init_port()
A Dpcie_mediatek.c470 generic_phy_exit(&port->phy); in mtk_pcie_enable_port()

Completed in 38 milliseconds