Home
last modified time | relevance | path

Searched refs:ofw_bus_find_child (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/dev/ofw/
H A Dofw_graph.c55 child = ofw_bus_find_child(node, portnode); in ofw_graph_get_port_by_idx()
62 child = ofw_bus_find_child(node, portnode); in ofw_graph_get_port_by_idx()
68 ports = ofw_bus_find_child(node, "ports"); in ofw_graph_get_port_by_idx()
113 endpoint = ofw_bus_find_child(port, "endpoint"); in ofw_graph_get_endpoint_by_idx()
H A Dofw_bus_subr.h137 phandle_t ofw_bus_find_child(phandle_t, const char *);
H A Dofw_bus_subr.c775 ofw_bus_find_child(phandle_t start, const char *child_name) in ofw_bus_find_child() function
/freebsd/sys/arm64/coresight/
H A Dcoresight_fdt.c58 child = ofw_bus_find_child(dev_node, "ports"); in coresight_fdt_get_ports()
75 endpoint_child = ofw_bus_find_child(child, "endpoint"); in coresight_fdt_get_ports()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c139 node = ofw_bus_find_child(node, "thermal-zones"); in tegra210_coretemp_ofw_parse()
145 node = ofw_bus_find_child(node, "cpu"); in tegra210_coretemp_ofw_parse()
H A Dmax77620.c233 fpsnode = ofw_bus_find_child(node, "fps"); in max77620_parse_fdt()
237 node = ofw_bus_find_child(node, fps_name); in max77620_parse_fdt()
H A Dmax77620_regulators.c764 rnode = ofw_bus_find_child(node, "regulators"); in max77620_regulator_attach()
777 child = ofw_bus_find_child(rnode, max77620s_def[i].name); in max77620_regulator_attach()
H A Dtegra210_xusbpadctl.c1714 node = ofw_bus_find_child(node, "lanes"); in process_pad()
1818 node = ofw_bus_find_child(base_node, "pads"); in parse_fdt()
1832 node = ofw_bus_find_child(base_node, "ports"); in parse_fdt()
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c134 node = ofw_bus_find_child(node, "thermal-zones"); in tegra124_coretemp_ofw_parse()
140 node = ofw_bus_find_child(node, "cpu"); in tegra124_coretemp_ofw_parse()
H A Dtegra124_xusbpadctl.c954 node = ofw_bus_find_child(node, "lanes"); in process_pad()
1066 node = ofw_bus_find_child(base_node, "pads"); in parse_fdt()
1080 node = ofw_bus_find_child(base_node, "ports"); in parse_fdt()
/freebsd/sys/dev/sound/fdt/
H A Daudio_soc.c329 child = ofw_bus_find_child(node, "simple-audio-card,cpu"); in audio_soc_init()
345 child = ofw_bus_find_child(node, "simple-audio-card,codec"); in audio_soc_init()
468 cpu_child = ofw_bus_find_child(node, "simple-audio-card,cpu"); in audio_soc_attach()
/freebsd/sys/dev/mii/
H A Dmii_fdt.c117 ports = ofw_bus_find_child(node, "ports"); in mii_fdt_lookup_phy()
119 ports = ofw_bus_find_child(node, "ethernet-ports"); in mii_fdt_lookup_phy()
/freebsd/sys/dev/iicbus/pmic/rockchip/
H A Drk8xx_regulators.c324 rnode = ofw_bus_find_child(ofw_bus_get_node(sc->dev), "regulators"); in rk8xx_attach_regulators()
327 child = ofw_bus_find_child(rnode, in rk8xx_attach_regulators()
/freebsd/sys/dev/iicbus/pmic/
H A Dact8846_regulator.c453 rnode = ofw_bus_find_child(node, "regulators"); in act8846_regulator_attach()
467 child = ofw_bus_find_child(rnode, act8846_regdefs[i].name); in act8846_regulator_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd.c374 node = ofw_bus_find_child(node, "port"); in am335x_read_hdmi_property()
418 timings_node = ofw_bus_find_child(node, "display-timings"); in am335x_read_timing()
490 panel_info_node = ofw_bus_find_child(node, "panel-info"); in am335x_read_panel_info()
/freebsd/sys/arm/nvidia/
H A Das3722_regulators.c605 rnode = ofw_bus_find_child(node, "regulators"); in as3722_regulator_attach()
617 child = ofw_bus_find_child(rnode, as3722s_def[i].name); in as3722_regulator_attach()
/freebsd/sys/dev/iicbus/mux/
H A Diicmux.c263 if ((parent = ofw_bus_find_child(node, "i2c-mux")) == 0) in iicmux_attach_children()
/freebsd/sys/arm64/rockchip/
H A Drk_usb2phy.c385 host = ofw_bus_find_child(node, "host-port"); in rk_usb2phy_attach()
H A Drk_typec_phy.c421 usb3 = ofw_bus_find_child(node, "usb3-port"); in rk_typec_phy_attach()
/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_gmac.c275 p = ofw_bus_find_child(ofw_bus_get_node(sc->sc_dev), gmac_name); in qcom_ess_edma_gmac_parse()
/freebsd/sys/arm/ti/
H A Dti_adc.c766 child = ofw_bus_find_child(node, "tsc"); in ti_adc_attach()
796 child = ofw_bus_find_child(node, "adc"); in ti_adc_attach()
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c191 node = ofw_bus_find_child(child, "fixed-link"); in felix_parse_port_fdt()
392 ports = ofw_bus_find_child(node, "ports"); in felix_attach()
/freebsd/sys/arm/allwinner/
H A Daxp209.c1356 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in axp2xx_attach()
1359 child = ofw_bus_find_child(rnode, in axp2xx_attach()
H A Daxp81x.c1505 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in axp8xx_attach()
1529 child = ofw_bus_find_child(rnode, in axp8xx_attach()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c322 fixed_link = ofw_bus_find_child(node, "fixed-link"); in e6000sw_parse_fixed_link()
549 ports = ofw_bus_find_child(sc->node, "ports");

12