Home
last modified time | relevance | path

Searched refs:node_name (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-socfpga/
A Dpinmux_arria10.c12 static int do_pinctr_pin(const void *blob, int child, const char *node_name) in do_pinctr_pin() argument
41 const char *node_name; in do_pinctrl_pins() local
48 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
50 while (node_name) { in do_pinctrl_pins()
51 if (!strcmp(child_name, node_name)) in do_pinctrl_pins()
52 return do_pinctr_pin(blob, child, node_name); in do_pinctrl_pins()
59 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
A Dclock_manager_arria10.c196 const char *node_name; in of_get_clk_cfg() local
212 node_name = fdt_get_name(blob, child, &len); in of_get_clk_cfg()
214 while (node_name) { in of_get_clk_cfg()
215 if (!strcmp(node_name, "mainpll")) { in of_get_clk_cfg()
219 } else if (!strcmp(node_name, "perpll")) { in of_get_clk_cfg()
223 } else if (!strcmp(node_name, "alteragrp")) { in of_get_clk_cfg()
233 node_name = fdt_get_name(blob, child, &len); in of_get_clk_cfg()
/arch/arm/mach-stm32mp/stm32mp1/
A Detzpc.c141 const char *node_name = ofnode_get_name(node); in stm32_etzpc_bind() local
148 dev_err(dev, "%s failed to parse child on bus (%d)\n", node_name, err); in stm32_etzpc_bind()
154 node_name, ofnode_get_name(args.node)); in stm32_etzpc_bind()
159 dev_err(dev, "Invalid sys bus ID for %s\n", node_name); in stm32_etzpc_bind()
165 dev_info(dev, "%s not allowed on bus (%d)\n", node_name, err); in stm32_etzpc_bind()
173 dev_err(dev, "%s failed to bind on bus (%d)\n", node_name, ret); in stm32_etzpc_bind()
/arch/arm/mach-k3/
A Dcommon_fdt.c12 static int fdt_fixup_msmc_ram(void *blob, char *parent_path, char *node_name) in fdt_fixup_msmc_ram() argument
30 node = fdt_find_or_add_subnode(blob, ret, node_name); in fdt_fixup_msmc_ram()
133 const char *node_name; in fdt_fixup_reserved() local
138 node_name = fdt_get_name(blob, subnode, NULL); in fdt_fixup_reserved()
141 if (!strncmp(node_name, name, strlen(name))) { in fdt_fixup_reserved()
/arch/arm/mach-stm32mp/stm32mp2/
A Drifsc.c304 const char *node_name = ofnode_get_name(node); in stm32_rifsc_bind() local
311 dev_dbg(dev, "%s failed to parse child on bus (%d)\n", node_name, err); in stm32_rifsc_bind()
317 dev_info(dev, "%s not allowed on bus (%d)\n", node_name, err); in stm32_rifsc_bind()
325 dev_err(dev, "%s failed to bind on bus (%d)\n", node_name, ret); in stm32_rifsc_bind()

Completed in 11 milliseconds