OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdtbus_phy_get_index
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/dev/fdt/
fdt_phy.h
53
fdtbus_phy_get_index
(int, u_int);
fdt_phy.c
81
fdtbus_phy_get_index
(int phandle, u_int index)
function
146
return
fdtbus_phy_get_index
(phandle, index);
cdns3_fdt.c
174
phy =
fdtbus_phy_get_index
(phandle, i);
dwc3_fdt.c
324
for (n = 0; (phy =
fdtbus_phy_get_index
(dwc3_phandle, n)) != NULL; n++) {
/src/sys/arch/arm/samsung/
exynos_ehci.c
96
phy =
fdtbus_phy_get_index
(child, 0);
exynos_ohci.c
96
phy =
fdtbus_phy_get_index
(child, 0);
/src/sys/arch/arm/ti/
ti_ehci.c
124
phy =
fdtbus_phy_get_index
(phandle, n);
/src/sys/arch/arm/amlogic/
meson_usbctrl.c
274
phy =
fdtbus_phy_get_index
(sc->sc_phandle, i);
/src/sys/arch/arm/nvidia/
tegra_ahcisata.c
418
for (u_int n = 0; (phy =
fdtbus_phy_get_index
(sc->sc_phandle, n)) != NULL; n++)
tegra_pcie.c
403
for (n = 0; (phy =
fdtbus_phy_get_index
(child, n)) != NULL; n++)
tegra_xusb.c
299
for (n = 0; (phy =
fdtbus_phy_get_index
(faa->faa_phandle, n)) != NULL; n++)
Completed in 19 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026