Symbol: fdtbus_phy
sys/arch/arm/amlogic/meson_usbctrl.c
259
struct fdtbus_phy *phy;
sys/arch/arm/nvidia/tegra_ahcisata.c
417
struct fdtbus_phy *phy;
sys/arch/arm/nvidia/tegra_pcie.c
393
struct fdtbus_phy *phy;
sys/arch/arm/nvidia/tegra_xusb.c
218
struct fdtbus_phy *phy;
sys/arch/arm/rockchip/rk3399_pcie.c
210
struct fdtbus_phy *phy[4];
sys/arch/arm/samsung/exynos_ehci.c
74
struct fdtbus_phy *phy;
sys/arch/arm/samsung/exynos_ohci.c
74
struct fdtbus_phy *phy;
sys/arch/arm/sunxi/sunxi_dwhdmi.c
63
struct fdtbus_phy *sc_phy;
sys/arch/arm/sunxi/sunxi_hdmiphy.c
451
sunxi_hdmiphy_init(struct fdtbus_phy *phy)
sys/arch/arm/sunxi/sunxi_hdmiphy.c
473
sunxi_hdmiphy_config(struct fdtbus_phy *phy, struct drm_display_mode *mode)
sys/arch/arm/sunxi/sunxi_hdmiphy.c
498
sunxi_hdmiphy_detect(struct fdtbus_phy *phy, bool force)
sys/arch/arm/sunxi/sunxi_hdmiphy.h
35
void sunxi_hdmiphy_init(struct fdtbus_phy *);
sys/arch/arm/sunxi/sunxi_hdmiphy.h
36
int sunxi_hdmiphy_config(struct fdtbus_phy *, struct drm_display_mode *);
sys/arch/arm/sunxi/sunxi_hdmiphy.h
37
bool sunxi_hdmiphy_detect(struct fdtbus_phy *, bool);
sys/arch/arm/sunxi/sunxi_musb.c
308
struct fdtbus_phy *phy;
sys/arch/arm/ti/am18xx_ohci.c
53
struct fdtbus_phy *sc_phy;
sys/arch/arm/ti/ti_ehci.c
77
struct fdtbus_phy *phy;
sys/arch/arm/ti/ti_omapmusb.c
172
struct fdtbus_phy *phy;
sys/dev/fdt/arasan_sdhc_fdt.c
67
struct fdtbus_phy *sc_phy;
sys/dev/fdt/cdns3_fdt.c
93
struct fdtbus_phy *phy;
sys/dev/fdt/dwc2_fdt.c
120
struct fdtbus_phy *phy;
sys/dev/fdt/dwc3_fdt.c
236
struct fdtbus_phy *phy;
sys/dev/fdt/ehci_fdt.c
75
struct fdtbus_phy *phy;
sys/dev/fdt/fdt_phy.c
136
struct fdtbus_phy *
sys/dev/fdt/fdt_phy.c
150
fdtbus_phy_put(struct fdtbus_phy *phy)
sys/dev/fdt/fdt_phy.c
159
fdtbus_phy_device(struct fdtbus_phy *phy)
sys/dev/fdt/fdt_phy.c
165
fdtbus_phy_enable(struct fdtbus_phy *phy, bool enable)
sys/dev/fdt/fdt_phy.c
80
struct fdtbus_phy *
sys/dev/fdt/fdt_phy.c
84
struct fdtbus_phy *phy = NULL;
sys/dev/fdt/fdt_phy.h
50
struct fdtbus_phy *
sys/dev/fdt/fdt_phy.h
52
struct fdtbus_phy *
sys/dev/fdt/fdt_phy.h
54
void fdtbus_phy_put(struct fdtbus_phy *);
sys/dev/fdt/fdt_phy.h
55
device_t fdtbus_phy_device(struct fdtbus_phy *);
sys/dev/fdt/fdt_phy.h
56
int fdtbus_phy_enable(struct fdtbus_phy *, bool);
sys/dev/fdt/ohci_fdt.c
75
struct fdtbus_phy *phy;