/Linux-v4.19/sound/soc/ |
D | soc-utils.c | 60 char *full_name; in snd_soc_component_enable_pin() local 66 full_name = kasprintf(GFP_KERNEL, "%s %s", component->name_prefix, pin); in snd_soc_component_enable_pin() 67 if (!full_name) in snd_soc_component_enable_pin() 70 ret = snd_soc_dapm_enable_pin(dapm, full_name); in snd_soc_component_enable_pin() 71 kfree(full_name); in snd_soc_component_enable_pin() 82 char *full_name; in snd_soc_component_enable_pin_unlocked() local 88 full_name = kasprintf(GFP_KERNEL, "%s %s", component->name_prefix, pin); in snd_soc_component_enable_pin_unlocked() 89 if (!full_name) in snd_soc_component_enable_pin_unlocked() 92 ret = snd_soc_dapm_enable_pin_unlocked(dapm, full_name); in snd_soc_component_enable_pin_unlocked() 93 kfree(full_name); in snd_soc_component_enable_pin_unlocked() [all …]
|
/Linux-v4.19/drivers/of/ |
D | pdt.c | 40 plen = strlen(dp->parent->full_name); in of_pdt_build_full_name() 45 strcpy(n, dp->parent->full_name); in of_pdt_build_full_name() 75 buf = prom_early_alloc(strlen(dp->parent->full_name) + in of_pdt_build_full_name() 78 of_node_is_root(dp->parent) ? "" : dp->parent->full_name, in of_pdt_build_full_name() 207 dp->full_name = of_pdt_build_full_name(dp); in of_pdt_build_tree() 234 of_root->full_name = "/"; in of_pdt_build_devicetree()
|
D | dynamic.c | 336 kfree(node->full_name); in of_node_release() 396 const char *full_name) in __of_node_dup() argument 403 node->full_name = kstrdup(full_name, GFP_KERNEL); in __of_node_dup() 404 if (!node->full_name) { in __of_node_dup()
|
D | resolver.c | 142 const char *n1 = kbasename(dn1->full_name); in node_name_cmp() 143 const char *n2 = kbasename(dn2->full_name); in node_name_cmp()
|
D | of_reserved_mem.c | 411 if (!np->full_name) in of_reserved_mem_lookup() 414 name = kbasename(np->full_name); in of_reserved_mem_lookup()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | of_device_64.c | 346 op->dev.of_node->full_name, num_reg, PROMREG_MAX); in build_device_resources() 405 op->dev.of_node->full_name, index, in build_device_resources() 552 dp->full_name, orig_irq, irq); in build_one_device_irq() 583 op->dev.of_node->full_name, in build_one_device_irq() 584 pp->full_name, this_orig_irq, in build_one_device_irq() 602 op->dev.of_node->full_name, in build_one_device_irq() 603 pp->full_name, this_orig_irq, in build_one_device_irq() 623 op->dev.of_node->full_name, ip->full_name, orig_irq, irq); in build_one_device_irq() 661 dp->full_name, op->archdata.num_irqs, PROMINTR_MAX); in scan_one_device() 684 dp->full_name); in scan_one_device()
|
D | pci.c | 434 pci_info(dev, "of_scan_pci_bridge(%s)\n", node->full_name); in of_scan_pci_bridge() 440 node->full_name); in of_scan_pci_bridge() 459 node->full_name); in of_scan_pci_bridge() 515 " for bridge %s\n", node->full_name); in of_scan_pci_bridge() 521 " for bridge %s\n", node->full_name); in of_scan_pci_bridge() 558 node->full_name, bus->number); in pci_of_scan_bus() 564 pci_info(bus, " * %s\n", child->full_name); in pci_of_scan_bus() 601 return snprintf (buf, PAGE_SIZE, "%s\n", dp->full_name); in show_pciobppath_attr() 701 printk("PCI: Scanning PBM %s\n", node->full_name); in pci_scan_one_pbm() 718 node->full_name); in pci_scan_one_pbm() [all …]
|
D | prom_32.c | 258 strcpy(of_console_path, dp->full_name); in of_console_init() 298 strcpy(of_console_path, dp->full_name); in of_console_init()
|
D | time_64.c | 451 op->dev.of_node->full_name, op->resource[0].start); in rtc_probe() 507 op->dev.of_node->full_name, op->resource[0].start); in bq4802_probe() 571 dp->full_name, op->resource[0].start); in mostek_probe()
|
D | sun4d_irq.c | 365 bus->full_name, bus_connection); in sun4d_build_device_irq() 372 board_parent->full_name); in sun4d_build_device_irq()
|
/Linux-v4.19/fs/9p/ |
D | xattr.c | 144 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_get() local 146 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get() 154 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_set() local 156 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
|
/Linux-v4.19/drivers/clocksource/ |
D | timer-of.c | 70 of_irq->name, np->full_name); in timer_of_irq_init() 83 np->full_name, clkevt) : in timer_of_irq_init() 86 np->full_name, clkevt); in timer_of_irq_init()
|
D | timer-stm32.c | 234 const char *name = to->np->full_name; in stm32_clocksource_init() 272 to->clkevt.name = to->np->full_name; in stm32_clockevent_init()
|
/Linux-v4.19/include/linux/ |
D | of_mdio.h | 43 dev_err(dev, "%s has invalid PHY address\n", np->full_name); in of_mdio_parse_addr() 50 np->full_name, addr); in of_mdio_parse_addr()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 36 np->full_name = kstrdup(kbasename(path), GFP_KERNEL); in pSeries_reconfig_add_node() 37 if (!np->full_name) in pSeries_reconfig_add_node() 63 kfree(np->full_name); in pSeries_reconfig_add_node()
|
D | dlpar.c | 88 dn->full_name = kstrdup(name, GFP_KERNEL); in dlpar_parse_cc_node() 89 if (!dn->full_name) { in dlpar_parse_cc_node() 110 kfree(dn->full_name); in dlpar_free_one_cc_node()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | bootx.h | 40 u32 full_name; member
|
/Linux-v4.19/crypto/ |
D | ccm.c | 458 const char *full_name, in crypto_ccm_create_common() argument 524 memcpy(inst->alg.base.cra_name, full_name, CRYPTO_MAX_ALG_NAME); in crypto_ccm_create_common() 567 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_ccm_create() local 581 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "ccm(%s)", cipher_name) >= in crypto_ccm_create() 585 return crypto_ccm_create_common(tmpl, tb, full_name, ctr_name, in crypto_ccm_create() 600 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_ccm_base_create() local 610 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "ccm_base(%s,%s)", in crypto_ccm_base_create() 614 return crypto_ccm_create_common(tmpl, tb, full_name, ctr_name, in crypto_ccm_base_create()
|
D | gcm.c | 600 const char *full_name, in crypto_gcm_create_common() argument 669 memcpy(inst->alg.base.cra_name, full_name, CRYPTO_MAX_ALG_NAME); in crypto_gcm_create_common() 712 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_gcm_create() local 722 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "gcm(%s)", cipher_name) >= in crypto_gcm_create() 726 return crypto_gcm_create_common(tmpl, tb, full_name, in crypto_gcm_create() 741 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_gcm_base_create() local 751 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "gcm_base(%s,%s)", in crypto_gcm_base_create() 755 return crypto_gcm_create_common(tmpl, tb, full_name, in crypto_gcm_base_create()
|
/Linux-v4.19/Documentation/devicetree/ |
D | todo.txt | 9 - Always set ->full_name at of_attach_node() time
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 230 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_strings() 290 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_struct()
|
/Linux-v4.19/arch/arm/mach-mvebu/ |
D | cpu-reset.c | 54 np->full_name)) { in mvebu_cpu_reset_map()
|
/Linux-v4.19/tools/iio/ |
D | iio_utils.h | 62 int iioutils_break_up_name(const char *full_name, char **generic_name);
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-ativic32.c | 103 panic("%s: unable to create IRQ domain\n", node->full_name); in ativic32_init_irq()
|
/Linux-v4.19/drivers/clk/ |
D | clkdev.c | 51 return __of_clk_get(np, index, np->full_name, NULL); in of_clk_get() 109 return __of_clk_get_by_name(np, np->full_name, name); in of_clk_get_by_name()
|