Home
last modified time | relevance | path

Searched refs:child_name (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/clk/ti/
H A Dadpll.c242 const char *child_name; in ti_adpll_init_divider() local
247 if (!child_name) in ti_adpll_init_divider()
271 const char *child_name; in ti_adpll_init_mux() local
276 if (!child_name) in ti_adpll_init_mux()
300 const char *child_name; in ti_adpll_init_gate() local
305 if (!child_name) in ti_adpll_init_gate()
329 const char *child_name; in ti_adpll_init_fixed_factor() local
334 if (!child_name) in ti_adpll_init_fixed_factor()
582 const char *child_name; in ti_adpll_init_clkout() local
594 &child_name); in ti_adpll_init_clkout()
[all …]
/linux-6.15/drivers/fsi/
H A Dfsi-occ.c626 char child_name[32]; in occ_probe() local
689 snprintf(child_name, sizeof(child_name), "%s.%d", hwmon_dev_info.name, occ->idx); in occ_probe()
690 hwmon_dev = of_platform_device_create(hwmon_node, child_name, dev); in occ_probe()
H A Dfsi-sbefifo.c1031 char child_name[32]; in sbefifo_probe() local
1075 snprintf(child_name, sizeof(child_name), "%s-dev%d", in sbefifo_probe()
1077 child = of_platform_device_create(np, child_name, dev); in sbefifo_probe()
1080 child_name); in sbefifo_probe()
/linux-6.15/drivers/clk/davinci/
H A Dpll.c811 char child_name[MAX_NAME_SIZE]; in of_davinci_pll_init() local
813 snprintf(child_name, MAX_NAME_SIZE, "%s_auxclk", info->name); in of_davinci_pll_init()
815 clk = davinci_pll_auxclk_register(dev, child_name, base); in of_davinci_pll_init()
818 child_name, PTR_ERR(clk)); in of_davinci_pll_init()
/linux-6.15/drivers/clk/
H A Dclk-versaclock5.c907 char *child_name; in vc5_get_output_config() local
910 child_name = kasprintf(GFP_KERNEL, "OUT%d", clk_out->num + 1); in vc5_get_output_config()
911 if (!child_name) in vc5_get_output_config()
914 np_output = of_get_child_by_name(client->dev.of_node, child_name); in vc5_get_output_config()
915 kfree(child_name); in vc5_get_output_config()
H A Dclk-cdce925.c620 char child_name[6]; in cdce925_probe() local
692 sprintf(child_name, "PLL%d", i+1); in cdce925_probe()
693 np_output = of_get_child_by_name(node, child_name); in cdce925_probe()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-pistachio.c1370 char child_name[sizeof("gpioXX")]; in pistachio_gpio_register() local
1374 snprintf(child_name, sizeof(child_name), "gpio%d", i); in pistachio_gpio_register()
1375 child = device_get_named_child_node(pctl->dev, child_name); in pistachio_gpio_register()
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1156 child_name = spec['nested-attributes']
1157 struct.child_nests.add(child_name)
1158 child = self.pure_nested_structs.get(child_name)