Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/extres/phy/
HDphy.h79 int phy_enable(phy_t phy);
HDphy.c315 phy_enable(phy_t phy) in phy_enable() function
/freebsd-13-stable/sys/dev/usb/controller/
HDgeneric_xhci_fdt.c95 if (phy_enable(phy) != 0) in generic_xhci_fdt_attach()
HDgeneric_ehci_fdt.c155 err = phy_enable(phy); in generic_ehci_fdt_attach()
HDdwc3.c477 phy_enable(usb2_phy); in snps_dwc3_common_attach()
480 phy_enable(usb3_phy); in snps_dwc3_common_attach()
HDgeneric_ohci.c198 err = phy_enable(phy); in generic_ohci_attach()
HDmusb_otg_allwinner.c451 error = phy_enable(sc->phy); in awusbdrd_attach()
/freebsd-13-stable/sys/dev/pci/
HDpci_dw_mv.c122 rv = phy_enable(sc->phy[i]); in pci_mv_phy_init()
/freebsd-13-stable/sys/arm/nvidia/
HDtegra_ehci.c217 rv = phy_enable(sc->phy); in tegra_ehci_attach()
HDtegra_ahci.c431 rv = phy_enable(sc->phy); in enable_fdt_resources()
HDtegra_xhci.c563 rv = phy_enable(sc->phys[i]); in enable_fdt_resources()
HDtegra_pcie.c1300 rv = phy_enable(sc->ports[i]->phy); in tegra_pcib_enable()
/freebsd-13-stable/sys/dev/sdhci/
HDsdhci_fdt.c285 error = phy_enable(sc->phy); in sdhci_init_rk3399()
/freebsd-13-stable/sys/arm64/rockchip/
HDrk_pcie.c886 rv = phy_enable(sc->phys[i]); in rk_pcie_enable_resources()