Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 200 of 304) sorted by relevance

12

/linux-4.1.27/fs/9p/
Dxattr_user.c26 char *full_name; in v9fs_xattr_user_get() local
37 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL); in v9fs_xattr_user_get()
38 if (!full_name) in v9fs_xattr_user_get()
40 memcpy(full_name, XATTR_USER_PREFIX, prefix_len); in v9fs_xattr_user_get()
41 memcpy(full_name+prefix_len, name, name_len); in v9fs_xattr_user_get()
42 full_name[prefix_len + name_len] = '\0'; in v9fs_xattr_user_get()
44 retval = v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_user_get()
45 kfree(full_name); in v9fs_xattr_user_get()
53 char *full_name; in v9fs_xattr_user_set() local
64 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL); in v9fs_xattr_user_set()
[all …]
Dxattr_security.c26 char *full_name; in v9fs_xattr_security_get() local
37 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL); in v9fs_xattr_security_get()
38 if (!full_name) in v9fs_xattr_security_get()
40 memcpy(full_name, XATTR_SECURITY_PREFIX, prefix_len); in v9fs_xattr_security_get()
41 memcpy(full_name+prefix_len, name, name_len); in v9fs_xattr_security_get()
42 full_name[prefix_len + name_len] = '\0'; in v9fs_xattr_security_get()
44 retval = v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_security_get()
45 kfree(full_name); in v9fs_xattr_security_get()
53 char *full_name; in v9fs_xattr_security_set() local
64 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL); in v9fs_xattr_security_set()
[all …]
Dxattr_trusted.c26 char *full_name; in v9fs_xattr_trusted_get() local
37 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL); in v9fs_xattr_trusted_get()
38 if (!full_name) in v9fs_xattr_trusted_get()
40 memcpy(full_name, XATTR_TRUSTED_PREFIX, prefix_len); in v9fs_xattr_trusted_get()
41 memcpy(full_name+prefix_len, name, name_len); in v9fs_xattr_trusted_get()
42 full_name[prefix_len + name_len] = '\0'; in v9fs_xattr_trusted_get()
44 retval = v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_trusted_get()
45 kfree(full_name); in v9fs_xattr_trusted_get()
53 char *full_name; in v9fs_xattr_trusted_set() local
64 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL); in v9fs_xattr_trusted_set()
[all …]
Dacl.c218 char *full_name; in v9fs_remote_get_acl() local
222 full_name = POSIX_ACL_XATTR_ACCESS; in v9fs_remote_get_acl()
225 full_name = POSIX_ACL_XATTR_DEFAULT; in v9fs_remote_get_acl()
230 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_remote_get_acl()
265 char *full_name; in v9fs_remote_set_acl() local
269 full_name = POSIX_ACL_XATTR_ACCESS; in v9fs_remote_set_acl()
272 full_name = POSIX_ACL_XATTR_DEFAULT; in v9fs_remote_set_acl()
277 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_remote_set_acl()
/linux-4.1.27/drivers/clk/
Dclk-moxart.c31 pr_err("%s: of_iomap failed\n", node->full_name); in moxart_of_pll_clk_init()
40 pr_err("%s: of_clk_get failed\n", node->full_name); in moxart_of_pll_clk_init()
46 pr_err("%s: failed to register clock\n", node->full_name); in moxart_of_pll_clk_init()
70 pr_err("%s: of_iomap failed\n", node->full_name); in moxart_of_apb_clk_init()
83 pr_err("%s: of_clk_get failed\n", node->full_name); in moxart_of_apb_clk_init()
89 pr_err("%s: failed to register clock\n", node->full_name); in moxart_of_apb_clk_init()
Dclk-conf.c27 node->full_name); in __set_clk_parents()
44 index, node->full_name); in __set_clk_parents()
59 index, node->full_name); in __set_clk_parents()
103 index, node->full_name); in __set_clk_rates()
Dclk-xgene.c168 const char *clk_name = np->full_name; in xgene_pllclk_init()
174 pr_err("Unable to map CSR register for %s\n", np->full_name); in xgene_pllclk_init()
444 const char *clk_name = np->full_name; in xgene_devclk_init()
464 np->full_name); in xgene_devclk_init()
472 i, np->full_name); in xgene_devclk_init()
508 np->full_name); in xgene_devclk_init()
Dclkdev.c54 return __of_clk_get(np, index, np->full_name, NULL); in of_clk_get()
81 np->full_name, name ? name : "", index); in __of_clk_get_by_name()
112 return __of_clk_get_by_name(np, np->full_name, name); in of_clk_get_by_name()
/linux-4.1.27/drivers/of/
Dresolver.c30 const char *full_name) in __of_find_node_by_full_name() argument
38 if (of_node_cmp(node->full_name, full_name) == 0) in __of_find_node_by_full_name()
42 found = __of_find_node_by_full_name(child, full_name); in __of_find_node_by_full_name()
198 const char *n1 = strrchr(dn1->full_name, '/') ? : "/"; in __of_node_name_cmp()
199 const char *n2 = strrchr(dn2->full_name, '/') ? : "/"; in __of_node_name_cmp()
233 __func__, rprop->name, node->full_name); in __of_adjust_tree_phandle_references()
246 __func__, rprop->name, node->full_name); in __of_adjust_tree_phandle_references()
257 node->full_name); in __of_adjust_tree_phandle_references()
278 __func__, child->name, node->full_name); in __of_adjust_tree_phandle_references()
Doverlay.c92 cname = kbasename(child->full_name); in of_overlay_apply_single_device_node()
104 tchild = __of_node_dup(child, "%s/%s", target->full_name, cname); in of_overlay_apply_single_device_node()
141 __func__, target->full_name, prop->name); in of_overlay_apply_one()
150 __func__, target->full_name, in of_overlay_apply_one()
179 __func__, ovinfo->target->full_name); in of_overlay_apply()
358 __func__, tree->full_name); in of_overlay_create()
368 __func__, tree->full_name); in of_overlay_create()
376 __func__, tree->full_name); in of_overlay_create()
384 __func__, tree->full_name); in of_overlay_create()
443 dn->full_name); in overlay_is_topmost()
Dplatform.c94 strrchr(node->full_name, '/') + 1, dev_name(dev)); in of_device_make_bus_id()
228 pr_debug("Creating amba device %s\n", node->full_name); in of_amba_device_create()
237 __func__, node->full_name); in of_amba_device_create()
263 __func__, ret, node->full_name); in of_amba_device_create()
270 __func__, ret, node->full_name); in of_amba_device_create()
309 pr_debug("%s: devname=%s\n", np->full_name, lookup->name); in of_dev_lookup()
342 __func__, bus->full_name); in of_platform_bus_create()
366 pr_debug(" create child: %s\n", child->full_name); in of_platform_bus_create()
398 pr_debug(" starting at: %s\n", root->full_name); in of_platform_bus_probe()
529 __func__, rd->dn->full_name); in of_platform_notify()
Dpdt.c44 plen = strlen(dp->parent->full_name); in of_pdt_build_full_name()
49 strcpy(n, dp->parent->full_name); in of_pdt_build_full_name()
79 buf = prom_early_alloc(strlen(dp->parent->full_name) + in of_pdt_build_full_name()
82 of_node_is_root(dp->parent) ? "" : dp->parent->full_name, in of_pdt_build_full_name()
211 dp->full_name = of_pdt_build_full_name(dp); in of_pdt_build_tree()
238 of_root->full_name = "/"; in of_pdt_build_devicetree()
Ddynamic.c100 pr->dn->full_name); in of_reconfig_notify()
106 pr->dn->full_name, pr->prop->name); in of_reconfig_notify()
328 pr_err("ERROR: Bad of_node_put() on %s\n", node->full_name); in of_node_release()
348 kfree(node->full_name); in of_node_release()
415 node->full_name = kvasprintf(GFP_KERNEL, fmt, vargs); in __of_node_dup()
417 if (!node->full_name) { in __of_node_dup()
463 ce->np->full_name, ce->prop->name); in __of_changeset_entry_dump()
468 ce->np->full_name); in __of_changeset_entry_dump()
534 pr_err("%s: notifier error @%s\n", __func__, ce->np->full_name); in __of_changeset_entry_notify()
566 __func__, ce->np->full_name, in __of_changeset_entry_apply()
[all …]
Dunittest.c53 unittest(np && !strcmp("/testcase-data", np->full_name), in of_unittest_find_node_by_name()
62 unittest(np && !strcmp("/testcase-data/phandle-tests/consumer-a", np->full_name), in of_unittest_find_node_by_name()
67 unittest(np && !strcmp("/testcase-data", np->full_name), in of_unittest_find_node_by_name()
76 unittest(np && !strcmp("/testcase-data/phandle-tests/consumer-a", np->full_name), in of_unittest_find_node_by_name()
81 unittest(!np, "non-existent path returned node %s\n", np->full_name); in of_unittest_find_node_by_name()
85 unittest(!np, "non-existent alias returned node %s\n", np->full_name); in of_unittest_find_node_by_name()
89 unittest(!np, "non-existent alias with relative path returned node %s\n", np->full_name); in of_unittest_find_node_by_name()
259 np->phandle, nh->np->full_name, np->full_name); in of_unittest_check_phandles()
350 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args()
535 "'%s' not added\n", n21->full_name); in of_unittest_changeset()
[all …]
Dof_pci.c179 pr_info("PCI host bridge %s ranges:\n", dev->full_name); in of_pci_get_host_bridge_resources()
187 dev->full_name, bus_range); in of_pci_get_host_bridge_resources()
232 dev->full_name); in of_pci_get_host_bridge_resources()
238 dev->full_name); in of_pci_get_host_bridge_resources()
Dbase.c155 WARN(rc, "error adding attribute %s to node %s\n", pp->name, np->full_name); in __of_add_property_sysfs()
177 name = safe_name(&np->parent->kobj, kbasename(np->full_name)); in __of_attach_node_sysfs()
746 const char *name = strrchr(child->full_name, '/'); in __of_find_node_by_path()
747 if (WARN(!name, "malformed device_node %s\n", child->full_name)) in __of_find_node_by_path()
1107 propname, np->full_name, elem_size); in of_property_count_elems_of_size()
1487 np->full_name); in __of_parse_phandle_with_args()
1496 np->full_name, cells_name, in __of_parse_phandle_with_args()
1497 node->full_name); in __of_parse_phandle_with_args()
1510 np->full_name); in __of_parse_phandle_with_args()
2115 __func__, node->full_name); in of_graph_parse_endpoint()
[all …]
Dof_mdio.c98 dev_err(dev, "%s has invalid PHY address\n", np->full_name); in of_mdio_parse_addr()
105 np->full_name, addr); in of_mdio_parse_addr()
Daddress.c319 res->name = np->full_name; in of_pci_range_to_resource()
808 r->name = name ? name : dev->full_name; in __of_address_to_resource()
964 __func__, np->full_name); in of_dma_get_range()
982 __func__, dma_addr, np->full_name); in of_dma_get_range()
Ddevice.c229 add_uevent_var(env, "OF_FULLNAME=%s", dev->of_node->full_name); in of_device_uevent()
/linux-4.1.27/drivers/irqchip/
Dirq-dw-apb-ictl.c82 pr_err("%s: unable to parse irq\n", np->full_name); in dw_apb_ictl_init()
88 pr_err("%s: unable to get resource\n", np->full_name); in dw_apb_ictl_init()
92 if (!request_mem_region(r.start, resource_size(&r), np->full_name)) { in dw_apb_ictl_init()
93 pr_err("%s: unable to request mem region\n", np->full_name); in dw_apb_ictl_init()
99 pr_err("%s: unable to map resource\n", np->full_name); in dw_apb_ictl_init()
126 pr_err("%s: unable to add irq domain\n", np->full_name); in dw_apb_ictl_init()
136 pr_err("%s: unable to alloc irq domain gc\n", np->full_name); in dw_apb_ictl_init()
Dirq-digicolor.c82 pr_err("%s: unable to map IC registers\n", node->full_name); in digicolor_of_init()
92 pr_err("%s: unable to map UC registers\n", node->full_name); in digicolor_of_init()
101 pr_err("%s: unable to create IRQ domain\n", node->full_name); in digicolor_of_init()
109 pr_err("%s: unable to allocate IRQ gc\n", node->full_name); in digicolor_of_init()
Dirq-moxart.c71 node->full_name); in moxart_of_intc_init()
78 pr_err("%s: unable to create IRQ domain\n", node->full_name); in moxart_of_intc_init()
87 node->full_name); in moxart_of_intc_init()
96 node->full_name); in moxart_of_intc_init()
Dirq-tegra.c304 pr_err("%s: no parent, giving up\n", node->full_name); in tegra_ictlr_init()
310 pr_err("%s: unable to obtain parent domain\n", node->full_name); in tegra_ictlr_init()
342 pr_err("%s: no valid regions, giving up\n", node->full_name); in tegra_ictlr_init()
349 node->full_name, num_ictlrs, soc->num_ictlrs); in tegra_ictlr_init()
356 pr_err("%s: failed to allocated domain\n", node->full_name); in tegra_ictlr_init()
364 node->full_name, num_ictlrs * 32, parent->full_name); in tegra_ictlr_init()
Dirq-sun4i.c103 node->full_name); in sun4i_of_init()
129 panic("%s: unable to create IRQ domain\n", node->full_name); in sun4i_of_init()
Dirq-crossbar.c338 pr_err("%s: no parent, giving up\n", node->full_name); in irqcrossbar_init()
344 pr_err("%s: unable to obtain parent domain\n", node->full_name); in irqcrossbar_init()
357 pr_err("%s: failed to allocated domain\n", node->full_name); in irqcrossbar_init()
Dirq-bcm2835.c151 node->full_name); in armctrl_of_init()
156 panic("%s: unable to create IRQ domain\n", node->full_name); in armctrl_of_init()
Dirq-gic-v3-its.c877 its->msi_chip.of_node->full_name, order); in its_alloc_tables()
949 its->msi_chip.of_node->full_name, i, in its_alloc_tables()
1439 pr_warn("%s: no regs?\n", node->full_name); in its_probe()
1445 pr_warn("%s: unable to map registers\n", node->full_name); in its_probe()
1451 pr_warn("%s: no ITS detected, giving up\n", node->full_name); in its_probe()
1459 node->full_name); in its_probe()
1463 pr_info("ITS: %s\n", node->full_name); in its_probe()
1563 pr_err("ITS: failed probing %s (%d)\n", node->full_name, err); in its_probe()
Dirq-gic-v3.c802 node->full_name); in gic_of_init()
809 node->full_name); in gic_of_init()
831 node->full_name, i); in gic_of_init()
Dirq-armada-370-xp.c593 node->full_name)); in armada_370_xp_mpic_of_init()
596 node->full_name)); in armada_370_xp_mpic_of_init()
Dirq-brcmstb-l2.c168 np->full_name, handle_edge_irq, clr, 0, flags); in brcmstb_l2_intc_of_init()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-vipp.c93 dev_dbg(xdev->dev, "processing endpoint %s\n", ep->full_name); in xvip_graph_build_one()
98 ep->full_name); in xvip_graph_build_one()
107 link.local_port, link.local_node->full_name); in xvip_graph_build_one()
117 link.local_node->full_name, link.local_port); in xvip_graph_build_one()
125 link.local_node->full_name, link.local_port); in xvip_graph_build_one()
134 link.remote_node->full_name); in xvip_graph_build_one()
144 link.remote_port, link.remote_node->full_name); in xvip_graph_build_one()
214 dev_dbg(xdev->dev, "processing endpoint %s\n", ep->full_name); in xvip_graph_build_dma()
219 ep->full_name); in xvip_graph_build_dma()
240 link.remote_node->full_name); in xvip_graph_build_dma()
[all …]
/linux-4.1.27/drivers/net/phy/
Dmdio-mux-mmioreg.c77 dev_dbg(&pdev->dev, "probing node %s\n", np->full_name); in mdio_mux_mmioreg_probe()
86 np->full_name); in mdio_mux_mmioreg_probe()
115 "missing a 'reg' property\n", np2->full_name); in mdio_mux_mmioreg_probe()
121 np2->full_name); in mdio_mux_mmioreg_probe()
130 np->full_name); in mdio_mux_mmioreg_probe()
Dmdio_bus.c212 child->full_name); in of_mdiobus_link_phydev()
219 child->full_name, addr); in of_mdiobus_link_phydev()
/linux-4.1.27/arch/arm64/kernel/
Dtopology.c42 pr_crit("Unable to find CPU node for %s\n", cpu_node->full_name); in get_cpu_for_node()
69 t->full_name); in parse_core()
82 core->full_name); in parse_core()
89 pr_err("%s: Can't get CPU for leaf core\n", core->full_name); in parse_core()
135 c->full_name); in parse_cluster()
144 cluster->full_name, name); in parse_cluster()
156 pr_warn("%s: empty cluster\n", cluster->full_name); in parse_cluster()
Dcpu_ops.c65 dn->full_name); in cpu_read_ops()
72 dn->full_name, enable_method); in cpu_read_ops()
Dsmp.c343 pr_err("%s: missing reg property\n", dn->full_name); in of_smp_init_cpus()
352 pr_err("%s: invalid reg property\n", dn->full_name); in of_smp_init_cpus()
366 dn->full_name); in of_smp_init_cpus()
380 dn->full_name); in of_smp_init_cpus()
/linux-4.1.27/drivers/clocksource/
Dmoxart_timer.c127 panic("%s: of_iomap failed\n", node->full_name); in moxart_timer_init()
131 panic("%s: irq_of_parse_and_map failed\n", node->full_name); in moxart_timer_init()
135 panic("%s: setup_irq failed\n", node->full_name); in moxart_timer_init()
139 panic("%s: of_clk_get failed\n", node->full_name); in moxart_timer_init()
146 panic("%s: clocksource_mmio_init failed\n", node->full_name); in moxart_timer_init()
/linux-4.1.27/drivers/cpuidle/
Ddt_idle_states.c51 state_node->full_name); in init_state_node()
59 state_node->full_name); in init_state_node()
73 state_node->full_name); in init_state_node()
182 state_node->full_name); in dt_init_idle_driver()
196 state_node->full_name, err); in dt_init_idle_driver()
/linux-4.1.27/arch/powerpc/platforms/cell/
Daxon_msi.c190 dn->full_name); in find_msi_translator()
329 msic->irq_domain->of_node->full_name); in axon_msi_shutdown()
342 pr_devel("axon_msi: setting up dn %s\n", dn->full_name); in axon_msi_probe()
347 dn->full_name); in axon_msi_probe()
357 dn->full_name); in axon_msi_probe()
364 dn->full_name); in axon_msi_probe()
372 dn->full_name); in axon_msi_probe()
379 dn->full_name); in axon_msi_probe()
388 dn->full_name); in axon_msi_probe()
414 printk(KERN_DEBUG "axon_msi: setup MSIC on %s\n", dn->full_name); in axon_msi_probe()
Dspu_manage.c192 oirq.np->full_name); in spu_map_interrupts()
244 np->full_name); in spu_map_device()
251 np->full_name); in spu_map_device()
257 np->full_name); in spu_map_device()
265 np->full_name); in spu_map_device()
268 pr_debug("spu_new: %s maps:\n", np->full_name); in spu_map_device()
317 " node number too big\n", spe->full_name, spu->node); in of_create_spu()
Diommu.c282 np->full_name); in cell_iommu_find_ioc()
462 np->full_name); in cell_iommu_get_ioid()
728 np->full_name); in cell_iommu_alloc()
732 nid, np->full_name); in cell_iommu_alloc()
744 np->full_name); in cell_iommu_alloc()
Dspider-pci.c134 np->full_name); in spiderpci_iowa_init()
Dras.c200 __func__, np->full_name); in cbe_ptcal_enable()
/linux-4.1.27/drivers/gpio/
Dgpiolib-of.c94 __func__, propname, np->full_name, index); in of_get_named_gpiod_flags()
102 __func__, propname, np->full_name, index, in of_get_named_gpiod_flags()
292 gc->label = kstrdup(np->full_name, GFP_KERNEL); in of_mm_gpiochip_add()
318 np->full_name, ret); in of_mm_gpiochip_add()
373 np->full_name); in of_gpiochip_add_pin_range()
389 np->full_name); in of_gpiochip_add_pin_range()
395 np->full_name, group_names_propname); in of_gpiochip_add_pin_range()
407 np->full_name); in of_gpiochip_add_pin_range()
Dgpio-ge.c79 bgc->gc.label = devm_kstrdup(&pdev->dev, pdev->dev.of_node->full_name, in gef_gpio_probe()
100 pdev->dev.of_node->full_name); in gef_gpio_probe()
Dgpio-dwapb.c490 port_np->full_name); in dwapb_gpio_get_pdata_of()
497 port_np->full_name); in dwapb_gpio_get_pdata_of()
510 port_np->full_name); in dwapb_gpio_get_pdata_of()
516 pp->name = port_np->full_name; in dwapb_gpio_get_pdata_of()
Dgpio-moxart.c91 dev->of_node->full_name); in moxart_gpio_probe()
Dgpio-tz1090.c532 node->full_name); in tz1090_gpio_register_banks()
537 addr, node->full_name); in tz1090_gpio_register_banks()
548 node->full_name); in tz1090_gpio_register_banks()
Dgpio-xilinx.c318 np->full_name, status); in xgpio_probe()
/linux-4.1.27/arch/powerpc/sysdev/
Dof_rtc.c42 node->full_name); in of_instantiate_rtc()
50 node->full_name); in of_instantiate_rtc()
55 node->full_name, plat_name, in of_instantiate_rtc()
Dppc4xx_pci.c132 hose->dn->full_name, in ppc4xx_parse_dma_ranges()
156 hose->dn->full_name); in ppc4xx_parse_dma_ranges()
166 hose->dn->full_name, size, (u64)total_memory); in ppc4xx_parse_dma_ranges()
174 hose->dn->full_name); in ppc4xx_parse_dma_ranges()
185 hose->dn->full_name); in ppc4xx_parse_dma_ranges()
237 hose->dn->full_name); in ppc4xx_setup_one_pci_PMM()
270 hose->dn->full_name); in ppc4xx_configure_pci_PMMs()
296 hose->dn->full_name); in ppc4xx_configure_pci_PMMs()
337 np->full_name); in ppc4xx_probe_pci_bridge()
344 np->full_name); in ppc4xx_probe_pci_bridge()
[all …]
Dfsl_85xx_cache_sram.c105 dev->dev.of_node->full_name); in instantiate_cache_sram()
114 dev->dev.of_node->full_name); in instantiate_cache_sram()
122 dev->dev.of_node->full_name); in instantiate_cache_sram()
Dmpic_timer.c470 np->full_name); in timer_group_get_irq()
488 np->full_name); in timer_group_get_irq()
512 np->full_name); in timer_group_init()
522 np->full_name); in timer_group_init()
530 np->full_name); in timer_group_init()
537 pr_err("%s: cannot get timer frequency.\n", np->full_name); in timer_group_init()
543 pr_err("%s: cannot get timer irqs.\n", np->full_name); in timer_group_init()
Dfsl_rio.c456 dev->dev.of_node->full_name); in fsl_rio_setup()
460 dev->dev.of_node->full_name); in fsl_rio_setup()
499 rmu_node->full_name); in fsl_rio_setup()
534 np->full_name); in fsl_rio_setup()
562 np->full_name); in fsl_rio_setup()
574 np->full_name); in fsl_rio_setup()
581 np->full_name); in fsl_rio_setup()
603 np->full_name, range_start, range_size); in fsl_rio_setup()
765 dev->dev.of_node->full_name); in fsl_of_rio_rpn_probe()
Duic.c247 "cell-index property\n", node->full_name); in uic_init_one()
255 "dcr-reg property\n", node->full_name); in uic_init_one()
295 panic("Unable to initialize primary UIC %s\n", np->full_name); in uic_init_tree()
310 np->full_name); in uic_init_tree()
Dfsl_gtm.c392 np->full_name); in fsl_gtm_init()
400 pr_err("%s: no clock-frequency\n", np->full_name); in fsl_gtm_init()
411 np->full_name); in fsl_gtm_init()
421 np->full_name); in fsl_gtm_init()
Dmv64x60_dev.c456 np->full_name, err); in mv64x60_device_setup()
467 np->full_name, err); in mv64x60_device_setup()
479 np2->full_name, err); in mv64x60_device_setup()
489 np->full_name, err); in mv64x60_device_setup()
498 np->full_name, err); in mv64x60_device_setup()
Dmsi_bitmap.c88 "found on %s\n", bmp->of_node->full_name); in msi_bitmap_reserve_dt_hwirqs()
94 " property on %s\n", bmp->of_node->full_name); in msi_bitmap_reserve_dt_hwirqs()
225 of_node.full_name = node_name; in test_of_node()
Dppc4xx_soc.c93 printk(KERN_ERR "%s: Can't get cache-size!\n", np->full_name); in ppc4xx_l2c_probe()
103 np->full_name); in ppc4xx_l2c_probe()
Dfsl_msi.c218 hose->dn->full_name, np->phandle); in fsl_setup_msi_irqs()
441 dev->dev.of_node->full_name); in fsl_of_msi_probe()
449 dev->dev.of_node->full_name); in fsl_of_msi_probe()
525 __func__, dev->dev.of_node->full_name, in fsl_of_msi_probe()
Dfsl_pci.c192 const char *name = hose->dn->full_name; in setup_pci_atmu()
481 pr_warning("%s: disabled\n", dev->full_name); in fsl_add_bridge()
485 pr_debug("Adding PCI host bridge %s\n", dev->full_name); in fsl_add_bridge()
497 " bus 0\n", dev->full_name); in fsl_add_bridge()
738 dev->full_name); in mpc83xx_add_bridge()
741 pr_debug("Adding PCI host bridge %s\n", dev->full_name); in mpc83xx_add_bridge()
777 " bus 0\n", dev->full_name); in mpc83xx_add_bridge()
Dscom.c198 ent->path.data = (void*) dn->full_name; in scom_debug_init_one()
199 ent->path.size = strlen(dn->full_name); in scom_debug_init_one()
Dppc4xx_cpm.c282 np->full_name); in cpm_init()
291 np->full_name); in cpm_init()
Dmpic_msi.c63 pr_debug("mpic: mapping hwirqs for %s\n", np->full_name); in mpic_msi_reserve_u3_hwirqs()
Dsimple_gpio.c150 np->full_name, ret); in simple_gpiochip_init()
Dmv64x60_pci.c140 " bus 0\n", dev->full_name); in mv64x60_add_bridge()
Dppc4xx_gpio.c209 np->full_name, ret); in ppc4xx_add_gpiochips()
Dmpic_msgr.c195 dev_info(&dev->dev, "Of-device full name %s\n", np->full_name); in mpic_msgr_probe()
Ddcr.c199 dev->full_name, dcr_n, dcr_c); in dcr_map_mmio()
Dfsl_rmu.c1074 priv->dev->of_node->full_name); in fsl_rio_setup_rmu()
1086 node->full_name); in fsl_rio_setup_rmu()
1098 node->full_name, rmu->txirq, rmu->rxirq); in fsl_rio_setup_rmu()
Dppc4xx_msi.c236 dev->dev.of_node->full_name); in ppc4xx_msi_probe()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Devent_sources.c47 np->full_name); in request_event_sources_irqs()
66 np->full_name); in request_event_sources_irqs()
78 "%d for %s\n", virqs[i], np->full_name); in request_event_sources_irqs()
Diommu.c479 "missing tce entries !\n", dn->full_name); in iommu_table_setparms()
560 pr_debug("pci_dma_bus_setup_pSeries: setting up bus %s\n", dn->full_name); in pci_dma_bus_setup_pSeries()
639 dn->full_name); in pci_dma_bus_setup_pSeriesLP()
656 pdn->full_name, ppci->iommu_table); in pci_dma_bus_setup_pSeriesLP()
749 np->full_name); in remove_ddw()
752 np->full_name); in remove_ddw()
758 np->full_name, ret, ddw_avail[2], liobn); in remove_ddw()
762 np->full_name, ret, ddw_avail[2], liobn); in remove_ddw()
769 np->full_name, ret); in remove_ddw()
935 if (!strcmp(fpdn->pdn->full_name, pdn->full_name)) in enable_ddw()
[all …]
Ddlpar.c85 dn->full_name = kasprintf(GFP_KERNEL, "%s/%s", path, name); in dlpar_parse_cc_node()
86 if (!dn->full_name) { in dlpar_parse_cc_node()
107 kfree(dn->full_name); in dlpar_free_one_cc_node()
141 const char *parent_path = parent->full_name; in dlpar_configure_connector()
186 parent_path = last_dn->full_name; in dlpar_configure_connector()
219 parent_path = last_dn->parent->full_name; in dlpar_configure_connector()
274 dn->parent = derive_parent(dn->full_name); in dlpar_attach_node()
281 dn->full_name); in dlpar_attach_node()
Dmsi.c145 pr_debug("rtas_msi: No %s on %s\n", prop_name, dn->full_name); in check_req()
184 dn->full_name); in find_pe_total_msi()
223 pr_debug("rtas_msi: using PE dn %s\n", dn->full_name); in find_pe_dn()
243 pr_debug("rtas_msi: counting %s\n", dn->full_name); in count_non_bridge_devices()
301 pr_debug("rtas_msi: found PE %s\n", pe_dn->full_name); in msi_quota_for_device()
Dreconfig.c66 np->full_name = kstrdup(path, GFP_KERNEL); in pSeries_reconfig_add_node()
67 if (!np->full_name) in pSeries_reconfig_add_node()
93 kfree(np->full_name); in pSeries_reconfig_add_node()
Dpci_dlpar.c73 pr_debug("PCI: Initializing new hotplug PHB %s\n", dn->full_name); in init_phb_dynamic()
Dhotplug-cpu.c274 " supports %d logical cpus.\n", np->full_name, in pseries_add_processor()
/linux-4.1.27/arch/c6x/platforms/
Dmegamod-pic.c210 pr_err("%s: Could not alloc PIC structure.\n", np->full_name); in init_megamod_pic()
217 pr_err("%s: Could not alloc host.\n", np->full_name); in init_megamod_pic()
227 pr_err("%s: Could not map registers.\n", np->full_name); in init_megamod_pic()
256 np->full_name, i, irq); in init_megamod_pic()
268 np->full_name, i, hwirq); in init_megamod_pic()
276 np->full_name, i, hwirq); in init_megamod_pic()
293 np->full_name, mapping[i], i + 4); in init_megamod_pic()
Dtimer64.c205 pr_debug("%s: Cannot map timer registers.\n", np->full_name); in timer64_init()
208 pr_debug("%s: Timer registers=%p.\n", np->full_name, timer); in timer64_init()
212 pr_debug("%s: Cannot find interrupt.\n", np->full_name); in timer64_init()
230 pr_debug("%s: Timer irq=%d.\n", np->full_name, cd->irq); in timer64_init()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dtah.c62 ofdev->dev.of_node->full_name); in tah_reset()
109 np->full_name); in tah_probe()
118 np->full_name); in tah_probe()
128 "TAH %s initialized\n", ofdev->dev.of_node->full_name); in tah_probe()
Dzmii.c125 ofdev->dev.of_node->full_name, in zmii_attach()
132 ofdev->dev.of_node->full_name, *mode, input); in zmii_attach()
254 np->full_name); in zmii_probe()
263 np->full_name); in zmii_probe()
274 "ZMII %s initialized\n", ofdev->dev.of_node->full_name); in zmii_probe()
Drgmii.c108 ofdev->dev.of_node->full_name); in rgmii_attach()
118 ofdev->dev.of_node->full_name, input, rgmii_mode_name(mode)); in rgmii_attach()
253 np->full_name); in rgmii_probe()
262 np->full_name); in rgmii_probe()
282 ofdev->dev.of_node->full_name, in rgmii_probe()
Ddebug.c36 p->ofdev->dev.of_node->full_name, in emac_desc_dump()
52 p->ofdev->dev.of_node->full_name, in emac_desc_dump()
80 dev->ofdev->dev.of_node->full_name, in emac_mac_dump()
132 mal->ofdev->dev.of_node->full_name, in emac_mal_dump()
Dcore.c135 printk(KERN_ERR "%s: %s\n", dev->ofdev->dev.of_node->full_name, in emac_report_timeout_error()
2206 dev->cell_index, dev->ofdev->dev.of_node->full_name); in emac_ethtool_get_drvinfo()
2380 np->full_name, name); in emac_read_uint_prop()
2480 printk(KERN_WARNING "%s: can't find PHY!\n", np->full_name); in emac_init_phy()
2606 np->full_name); in emac_init_config()
2630 np->full_name); in emac_init_config()
2640 np->full_name); in emac_init_config()
2650 np->full_name); in emac_init_config()
2659 np->full_name); in emac_init_config()
2755 printk(KERN_ERR "%s: Can't map main interrupt\n", np->full_name); in emac_probe()
[all …]
Ddebug.h57 printk(KERN_DEBUG #name "%s: " fmt, d->ofdev->dev.of_node->full_name, ## arg)
/linux-4.1.27/arch/powerpc/kernel/
Dpci_of_scan.c218 pr_debug("of_scan_pci_bridge(%s)\n", node->full_name); in of_scan_pci_bridge()
224 node->full_name); in of_scan_pci_bridge()
230 node->full_name); in of_scan_pci_bridge()
241 node->full_name); in of_scan_pci_bridge()
269 " for bridge %s\n", node->full_name); in of_scan_pci_bridge()
275 " for bridge %s\n", node->full_name); in of_scan_pci_bridge()
314 pr_debug(" * %s\n", dn->full_name); in of_scan_pci_dev()
358 node->full_name, bus->number); in __of_scan_bus()
Dcacheinfo.c171 iter->ofnode->full_name, in release_cache_debugcheck()
173 cache->ofnode->full_name, in release_cache_debugcheck()
183 cache_type_string(cache), cache->ofnode->full_name); in release_cache()
198 cpu, next->ofnode->full_name, in cache_cpu_set()
358 pr_debug("creating L%d ucache for %s\n", level, node->full_name); in cache_do_one_devnode_unified()
369 node->full_name); in cache_do_one_devnode_split()
693 cache_name = cache->ofnode->full_name; in cacheinfo_create_index_opt_attrs()
835 cpu, cache->ofnode->full_name, in cache_cpu_clear()
Dlegacy_serial.c151 index, np->full_name); in add_legacy_port()
210 DBG(" -> add_legacy_isa_port(%s)\n", np->full_name); in add_legacy_isa_port()
258 DBG(" -> add_legacy_pci_port(%s)\n", np->full_name); in add_legacy_pci_port()
376 DBG("stdout is %s\n", stdout->full_name); in find_legacy_serial_ports()
605 DBG("stdout is %s\n", prom_stdout->full_name); in check_legacy_serial_console()
Disa-bridge.c166 pr_debug("ISA bridge (early) is %s\n", np->full_name); in isa_bridge_find_early()
189 devnode->full_name, pci_name(pdev)); in isa_bridge_find_late()
Dpci_64.c114 pr_debug("IO unmapping for PHB %s\n", hose->dn->full_name); in pcibios_unmap_io_space()
154 pr_debug("IO mapping for PHB %s\n", hose->dn->full_name); in pcibios_map_phb_io_space()
Dio-workarounds.c195 "workarounds disabled for %s\n", np->full_name); in iowa_register_bus()
210 pr_debug("IOWA:[%d]Add bus, %s.\n", iowa_bus_count-1, np->full_name); in iowa_register_bus()
Dof_platform.c48 pr_info("Setting up PCI bus %s\n", dev->dev.of_node->full_name); in of_pci_phb_probe()
Dibmebus.c153 return (dn->full_name && in ibmebus_match_path()
154 (strcasecmp((char *)data, dn->full_name) == 0)); in ibmebus_match_path()
390 return sprintf(buf, "%s\n", ofdev->dev.of_node->full_name); in devspec_show()
Dpci_32.c81 "assuming it starts at 0\n", node->full_name); in make_one_node_map()
Dpci-common.c679 dev->full_name, primary ? "(primary)" : ""); in pci_process_bridge_OF_ranges()
763 res->name = dev->full_name; in pci_process_bridge_OF_ranges()
1509 hose->dn->full_name, hose->global_number); in pcibios_setup_phb_resources()
1528 hose->dn->full_name, hose->global_number); in pcibios_setup_phb_resources()
/linux-4.1.27/arch/sparc/kernel/
Dof_device_64.c344 op->dev.of_node->full_name, num_reg, PROMREG_MAX); in build_device_resources()
403 op->dev.of_node->full_name, index, in build_device_resources()
550 dp->full_name, orig_irq, irq); in build_one_device_irq()
581 op->dev.of_node->full_name, in build_one_device_irq()
582 pp->full_name, this_orig_irq, in build_one_device_irq()
600 op->dev.of_node->full_name, in build_one_device_irq()
601 pp->full_name, this_orig_irq, in build_one_device_irq()
621 op->dev.of_node->full_name, ip->full_name, orig_irq, irq); in build_one_device_irq()
659 dp->full_name, op->archdata.num_irqs, PROMINTR_MAX); in scan_one_device()
680 dp->full_name); in scan_one_device()
Dpci.c426 printk("of_scan_pci_bridge(%s)\n", node->full_name); in of_scan_pci_bridge()
432 node->full_name); in of_scan_pci_bridge()
451 node->full_name); in of_scan_pci_bridge()
507 " for bridge %s\n", node->full_name); in of_scan_pci_bridge()
513 " for bridge %s\n", node->full_name); in of_scan_pci_bridge()
550 node->full_name, bus->number); in pci_of_scan_bus()
556 printk(" * %s\n", child->full_name); in pci_of_scan_bus()
594 return snprintf (buf, PAGE_SIZE, "%s\n", dp->full_name); in show_pciobppath_attr()
657 printk("PCI: Scanning PBM %s\n", node->full_name); in pci_scan_one_pbm()
671 node->full_name); in pci_scan_one_pbm()
[all …]
Dprom_32.c258 strcpy(of_console_path, dp->full_name); in of_console_init()
298 strcpy(of_console_path, dp->full_name); in of_console_init()
Dtime_64.c427 op->dev.of_node->full_name, op->resource[0].start); in rtc_probe()
483 op->dev.of_node->full_name, op->resource[0].start); in bq4802_probe()
547 dp->full_name, op->resource[0].start); in mostek_probe()
Dauxio_64.c126 dp->full_name); in auxio_probe()
Dsun4d_irq.c364 bus->full_name, bus_connection); in sun4d_build_device_irq()
371 board_parent->full_name); in sun4d_build_device_irq()
Dof_device_32.c326 op->dev.of_node->full_name, index, in build_device_resources()
385 dp->full_name); in scan_one_device()
Dchmc.c468 op->dev.of_node->full_name); in jbusmc_probe()
751 dp->full_name, in chmc_probe()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpfunc_base.c58 tmp, func->node->full_name, addr); in macio_do_gpio_write()
111 macio->of_node->full_name); in macio_gpio_init_one()
133 macio->of_node->full_name); in macio_gpio_init_one()
271 macio->of_node->full_name); in macio_mmio_init_one()
302 uninorth_node->full_name); in uninorth_install_pfunc()
321 unin_hwclock->full_name); in uninorth_install_pfunc()
Dlow_i2c.c497 np->full_name); in kw_i2c_host_init()
508 np->full_name); in kw_i2c_host_init()
541 np->full_name); in kw_i2c_host_init()
546 np->full_name); in kw_i2c_host_init()
563 *addrp, host->irq, np->full_name); in kw_i2c_host_init()
595 (controller == busnode) ? "<multibus>" : busnode->full_name); in kw_i2c_add()
799 printk(KERN_INFO "PMU i2c %s\n", busnode->full_name); in pmu_i2c_probe()
913 printk(KERN_INFO "SMU i2c %s\n", controller->full_name); in smu_i2c_probe()
945 bus->channel, busnode->full_name); in smu_i2c_probe()
1128 " bus %s !\n", mode, bus->busnode->full_name); in pmac_i2c_setmode()
[all …]
Dbootx_init.c229 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_strings()
289 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_struct()
Dpci.c694 hose->mem_resources[cur].name = hose->dn->full_name; in parse_region_decode()
736 hose->io_resource.name = np->full_name; in setup_u3_ht()
786 DBG("Adding PCI host bridge %s\n", dev->full_name); in pmac_add_bridge()
795 " bus 0\n", dev->full_name); in pmac_add_bridge()
Dpic.c366 master->full_name, max_real_irqs); in pmac_pic_probe_oldstyle()
380 " cascade: %d\n", slave->full_name, in pmac_pic_probe_oldstyle()
/linux-4.1.27/arch/powerpc/platforms/chrp/
Dpci.c239 dev->full_name); in chrp_find_bridges()
245 dev->full_name); in chrp_find_bridges()
253 printk(" controlled by %s", dev->full_name); in chrp_find_bridges()
261 dev->full_name); in chrp_find_bridges()
301 dev->full_name, model); in chrp_find_bridges()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfsl_pq_mdio.c260 np->full_name); in ucc_configure()
273 np->full_name); in ucc_configure()
286 np->full_name); in ucc_configure()
429 strrchr(tbi->full_name, '/') + 1); in fsl_pq_mdio_probe()
441 tbi->full_name); in fsl_pq_mdio_probe()
/linux-4.1.27/arch/powerpc/platforms/52xx/
Defika.c102 ": Can't get bus-range for %s\n", pcictrl->full_name); in efika_pcisetup()
112 printk(" controlled by %s\n", pcictrl->full_name); in efika_pcisetup()
119 pcictrl->full_name); in efika_pcisetup()
Dmpc52xx_pci.c372 pr_debug("Adding MPC52xx PCI host bridge %s\n", node->full_name); in mpc52xx_add_bridge()
377 printk(KERN_ERR "Can't get %s resources\n", node->full_name); in mpc52xx_add_bridge()
384 node->full_name); in mpc52xx_add_bridge()
Dmedia5200.c159 pr_debug("%s: found fpga node: %s\n", __func__, fpga_np->full_name); in media5200_init_irq()
Dmpc52xx_gpt.c229 dev_err(gpt->dev, "bad irq specifier in %s\n", ct->full_name); in mpc52xx_gpt_irq_xlate()
339 gpt->gc.label = kstrdup(node->full_name, GFP_KERNEL); in mpc52xx_gpt_gpio_setup()
/linux-4.1.27/drivers/hwmon/
Dads1015.c194 node->full_name); in ads1015_get_channels_config_of()
202 channel, node->full_name); in ads1015_get_channels_config_of()
210 node->full_name); in ads1015_get_channels_config_of()
220 node->full_name); in ads1015_get_channels_config_of()
/linux-4.1.27/sound/soc/fsl/
Dimx-audmux.c272 child->full_name); in imx_audmux_parse_dt_defaults()
277 child->full_name); in imx_audmux_parse_dt_defaults()
296 i, child->full_name); in imx_audmux_parse_dt_defaults()
303 child->full_name); in imx_audmux_parse_dt_defaults()
Dfsl_dma.c901 ssi_np->full_name); in fsl_soc_dma_probe()
906 dma = kzalloc(sizeof(*dma) + strlen(np->full_name), GFP_KERNEL); in fsl_soc_dma_probe()
913 strcpy(dma->path, np->full_name); in fsl_soc_dma_probe()
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/
Dlinkstation.c44 printk("Adding PCI host bridge %s\n", dev->full_name); in linkstation_add_bridge()
49 " bus 0\n", dev->full_name); in linkstation_add_bridge()
Dstorcenter.c47 printk("Adding PCI host bridge %s\n", dev->full_name); in storcenter_add_bridge()
Dmvme5100.c118 pr_info("Adding PCI host bridge %s\n", dev->full_name); in mvme5100_add_bridge()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal-xscom.c40 __func__, dev->full_name); in opal_scom_map()
46 __func__, dev->full_name); in opal_scom_map()
Dpci-p5ioc2.c107 pr_info(" Initializing p5ioc2 PHB %s\n", np->full_name); in pnv_pci_init_p5ioc2_phb()
187 pr_info("Probing p5ioc2 IO-Hub %s\n", np->full_name); in pnv_pci_init_p5ioc2_hub()
205 pr_info(" No PHBs for Hub %s\n", np->full_name); in pnv_pci_init_p5ioc2_hub()
Drng.c91 pr_warn("No ibm,chip-id found for %s.\n", dn->full_name); in rng_init_per_cpu()
145 dn->full_name, rc); in rng_init()
Dopal-async.c170 __func__, opal_node->full_name); in opal_async_comp_init()
/linux-4.1.27/drivers/pci/hotplug/
Drpaphp_pci.c98 err("%s: no pci_bus for dn %s\n", __func__, slot->dn->full_name); in rpaphp_enable_slot()
128 dbg("%s: pci_devs of slot[%s]\n", __func__, slot->dn->full_name); in rpaphp_enable_slot()
Drpaphp_slot.c124 __func__, slot->dn->full_name, slot->index, slot->name, in rpaphp_register_slot()
/linux-4.1.27/drivers/video/fbdev/
Dsunxvr1000.c36 gp->of_node->full_name); in gfb_get_props()
153 printk("gfb: Found device at %s\n", dp->full_name); in gfb_probe()
158 dp->full_name); in gfb_probe()
Doffb.c390 static void __init offb_init_fb(const char *name, const char *full_name, in offb_init_fb() argument
409 printk(KERN_ERR "%s: can't use depth = %d\n", full_name, in offb_init_fb()
522 fb_info(info, "Open Firmware frame buffer device on %s\n", full_name); in offb_init_fb()
636 no_real_node ? "display" : dp->full_name, in offb_init_nodriver()
/linux-4.1.27/drivers/crypto/
Dn2_core.c1754 dev->dev.of_node->full_name); in spu_mdesc_walk_arcs()
1775 dev->dev.of_node->full_name); in handle_exec_unit()
2004 const char *full_name; in n2_crypto_probe() local
2010 full_name = dev->dev.of_node->full_name; in n2_crypto_probe()
2011 pr_info("Found N2CP at %s\n", full_name); in n2_crypto_probe()
2016 full_name); in n2_crypto_probe()
2023 "global resources.\n", full_name); in n2_crypto_probe()
2031 full_name); in n2_crypto_probe()
2038 full_name); in n2_crypto_probe()
2050 full_name); in n2_crypto_probe()
[all …]
/linux-4.1.27/arch/powerpc/platforms/amigaone/
Dsetup.c43 printk(KERN_INFO "Adding PCI host bridge %s\n", dev->full_name); in amigaone_add_bridge()
53 " bus 0\n", dev->full_name); in amigaone_add_bridge()
/linux-4.1.27/drivers/i2c/busses/
Di2c-powermac.c239 dev_warn(&adap->dev, "No i2c address for %s\n", node->full_name); in i2c_powermac_get_addr()
321 " on %s\n", node->full_name); in i2c_powermac_get_type()
354 node->full_name); in i2c_powermac_register_devices()
377 " %s\n", node->full_name); in i2c_powermac_register_devices()
Di2c-gpio.c102 np->full_name, *sda_pin, *scl_pin); in of_i2c_gpio_get_pins()
/linux-4.1.27/arch/arm/kernel/
Ddevtree.c95 pr_debug(" * %s...\n", cpu->full_name); in arm_dt_init_cpu_maps()
103 cpu->full_name); in arm_dt_init_cpu_maps()
Dcpuidle.c109 dn->full_name, enable_method); in arm_cpuidle_read_ops()
Dtopology.c123 cn->full_name); in parse_dt_topology()
/linux-4.1.27/crypto/
Dccm.c476 const char *full_name, in crypto_ccm_alloc_common() argument
539 memcpy(inst->alg.cra_name, full_name, CRYPTO_MAX_ALG_NAME); in crypto_ccm_alloc_common()
577 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_ccm_alloc() local
587 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "ccm(%s)", cipher_name) >= in crypto_ccm_alloc()
591 return crypto_ccm_alloc_common(tb, full_name, ctr_name, cipher_name); in crypto_ccm_alloc()
614 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_ccm_base_alloc() local
624 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "ccm_base(%s,%s)", in crypto_ccm_base_alloc()
628 return crypto_ccm_alloc_common(tb, full_name, ctr_name, cipher_name); in crypto_ccm_base_alloc()
Dgcm.c698 const char *full_name, in crypto_gcm_alloc_common() argument
760 memcpy(inst->alg.cra_name, full_name, CRYPTO_MAX_ALG_NAME); in crypto_gcm_alloc_common()
797 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_gcm_alloc() local
807 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "gcm(%s)", cipher_name) >= in crypto_gcm_alloc()
811 return crypto_gcm_alloc_common(tb, full_name, ctr_name, "ghash"); in crypto_gcm_alloc()
834 char full_name[CRYPTO_MAX_ALG_NAME]; in crypto_gcm_base_alloc() local
844 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "gcm_base(%s,%s)", in crypto_gcm_base_alloc()
848 return crypto_gcm_alloc_common(tb, full_name, ctr_name, ghash_name); in crypto_gcm_base_alloc()
/linux-4.1.27/drivers/mtd/
Dofpart.c97 pr_err("No valid partition found on %s\n", node->full_name); in parse_ofpart_partitions()
135 dp->full_name); in parse_ofoldpart_partitions()
/linux-4.1.27/drivers/input/
Dmatrix-keymap.c93 propname, np->full_name); in matrix_keypad_parse_of_keymap()
99 propname, np->full_name); in matrix_keypad_parse_of_keymap()
/linux-4.1.27/drivers/dma/
Dof-dma.c42 dma_spec->np->full_name); in of_dma_find_controller()
169 __func__, np->full_name); in of_dma_request_slave_channel()
/linux-4.1.27/drivers/spmi/
Dspmi.c440 dev_dbg(&ctrl->dev, "adding child %s\n", node->full_name); in of_spmi_register_devices()
446 node->full_name, err); in of_spmi_register_devices()
453 node->full_name); in of_spmi_register_devices()
460 node->full_name); in of_spmi_register_devices()
/linux-4.1.27/drivers/memory/
Dmvebu-devbus.c109 name, node->full_name); in get_timing_param_ps()
131 node->full_name); in devbus_get_timing_params()
184 node->full_name); in devbus_get_timing_params()
Djz4780-nemc.c326 child->full_name, bank); in jz4780_nemc_probe()
338 child->full_name); in jz4780_nemc_probe()
342 child->full_name); in jz4780_nemc_probe()
/linux-4.1.27/drivers/clk/berlin/
Dbg2q.c299 pr_err("%s: Unable to map global base\n", np->full_name); in berlin2q_clock_setup()
306 pr_err("%s: Unable to map cpupll base\n", np->full_name); in berlin2q_clock_setup()
372 np->full_name, n); in berlin2q_clock_setup()
/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.c267 np->full_name); in add_special_pd()
403 pr_warn("%s cannot map reg 0\n", np->full_name); in rmobile_init_pm_domains()
409 pr_warn("%s lacks pm-domains node\n", np->full_name); in rmobile_init_pm_domains()
/linux-4.1.27/drivers/bus/
Dimx-weim.c160 child->full_name); in weim_parse_dt()
171 pdev->dev.of_node->full_name); in weim_parse_dt()
Darm-cci.c1352 dn->full_name)) in __cci_control_port_by_device()
1425 cp->full_name); in cci_probe_ports()
1431 cp->full_name); in cci_probe_ports()
/linux-4.1.27/arch/powerpc/include/asm/
Dbootx.h39 u32 full_name; member
/linux-4.1.27/arch/powerpc/platforms/512x/
Dmpc512x_shared.c391 prop_name, np->full_name, DEFAULT_FIFO_SIZE); in get_fifo_size()
430 __func__, np->full_name); in mpc512x_psc_fifo_init()
437 __func__, np->full_name); in mpc512x_psc_fifo_init()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_opal.c196 dev->dev.of_node->full_name); in hvc_opal_probe()
221 dev->dev.of_node->full_name, termno); in hvc_opal_probe()
227 dev->dev.of_node->full_name, in hvc_opal_probe()
Dhvc_vio.c317 pr_err("hvc_vio: Unknown protocol for %s\n", vdev->dev.of_node->full_name); in hvc_vio_probe()
322 vdev->dev.of_node->full_name, in hvc_vio_probe()
/linux-4.1.27/Documentation/devicetree/
Dtodo.txt9 - Always set ->full_name at of_attach_node() time
/linux-4.1.27/drivers/misc/
Dsram.c122 child->full_name); in sram_probe()
129 child->full_name); in sram_probe()
/linux-4.1.27/drivers/clk/ti/
Dclockdomain.c41 __func__, node->full_name, i, PTR_ERR(clk)); in of_ti_clockdomain_setup()
/linux-4.1.27/tools/iio/
Diio_utils.h50 int iioutils_break_up_name(const char *full_name, char **generic_name);
Diio_utils.c33 int iioutils_break_up_name(const char *full_name, in iioutils_break_up_name() argument
42 if (!strncmp(full_name, iio_direction[i], in iioutils_break_up_name()
48 current = strdup(full_name + strlen(prefix) + 1); in iioutils_break_up_name()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mipi_dsi.c143 node->full_name, ret); in of_mipi_dsi_device_add()
149 node->full_name, reg); in of_mipi_dsi_device_add()
156 node->full_name, PTR_ERR(dsi)); in of_mipi_dsi_device_add()
166 node->full_name, ret); in of_mipi_dsi_device_add()
/linux-4.1.27/drivers/iommu/
Dfsl_pamu.c534 node->full_name); in get_stash_id()
561 node->full_name); in get_stash_id()
572 node->full_name); in get_stash_id()
1067 dev->of_node->full_name); in fsl_pamu_probe()
1250 np->full_name); in fsl_pamu_init()
1263 np->full_name, ret); in fsl_pamu_init()
Drockchip-iommu.c896 np->full_name, ret); in rk_iommu_group_set_iommudata()
901 args.np->full_name, args.args_count); in rk_iommu_group_set_iommudata()
908 dev_err(dev, "iommu %s not found\n", args.np->full_name); in rk_iommu_group_set_iommudata()
Dfsl_pamu_domain.c623 liodn[i], dev->of_node->full_name); in handle_attach_device()
688 dev->of_node->full_name); in fsl_pamu_attach_device()
724 dev->of_node->full_name); in fsl_pamu_detach_device()
/linux-4.1.27/arch/arm/mach-mvebu/
Dcpu-reset.c52 np->full_name)) { in mvebu_cpu_reset_map()
Dpm.c199 np->full_name)) { in mvebu_pm_init()
Dkirkwood.c112 np->full_name); in kirkwood_dt_eth_fixup()
/linux-4.1.27/drivers/scsi/
Dmac53c94.c453 node->full_name); in mac53c94_probe()
460 "assuming 25MHz\n", node->full_name); in mac53c94_probe()
473 "command space for %s\n", node->full_name); in mac53c94_probe()
486 state->intr, node->full_name); in mac53c94_probe()
/linux-4.1.27/arch/arm/mach-exynos/
Dsuspend.c238 pr_err("%s: no parent, giving up\n", node->full_name); in exynos_pmu_irq_init()
244 pr_err("%s: unable to obtain parent domain\n", node->full_name); in exynos_pmu_irq_init()
252 node->full_name); in exynos_pmu_irq_init()
/linux-4.1.27/drivers/macintosh/
Dmacio_sysfs.c58 return sprintf(buf, "%s\n", ofdev->dev.of_node->full_name); in devspec_show()
Drack-meter.c415 mdev->ofdev.node->full_name); in rackmeter_probe()
422 mdev->ofdev.node->full_name); in rackmeter_probe()
434 mdev->ofdev.dev.of_node->full_name); in rackmeter_probe()
Dwindfarm_lm87_sensor.c130 client->dev.of_node->full_name); in wf_lm87_probe()
/linux-4.1.27/arch/powerpc/platforms/maple/
Dpci.c76 bridge->full_name); in fixup_bus_range()
500 DBG("Adding PCI host bridge %s\n", dev->full_name); in maple_add_bridge()
505 dev->full_name); in maple_add_bridge()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-is-i2c.c61 node->full_name); in fimc_is_i2c_probe()
/linux-4.1.27/arch/powerpc/platforms/85xx/
Dxes_mpc85xx.c104 np->full_name); in xes_mpc85xx_fixups()
Dp1022_ds.c512 np2->full_name); in p1022_ds_setup_arch()
528 np2->full_name); in p1022_ds_setup_arch()
/linux-4.1.27/drivers/devfreq/
Ddevfreq-event.c237 dev->of_node->full_name); in devfreq_event_get_edev_by_phandle()
283 dev->of_node->full_name); in devfreq_event_get_edev_count()
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c524 ep->local_node->full_name); in rcar_du_encoders_init_one()
545 encoder->full_name); in rcar_du_encoders_init_one()
574 encoder->full_name); in rcar_du_encoders_init_one()
/linux-4.1.27/drivers/ide/
Dpmac.c1149 mdev->ofdev.dev.of_node->full_name); in pmac_ide_macio_attach()
1157 "%s!\n", mdev->ofdev.dev.of_node->full_name); in pmac_ide_macio_attach()
1169 "13\n", mdev->ofdev.dev.of_node->full_name); in pmac_ide_macio_attach()
1187 mdev->ofdev.dev.of_node->full_name); in pmac_ide_macio_attach()
1277 "%s\n", np->full_name); in pmac_ide_pci_attach()
1285 "%s\n", np->full_name); in pmac_ide_pci_attach()
/linux-4.1.27/drivers/mtd/maps/
Dsun_uflash.c59 dp->full_name, (unsigned long long)op->resource[0].start); in uflash_devinit()
/linux-4.1.27/arch/arm/mach-omap2/
Domap-wakeupgen.c466 pr_err("%s: no parent, giving up\n", node->full_name); in wakeupgen_init()
472 pr_err("%s: unable to obtain parent domain\n", node->full_name); in wakeupgen_init()
/linux-4.1.27/arch/arm/mach-imx/
Dgpc.c243 pr_err("%s: no parent, giving up\n", node->full_name); in imx_gpc_init()
249 pr_err("%s: unable to obtain parent domain\n", node->full_name); in imx_gpc_init()
/linux-4.1.27/drivers/reset/
Dreset-socfpga.c110 pdev->dev.of_node->full_name); in socfpga_reset_probe()
/linux-4.1.27/drivers/virt/
Dfsl_hypervisor.c849 np->full_name); in fsl_hypervisor_init()
877 "malformed parent\n", np->full_name); in fsl_hypervisor_init()
889 irq, np->full_name); in fsl_hypervisor_init()
/linux-4.1.27/arch/microblaze/kernel/
Dintc.c164 intc->full_name, nr_irq, intr_mask); in xilinx_intc_of_init()
Dtimer.c289 pr_info("%s: irq=%d\n", timer->full_name, irq); in xilinx_timer_init()
/linux-4.1.27/drivers/video/backlight/
Das3711_bl.c276 pdata->su1_fb = fb->full_name; in as3711_backlight_parse_dt()
289 pdata->su2_fb = fb->full_name; in as3711_backlight_parse_dt()
/linux-4.1.27/drivers/spi/
Dspi.c1172 nc->full_name); in of_register_spi_device()
1182 nc->full_name); in of_register_spi_device()
1190 nc->full_name, rc); in of_register_spi_device()
1248 nc->full_name, rc); in of_register_spi_device()
1264 nc->full_name); in of_register_spi_device()
1294 nc->full_name); in of_register_spi_devices()
2338 __func__, rd->dn->full_name); in of_spi_notify()
/linux-4.1.27/drivers/pinctrl/freescale/
Dpinctrl-imx.c520 dev_err(info->dev, "no fsl,pins property in node %s\n", np->full_name); in imx_pinctrl_parse_groups()
526 dev_err(info->dev, "Invalid fsl,pins property in node %s\n", np->full_name); in imx_pinctrl_parse_groups()
594 dev_err(info->dev, "no groups defined in %s\n", np->full_name); in imx_pinctrl_parse_functions()
/linux-4.1.27/drivers/edac/
Dppc4xx_edac.c1069 mci->dev_name = np->full_name; in ppc4xx_edac_mc_init()
1272 "ECC is disabled.\n", np->full_name); in ppc4xx_edac_probe()
1293 np->full_name); in ppc4xx_edac_probe()
/linux-4.1.27/arch/powerpc/platforms/83xx/
Dmpc832x_rdb.c116 pr_err("%s: registration failed\n", np->full_name); in of_fsl_spi_probe()
Dmcu_mpc8349emitx.c131 gc->label = np->full_name; in mcu_gpiochip_add()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-of.c59 node->full_name, 1 + bus->num_data_lanes, i); in v4l2_of_parse_csi_bus()
/linux-4.1.27/drivers/sbus/char/
Ddisplay7seg.c216 op->dev.of_node->full_name, in d7s_probe()
Dflash.c185 op->dev.of_node->full_name, in flash_probe()
/linux-4.1.27/arch/powerpc/platforms/pasemi/
Dpci.c196 pr_debug("Adding PCI host bridge %s\n", dev->full_name); in pas_add_bridge()
/linux-4.1.27/drivers/pinctrl/
Ddevicetree.c125 np_config->full_name); in dt_to_map_one_config()
/linux-4.1.27/arch/arm/mach-rockchip/
Dplatsmp.c182 __func__, node->full_name); in rockchip_smp_prepare_sram()
/linux-4.1.27/arch/microblaze/pci/
Dpci-common.c563 dev->full_name, primary ? "(primary)" : ""); in pci_process_bridge_OF_ranges()
664 res->name = dev->full_name; in pci_process_bridge_OF_ranges()
1292 hose->dn->full_name, hose->global_number); in pcibios_setup_phb_resources()
1314 hose->dn->full_name, hose->global_number); in pcibios_setup_phb_resources()
/linux-4.1.27/arch/x86/kernel/
Ddevicetree.c246 dn->full_name); in dtb_add_ioapic()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_main.c295 shca->ofdev->dev.of_node->full_name); in ehca_sense_attributes()
728 dev->dev.of_node->full_name); in ehca_probe()
734 dev->dev.of_node->full_name); in ehca_probe()
/linux-4.1.27/drivers/regulator/
Dmax1586.c172 dev_err(dev, "%s has no 'v3-gain' property\n", np->full_name); in of_get_max1586_platform_data()
/linux-4.1.27/drivers/pwm/
Dcore.c540 pr_debug("%s: wrong #pwm-cells for %s\n", np->full_name, in of_pwm_get()
541 args.np->full_name); in of_pwm_get()

12