Home
last modified time | relevance | path

Searched refs:fdtbus_get_string (Results 1 – 25 of 66) sorted by relevance

123

/netbsd/sys/arch/riscv/fdt/
H A Dcpu_fdt.c53 s = fdtbus_get_string(child, "device_type"); in riscv_fdt_cpu_okay()
57 s = fdtbus_get_string(child, "status"); in riscv_fdt_cpu_okay()
201 device_type = fdtbus_get_string(phandle, "device_type"); in cpu_fdt_match()
/netbsd/sys/arch/arm/fdt/
H A Dcpu_fdt.c70 device_type = fdtbus_get_string(phandle, "device_type"); in cpu_fdt_match()
123 s = fdtbus_get_string(child, "device_type"); in arm_fdt_cpu_okay()
127 s = fdtbus_get_string(child, "status"); in arm_fdt_cpu_okay()
203 method = fdtbus_get_string(phandle, "enable-method"); in arm_fdt_cpu_enable_method()
H A Dpsci_fdt.c113 method = fdtbus_get_string(phandle, "method"); in psci_fdt_init()
114 psciver = fdtbus_get_string(phandle, "compatible"); in psci_fdt_init()
/netbsd/sys/dev/fdt/
H A Dcpus.c82 s = fdtbus_get_string(child, "device_type"); in cpus_cpu_enabled()
87 s = fdtbus_get_string(child, "status"); in cpus_cpu_enabled()
H A Ddwc3_fdt.c134 phy_type = fdtbus_get_string(phandle, "phy_type"); in dwc3_fdt_enable_phy()
175 max_speed = fdtbus_get_string(phandle, "maximum-speed"); in dwc3_fdt_enable_phy()
264 const char *dr_mode = fdtbus_get_string(dwc3_phandle, "dr_mode"); in dwc3_fdt_attach()
268 const char *rsdm = fdtbus_get_string(dwc3_phandle, in dwc3_fdt_attach()
H A Dausoc.c384 s = fdtbus_get_string(phandle, format_prop); in ausoc_link_format()
438 const char *node_name = fdtbus_get_string(link_phandle, "name"); in ausoc_attach_link()
537 name = fdtbus_get_string(child, "name"); in ausoc_attach_cb()
548 name = fdtbus_get_string(child, "name"); in ausoc_attach_cb()
568 sc->sc_name = fdtbus_get_string(phandle, "simple-audio-card,name"); in ausoc_attach()
H A Dfdt_pinctrl.c157 return fdtbus_get_string(phandle, "function"); in fdtbus_pinctrl_parse_function()
187 return fdtbus_get_string(phandle, "groups"); in fdtbus_pinctrl_parse_groups()
H A Dfdtbus.c137 descr = fdtbus_get_string(phandle, "model"); in fdt_attach()
151 model = fdtbus_get_string(phandle, "compatible"); in fdt_attach()
340 node->n_name = fdtbus_get_string(child, "name"); in fdt_add_child()
H A Dgpioleds.c109 default_state = fdtbus_get_string(child, "default-state"); in gpioleds_attach()
H A Dgenet_fdt.c104 const char *phy_mode = fdtbus_get_string(phandle, "phy-mode"); in genet_fdt_attach()
H A Dfdt_port.c303 fdtbus_get_string(child, "name")); in fdt_ports_register()
354 fdtbus_get_string(child, "name")); in fdt_endpoints_register()
H A Dfdt_subr.c492 fdtbus_get_string(int phandle, const char *prop) in fdtbus_get_string() function
511 names = fdtbus_get_string(phandle, prop); in fdtbus_get_string_index()
H A Dfixedclock.c98 clkname = fdtbus_get_string(phandle, "clock-output-names"); in fixedclock_attach()
H A Dfixedfactorclock.c114 name = fdtbus_get_string(phandle, "clock-output-names"); in fixedfactorclock_attach()
H A Dpanel_fdt.c127 val = fdtbus_get_string(phandle, "data-mapping"); in fdt_panel_attach()
/netbsd/sys/arch/arm/rockchip/
H A Drk_usb.c237 const char *clkname = fdtbus_get_string(phandle, "clock-output-names"); in rk_usb_attach()
259 cfaa.faa_name = fdtbus_get_string(child, "name"); in rk_usb_attach()
393 const char *name = fdtbus_get_string(phandle, "name"); in rk_usbphy_match()
407 const char *name = fdtbus_get_string(phandle, "name"); in rk_usbphy_attach()
H A Drk_eqos.c186 clock_in_out = fdtbus_get_string(phandle, "clock_in_out"); in rk3588_eqos_clock_selection()
369 phy_mode = fdtbus_get_string(phandle, "phy-mode"); in rk_eqos_attach()
H A Drk3288_usb.c81 cfaa.faa_name = fdtbus_get_string(child, "name"); in rk3288_usb_attach()
/netbsd/sys/arch/arm/nvidia/
H A Dtegra_pinmux.c106 func = fdtbus_get_string(phandle, "nvidia,function"); in tegra_pinmux_lookup_func()
220 const char *pins = fdtbus_get_string(child, "nvidia,pins"); in tegra_pinmux_set_config()
223 fdtbus_get_string(child, "name")); in tegra_pinmux_set_config()
H A Dtegra210_xusbpad.c689 name = fdtbus_get_string(phandle, "name"); in tegra210_xusbpad_configure_lane()
694 function = fdtbus_get_string(phandle, "nvidia,function"); in tegra210_xusbpad_configure_lane()
827 mode = fdtbus_get_string(phandle, "mode"); in tegra210_xusbpad_configure_usb2_port()
918 port_name = fdtbus_get_string(child, "name"); in tegra210_xusbpad_configure_ports()
1083 aprint_normal(": %s\n", fdtbus_get_string(sc->sc_phandle, "name")); in tegra210_xusbpad_phy_attach()
/netbsd/sys/arch/arm/ti/
H A Domap2_nand.c304 fdtbus_get_string(child, "name")); in omap2_nand_attach()
313 flash.partinfo.part_name = fdtbus_get_string(child, "label"); in omap2_nand_attach()
315 flash.partinfo.part_name = fdtbus_get_string(child, "name"); in omap2_nand_attach()
/netbsd/sys/arch/arm/altera/
H A Dcycv_gmac.c116 phy_mode = fdtbus_get_string(phandle, "phy-mode"); in cycv_gmac_attach()
/netbsd/sys/arch/mips/cavium/dev/
H A Docteon_xhci.c137 clock_type_hs = fdtbus_get_string(phandle, "refclk-type-hs"); in octxhci_attach()
142 clock_type_ss = fdtbus_get_string(phandle, "refclk-type-ss"); in octxhci_attach()
/netbsd/sys/arch/arm/samsung/
H A Dexynos_ohci.c99 fdtbus_get_string(child, "name")); in exynos_ohci_attach()
H A Dexynos_ehci.c99 fdtbus_get_string(child, "name")); in exynos_ehci_attach()

123