Home
last modified time | relevance | path

Searched refs:phy_enable (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/dev/usb/controller/
H A Dgeneric_xhci_fdt.c94 if (phy_enable(phy) != 0) in generic_xhci_fdt_attach()
H A Ddwc3.c175 phy_enable(sc->usb2_phy); in snps_dwc3_reset()
177 phy_enable(sc->usb3_phy); in snps_dwc3_reset()
H A Dgeneric_ehci_fdt.c164 err = phy_enable(phy); in generic_ehci_fdt_attach()
H A Dgeneric_ohci.c209 err = phy_enable(phy); in generic_ohci_attach()
H A Dmusb_otg_allwinner.c454 error = phy_enable(sc->phy); in awusbdrd_attach()
/freebsd-13.1/sys/dev/extres/phy/
H A Dphy.h81 int phy_enable(phy_t phy);
H A Dphy.c317 phy_enable(phy_t phy) in phy_enable() function
/freebsd-13.1/sys/dev/pci/
H A Dpci_dw_mv.c124 rv = phy_enable(sc->phy[i]); in pci_mv_phy_init()
/freebsd-13.1/sys/arm/nvidia/
H A Dtegra_ehci.c219 rv = phy_enable(sc->phy); in tegra_ehci_attach()
H A Dtegra_ahci.c433 rv = phy_enable(sc->phy); in enable_fdt_resources()
H A Dtegra_xhci.c565 rv = phy_enable(sc->phys[i]); in enable_fdt_resources()
H A Dtegra_pcie.c1302 rv = phy_enable(sc->ports[i]->phy); in tegra_pcib_enable()
/freebsd-13.1/sys/dev/sdhci/
H A Dsdhci_fdt.c296 error = phy_enable(sc->phy); in sdhci_init_rk3399()
/freebsd-13.1/sys/arm64/rockchip/
H A Drk_pcie.c888 rv = phy_enable(sc->phys[i]); in rk_pcie_enable_resources()