Searched refs:child_name (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/clk/ti/ |
| H A D | adpll.c | 242 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 D | fsi-occ.c | 626 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 D | fsi-sbefifo.c | 1031 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 D | pll.c | 811 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 D | clk-versaclock5.c | 907 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 D | clk-cdce925.c | 620 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 D | pinctrl-pistachio.c | 1370 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 D | ynl_gen_c.py | 1156 child_name = spec['nested-attributes'] 1157 struct.child_nests.add(child_name) 1158 child = self.pure_nested_structs.get(child_name)
|