/drivers/clk/ |
D | clk-moxart.c | 32 pr_err("%s: of_iomap failed\n", node->full_name); in moxart_of_pll_clk_init() 41 pr_err("%s: of_clk_get failed\n", node->full_name); in moxart_of_pll_clk_init() 47 pr_err("%s: failed to register clock\n", node->full_name); in moxart_of_pll_clk_init() 71 pr_err("%s: of_iomap failed\n", node->full_name); in moxart_of_apb_clk_init() 84 pr_err("%s: of_clk_get failed\n", node->full_name); in moxart_of_apb_clk_init() 90 pr_err("%s: failed to register clock\n", node->full_name); in moxart_of_apb_clk_init()
|
D | clk-conf.c | 27 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()
|
/drivers/mtd/ |
D | ofpart.c | 55 master->name, mtd_node->full_name); in parse_ofpart_partitions() 92 master->name, pp->full_name, in parse_ofpart_partitions() 93 mtd_node->full_name); in parse_ofpart_partitions() 105 master->name, pp->full_name, in parse_ofpart_partitions() 106 mtd_node->full_name); in parse_ofpart_partitions() 134 master->name, pp->full_name, mtd_node->full_name); in parse_ofpart_partitions() 172 dp->full_name); in parse_ofoldpart_partitions()
|
/drivers/of/ |
D | resolver.c | 30 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()
|
D | overlay.c | 92 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() 180 __func__, ovinfo->target->full_name); in of_overlay_apply() 359 __func__, tree->full_name); in of_overlay_create() 369 __func__, tree->full_name); in of_overlay_create() 377 __func__, tree->full_name); in of_overlay_create() 385 __func__, tree->full_name); in of_overlay_create() 446 dn->full_name); in overlay_is_topmost()
|
D | platform.c | 94 strrchr(node->full_name, '/') + 1, dev_name(dev)); in of_device_make_bus_id() 229 pr_debug("Creating amba device %s\n", node->full_name); in of_amba_device_create() 238 __func__, node->full_name); in of_amba_device_create() 264 __func__, ret, node->full_name); in of_amba_device_create() 271 __func__, ret, node->full_name); in of_amba_device_create() 310 pr_debug("%s: devname=%s\n", np->full_name, lookup->name); in of_dev_lookup() 343 __func__, bus->full_name); in of_platform_bus_create() 367 pr_debug(" create child: %s\n", child->full_name); in of_platform_bus_create() 399 pr_debug(" starting at: %s\n", root->full_name); in of_platform_bus_probe() 543 __func__, rd->dn->full_name); in of_platform_notify()
|
D | dynamic.c | 100 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 …]
|
D | pdt.c | 44 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()
|
D | unittest.c | 53 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() 263 np->phandle, nh->np->full_name, np->full_name); in of_unittest_check_phandles() 354 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args() 539 "'%s' not added\n", n21->full_name); in of_unittest_changeset() [all …]
|
D | of_pci.c | 185 pr_info("PCI host bridge %s ranges:\n", dev->full_name); in of_pci_get_host_bridge_resources() 193 dev->full_name, bus_range); in of_pci_get_host_bridge_resources() 240 dev->full_name); in of_pci_get_host_bridge_resources() 246 dev->full_name); in of_pci_get_host_bridge_resources()
|
/drivers/irqchip/ |
D | irq-dw-apb-ictl.c | 82 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() 135 pr_err("%s: unable to alloc irq domain gc\n", np->full_name); in dw_apb_ictl_init()
|
D | irq-tegra.c | 306 pr_err("%s: no parent, giving up\n", node->full_name); in tegra_ictlr_init() 312 pr_err("%s: unable to obtain parent domain\n", node->full_name); in tegra_ictlr_init() 344 pr_err("%s: no valid regions, giving up\n", node->full_name); in tegra_ictlr_init() 351 node->full_name, num_ictlrs, soc->num_ictlrs); in tegra_ictlr_init() 358 pr_err("%s: failed to allocated domain\n", node->full_name); in tegra_ictlr_init() 366 node->full_name, num_ictlrs * 32, parent->full_name); in tegra_ictlr_init()
|
D | irq-digicolor.c | 81 pr_err("%s: unable to map IC registers\n", node->full_name); in digicolor_of_init() 91 pr_err("%s: unable to map UC registers\n", node->full_name); in digicolor_of_init() 100 pr_err("%s: unable to create IRQ domain\n", node->full_name); in digicolor_of_init() 108 pr_err("%s: unable to allocate IRQ gc\n", node->full_name); in digicolor_of_init()
|
D | irq-moxart.c | 70 node->full_name); in moxart_of_intc_init() 77 pr_err("%s: unable to create IRQ domain\n", node->full_name); in moxart_of_intc_init() 86 node->full_name); in moxart_of_intc_init() 95 node->full_name); in moxart_of_intc_init()
|
D | irq-gic-v3-its-platform-msi.c | 89 np->full_name); in its_pmsi_init() 97 np->full_name); in its_pmsi_init() 101 pr_info("Platform MSI: %s domain created\n", np->full_name); in its_pmsi_init()
|
D | irq-gic-v3-its-pci-msi.c | 122 np->full_name); in its_pci_msi_init() 130 np->full_name); in its_pci_msi_init() 134 pr_info("PCI/MSI: %s domain created\n", np->full_name); in its_pci_msi_init()
|
/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 93 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 …]
|
/drivers/cpuidle/ |
D | dt_idle_states.c | 51 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() 184 state_node->full_name); in dt_init_idle_driver() 198 state_node->full_name, err); in dt_init_idle_driver()
|
/drivers/net/phy/ |
D | mdio-mux-mmioreg.c | 77 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() 122 np2->full_name); in mdio_mux_mmioreg_probe() 132 np->full_name); in mdio_mux_mmioreg_probe()
|
/drivers/clocksource/ |
D | moxart_timer.c | 130 panic("%s: of_iomap failed\n", node->full_name); in moxart_timer_init() 134 panic("%s: irq_of_parse_and_map failed\n", node->full_name); in moxart_timer_init() 138 panic("%s: setup_irq failed\n", node->full_name); in moxart_timer_init() 142 panic("%s: of_clk_get failed\n", node->full_name); in moxart_timer_init() 149 panic("%s: clocksource_mmio_init failed\n", node->full_name); in moxart_timer_init()
|
D | tango_xtal.c | 42 pr_err("%s: invalid address\n", np->full_name); in tango_clocksource_init() 48 pr_err("%s: invalid clock\n", np->full_name); in tango_clocksource_init() 58 pr_err("%s: registration failed\n", np->full_name); in tango_clocksource_init()
|
/drivers/gpio/ |
D | gpiolib-of.c | 94 __func__, propname, np ? np->full_name : NULL, index); in of_get_named_gpiod_flags() 102 __func__, propname, np->full_name, index, in of_get_named_gpiod_flags() 289 gc->label = kstrdup(np->full_name, GFP_KERNEL); in of_mm_gpiochip_add() 315 np->full_name, ret); in of_mm_gpiochip_add() 370 np->full_name); in of_gpiochip_add_pin_range() 386 np->full_name); in of_gpiochip_add_pin_range() 392 np->full_name, group_names_propname); in of_gpiochip_add_pin_range() 404 np->full_name); in of_gpiochip_add_pin_range()
|
/drivers/net/ethernet/ibm/emac/ |
D | tah.c | 62 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()
|
D | zmii.c | 125 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()
|
D | rgmii.c | 108 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()
|