Searched refs:child_name (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/clk/ti/ |
| H A D | adpll.c | 242 const char *child_name; in ti_adpll_init_divider() local 246 child_name = ti_adpll_clk_get_name(d, output_index, name); in ti_adpll_init_divider() 247 if (!child_name) in ti_adpll_init_divider() 251 clock = clk_register_divider(d->dev, child_name, parent_name, 0, in ti_adpll_init_divider() 260 return ti_adpll_setup_clock(d, clock, index, output_index, child_name, in ti_adpll_init_divider() 271 const char *child_name; in ti_adpll_init_mux() local 275 child_name = ti_adpll_clk_get_name(d, -ENODEV, name); in ti_adpll_init_mux() 276 if (!child_name) in ti_adpll_init_mux() 280 clock = clk_register_mux(d->dev, child_name, parents, 2, 0, in ti_adpll_init_mux() 288 return ti_adpll_setup_clock(d, clock, index, -ENODEV, child_name, in ti_adpll_init_mux() [all …]
|
| /linux/drivers/fsi/ |
| H A D | fsi-occ.c | 622 char child_name[32]; in occ_probe() local 685 snprintf(child_name, sizeof(child_name), "%s.%d", hwmon_dev_info.name, occ->idx); in occ_probe() 686 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/drivers/clk/davinci/ |
| H A D | pll.c | 812 char child_name[MAX_NAME_SIZE]; in of_davinci_pll_init() local 814 snprintf(child_name, MAX_NAME_SIZE, "%s_auxclk", info->name); in of_davinci_pll_init() 816 clk = davinci_pll_auxclk_register(dev, child_name, base); in of_davinci_pll_init() 819 child_name, PTR_ERR(clk)); in of_davinci_pll_init()
|
| /linux/drivers/clk/ |
| H A D | clk-versaclock5.c | 916 char *child_name; in vc5_get_output_config() local 919 child_name = kasprintf(GFP_KERNEL, "OUT%d", clk_out->num + 1); in vc5_get_output_config() 920 if (!child_name) in vc5_get_output_config() 923 np_output = of_get_child_by_name(client->dev.of_node, child_name); in vc5_get_output_config() 924 kfree(child_name); in vc5_get_output_config()
|
| H A D | clk-cdce925.c | 628 char child_name[6]; in cdce925_probe() local 700 sprintf(child_name, "PLL%d", i+1); in cdce925_probe() 701 np_output = of_get_child_by_name(node, child_name); in cdce925_probe()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-pistachio.c | 1375 char child_name[sizeof("gpioXX")]; in pistachio_gpio_register() local 1379 snprintf(child_name, sizeof(child_name), "gpio%d", i); in pistachio_gpio_register() 1380 child = device_get_named_child_node(pctl->dev, child_name); in pistachio_gpio_register()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1494 child_name = spec['nested-attributes'] 1496 child_name = spec.sub_message 1500 struct.child_nests.add(child_name) 1501 child = self.pure_nested_structs.get(child_name) 1538 child_name = spec['nested-attributes'] 1540 child_name = spec.sub_message 1544 child = self.pure_nested_structs.get(child_name)
|