Symbol: of_find_node_by_path
arch/arm/kernel/devtree.c
80
cpus = of_find_node_by_path("/cpus");
arch/arm/kernel/setup.c
959
root = of_find_node_by_path("/");
arch/arm/mach-at91/sam_secure.c
45
np = of_find_node_by_path("/firmware/optee");
arch/arm/mach-mxs/mach-mxs.c
394
root = of_find_node_by_path("/");
arch/arm/mach-omap2/omap-secure.c
43
np = of_find_node_by_path("/firmware/optee");
arch/arm/mach-omap2/omap_hwmod.c
3615
np = of_find_node_by_path("/chosen");
arch/arm/mach-omap2/omap_hwmod.c
3619
np = of_find_node_by_path(uart);
arch/arm/mach-rockchip/platsmp.c
219
node = of_find_node_by_path("/cpus");
arch/mips/cavium-octeon/setup.c
502
root = of_find_node_by_path("/");
arch/mips/pic32/pic32mzda/init.c
95
root = of_find_node_by_path("/");
arch/powerpc/kernel/firmware.c
32
hyper_node = of_find_node_by_path("/hypervisor");
arch/powerpc/kernel/legacy_serial.c
406
stdout = of_find_node_by_path(path);
arch/powerpc/kernel/legacy_serial.c
642
prom_stdout = of_find_node_by_path(name);
arch/powerpc/kernel/pci_32.c
139
dn = of_find_node_by_path("/");
arch/powerpc/kernel/pci_32.c
218
dn = of_find_node_by_path("/");
arch/powerpc/kernel/proc_powerpc.c
106
if (!of_find_node_by_path("/rtas"))
arch/powerpc/kernel/rtas.c
843
if ((root = of_find_node_by_path("/rtas"))) {
arch/powerpc/kernel/secure_boot.c
37
node = of_find_node_by_path("/");
arch/powerpc/kernel/secure_boot.c
66
node = of_find_node_by_path("/");
arch/powerpc/kernel/setup-common.c
206
root = of_find_node_by_path("/");
arch/powerpc/kernel/setup-common.c
526
(dn = of_find_node_by_path("/rtas"))) {
arch/powerpc/kernel/setup-common.c
830
np = of_find_node_by_path("/");
arch/powerpc/kernel/setup_64.c
149
dn = of_find_node_by_path("/options");
arch/powerpc/kexec/core.c
209
node = of_find_node_by_path("/chosen");
arch/powerpc/kexec/core_64.c
434
node = of_find_node_by_path("/chosen");
arch/powerpc/kexec/core_64.c
528
cpus_node = of_find_node_by_path("/cpus");
arch/powerpc/kexec/file_load_64.c
299
dn = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/kexec/file_load_64.c
537
dn = of_find_node_by_path("/ibm,opal");
arch/powerpc/kexec/ranges.c
352
dn = of_find_node_by_path("/rtas");
arch/powerpc/kexec/ranges.c
377
dn = of_find_node_by_path("/ibm,opal");
arch/powerpc/kexec/ranges.c
402
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/mm/drmem.c
178
memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/mm/drmem.c
396
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/mm/drmem.c
491
dn = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/mm/numa.c
1028
memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/mm/numa.c
1114
rtas = of_find_node_by_path("/rtas");
arch/powerpc/mm/numa.c
1127
root = of_find_node_by_path("/");
arch/powerpc/mm/numa.c
1323
memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/mm/numa.c
1343
dn = of_find_node_by_path("/rtas");
arch/powerpc/mm/numa.c
1351
memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/mm/numa.c
385
root = of_find_node_by_path("/ibm,opal");
arch/powerpc/mm/numa.c
387
root = of_find_node_by_path("/rtas");
arch/powerpc/mm/numa.c
389
root = of_find_node_by_path("/");
arch/powerpc/mm/numa.c
453
root = of_find_node_by_path("/ibm,opal");
arch/powerpc/mm/numa.c
455
root = of_find_node_by_path("/rtas");
arch/powerpc/mm/numa.c
457
root = of_find_node_by_path("/");
arch/powerpc/mm/numa.c
559
memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/platforms/52xx/efika.c
149
root = of_find_node_by_path("/");
arch/powerpc/platforms/52xx/efika.c
199
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/52xx/efika.c
78
root = of_find_node_by_path("/");
arch/powerpc/platforms/85xx/p2020.c
62
p2020_cpu = of_find_node_by_path("/cpus/PowerPC,P2020@0");
arch/powerpc/platforms/85xx/xes_mpc85xx.c
119
root = of_find_node_by_path("/");
arch/powerpc/platforms/8xx/mpc885ads_setup.c
177
np = of_find_node_by_path("/soc@ff000000/cpm@9c0/serial@a80");
arch/powerpc/platforms/8xx/mpc885ads_setup.c
179
np = of_find_node_by_path("/soc@ff000000/cpm@9c0/ethernet@a40");
arch/powerpc/platforms/cell/spufs/inode.c
646
dn = of_find_node_by_path("/spu-isolation");
arch/powerpc/platforms/chrp/pci.c
191
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/chrp/pci.c
216
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/chrp/setup.c
105
root = of_find_node_by_path("/");
arch/powerpc/platforms/chrp/setup.c
201
root = of_find_node_by_path("/");
arch/powerpc/platforms/chrp/setup.c
268
node = of_find_node_by_path("/");
arch/powerpc/platforms/chrp/setup.c
281
node = of_find_node_by_path(property);
arch/powerpc/platforms/chrp/setup.c
299
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/chrp/setup.c
378
root = of_find_node_by_path("/");
arch/powerpc/platforms/embedded6xx/ls_uart.c
121
avr = of_find_node_by_path("/soc10x/serial@80004500");
arch/powerpc/platforms/pasemi/pci.c
273
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/pasemi/setup.c
222
np = of_find_node_by_path("/pxp@0,e0000000");
arch/powerpc/platforms/pasemi/setup.c
270
root = of_find_node_by_path("/");
arch/powerpc/platforms/powermac/pci.c
910
root = of_find_node_by_path("/");
arch/powerpc/platforms/powermac/setup.c
103
np = of_find_node_by_path("/");
arch/powerpc/platforms/powermac/setup.c
474
np = of_find_node_by_path("/u3@0,f8000000/i2c@f8001000/fan@15e");
arch/powerpc/platforms/powermac/setup.c
523
prom_stdout = of_find_node_by_path(name);
arch/powerpc/platforms/powermac/smp.c
633
cpus = of_find_node_by_path("/cpus");
arch/powerpc/platforms/powermac/smp.c
709
of_find_node_by_path("/cpus");
arch/powerpc/platforms/powermac/udbg_scc.c
82
stdout = of_find_node_by_path(path);
arch/powerpc/platforms/powernv/idle.c
1332
np = of_find_node_by_path("/ibm,opal/power-mgt");
arch/powerpc/platforms/powernv/opal-async.c
252
opal_node = of_find_node_by_path("/ibm,opal");
arch/powerpc/platforms/powernv/opal-core.c
452
np = of_find_node_by_path("/ibm,opal/dump");
arch/powerpc/platforms/powernv/opal-irqchip.c
180
opal_node = of_find_node_by_path("/ibm,opal");
arch/powerpc/platforms/powernv/opal-power.c
149
np = of_find_node_by_path("/ibm,opal/epow");
arch/powerpc/platforms/powernv/opal-prd.c
57
parent = of_find_node_by_path("/reserved-memory");
arch/powerpc/platforms/powernv/opal-rtc.c
69
rtc = of_find_node_by_path("/ibm,opal/rtc");
arch/powerpc/platforms/powernv/opal-sensor.c
122
sensor = of_find_node_by_path("/ibm,opal/sensors");
arch/powerpc/platforms/powernv/opal-sysparam.c
157
sysparam = of_find_node_by_path("/ibm,opal/sysparams");
arch/powerpc/platforms/powernv/opal.c
1001
consoles = of_find_node_by_path("/ibm,opal/consoles");
arch/powerpc/platforms/powernv/opal.c
1036
leds = of_find_node_by_path("/ibm,opal/leds");
arch/powerpc/platforms/powernv/opal.c
878
np = of_find_node_by_path("/ibm,opal/firmware/exports");
arch/powerpc/platforms/powernv/opal.c
994
opal_node = of_find_node_by_path("/ibm,opal");
arch/powerpc/platforms/powernv/setup.c
216
dn = of_find_node_by_path("/ibm,opal/firmware");
arch/powerpc/platforms/powernv/setup.c
277
root = of_find_node_by_path("/");
arch/powerpc/platforms/ps3/os-area.c
676
node = of_find_node_by_path("/");
arch/powerpc/platforms/ps3/os-area.c
774
node = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/hotplug-cpu.c
559
parent = of_find_node_by_path("/cpus");
arch/powerpc/platforms/pseries/hotplug-cpu.c
820
dn = of_find_node_by_path(buf);
arch/powerpc/platforms/pseries/hotplug-memory.c
119
parent = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/hotplug-memory.c
137
dr_node = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
arch/powerpc/platforms/pseries/ibmebus.c
158
struct device_node *tn = of_find_node_by_path(data);
arch/powerpc/platforms/pseries/ibmebus.c
194
root = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/ibmebus.c
294
if ((dn = of_find_node_by_path(path))) {
arch/powerpc/platforms/pseries/io_event_irq.c
150
np = of_find_node_by_path("/event-sources/ibm,io-events");
arch/powerpc/platforms/pseries/lparcfg.c
255
root = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/lparcfg.c
370
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/lparcfg.c
540
rtas_node = of_find_node_by_path("/rtas");
arch/powerpc/platforms/pseries/lparcfg.c
780
rootdn = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/of_helpers.c
36
parent = of_find_node_by_path(parent_path);
arch/powerpc/platforms/pseries/papr-hvpipe.c
700
np = of_find_node_by_path("/event-sources/ibm,hvpipe-msg-events");
arch/powerpc/platforms/pseries/pseries_energy.c
118
dn = of_find_node_by_path("/cpus");
arch/powerpc/platforms/pseries/pseries_energy.c
45
dn = of_find_node_by_path("/cpus");
arch/powerpc/platforms/pseries/ras.c
138
np = of_find_node_by_path("/event-sources/hot-plug-events");
arch/powerpc/platforms/pseries/ras.c
161
np = of_find_node_by_path("/event-sources/internal-errors");
arch/powerpc/platforms/pseries/ras.c
169
np = of_find_node_by_path("/event-sources/epow-events");
arch/powerpc/platforms/pseries/reconfig.c
210
if ((np = of_find_node_by_path(path))) {
arch/powerpc/platforms/pseries/reconfig.c
245
if ((node = of_find_node_by_path(buf)))
arch/powerpc/platforms/pseries/setup.c
1014
dn = of_find_node_by_path("/openprom");
arch/powerpc/platforms/pseries/setup.c
1022
dn = of_find_node_by_path("/hypervisor");
arch/powerpc/platforms/pseries/setup.c
1031
dn = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/setup.c
1095
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/setup.c
111
root = of_find_node_by_path("/");
arch/powerpc/platforms/pseries/setup.c
500
struct device_node *root = of_find_node_by_path("/");
arch/powerpc/sysdev/fsl_pci.c
1145
np = of_find_node_by_path("pci0");
arch/powerpc/sysdev/mpic_msgr.c
153
tn = of_find_node_by_path(prop->value);
arch/powerpc/sysdev/xive/spapr.c
708
rootdn = of_find_node_by_path("/");
arch/riscv/kernel/time.c
28
cpu = of_find_node_by_path("/cpus");
arch/sh/boards/of-generic.c
123
root = of_find_node_by_path("/");
arch/sparc/kernel/chmc.c
407
mem_node = of_find_node_by_path("/memory");
arch/sparc/kernel/irq_64.c
913
dp = of_find_node_by_path("/");
arch/sparc/kernel/leon_kernel.c
327
rootnp = of_find_node_by_path("/ambapp0");
arch/sparc/kernel/leon_smp.c
282
rootnp = of_find_node_by_path("/ambapp0");
arch/sparc/kernel/of_device_32.c
411
struct device_node *root = of_find_node_by_path("/");
arch/sparc/kernel/of_device_64.c
701
struct device_node *root = of_find_node_by_path("/");
arch/sparc/kernel/prom_32.c
297
dp = of_find_node_by_path("/");
arch/x86/platform/olpc/olpc.c
205
struct device_node *root = of_find_node_by_path("/");
drivers/ata/pata_macio.c
498
struct device_node *root = of_find_node_by_path("/");
drivers/base/arch_topology.c
663
of_find_node_by_path("/cpus");
drivers/bluetooth/btbcm.c
543
struct device_node *root __free(device_node) = of_find_node_by_path("/");
drivers/bus/ti-sysc.c
3014
np = of_find_node_by_path("/ocp");
drivers/bus/ti-sysc.c
694
np = of_find_node_by_path("/chosen");
drivers/bus/ti-sysc.c
702
np = of_find_node_by_path(uart);
drivers/clk/imx/clk-imx6sx.c
501
np = of_find_node_by_path("/soc/bus@2200000/spba-bus@2240000/lcdif@2220000");
drivers/clk/imx/clk.c
73
phandle.np = of_find_node_by_path(path);
drivers/clk/qcom/common.c
163
clocks_node = of_find_node_by_path("/clocks");
drivers/clk/renesas/renesas-cpg-mssr.c
1181
struct device_node *soc __free(device_node) = of_find_node_by_path("/soc");
drivers/clocksource/timer-integrator-ap.c
188
alias_node = of_find_node_by_path(path);
drivers/clocksource/timer-integrator-ap.c
208
alias_node = of_find_node_by_path(path);
drivers/cpufreq/pmac64-cpufreq.c
403
root = of_find_node_by_path("/");
drivers/cpufreq/pmac64-cpufreq.c
490
cpuid = of_find_node_by_path("/u3@0,f8000000/i2c@f8001000/cpuid@a0");
drivers/cpufreq/powernv-cpufreq.c
244
power_mgt = of_find_node_by_path("/ibm,opal/power-mgt");
drivers/cpuidle/cpuidle-riscv-sbi.c
512
pds_node = of_find_node_by_path("/cpus/power-domains");
drivers/gpu/drm/bridge/imx/imx8mp-hdmi-tx-connector-fixup.c
30
soc = of_find_node_by_path("/soc@0");
drivers/gpu/drm/bridge/imx/imx8mp-hdmi-tx-connector-fixup.c
38
hdmi_tx = of_find_node_by_path("/soc@0/bus@32c00000/hdmi@32fd8000");
drivers/gpu/drm/pl111/pl111_versatile.c
401
root = of_find_node_by_path("/");
drivers/hwmon/ibmpowernv.c
444
opal = of_find_node_by_path("/ibm,opal/sensors");
drivers/hwmon/ibmpowernv.c
567
opal = of_find_node_by_path("/ibm,opal/sensors");
drivers/input/misc/sparcspkr.c
205
struct device_node *dp __free(device_node) = of_find_node_by_path("/");
drivers/input/serio/i8042-sparcio.h
109
struct device_node *root __free(device_node) = of_find_node_by_path("/");
drivers/interconnect/core.c
1256
root = of_find_node_by_path("/");
drivers/leds/leds-powernv.c
280
__free(device_node) = of_find_node_by_path("/ibm,opal/leds");
drivers/macintosh/via-pmu-led.c
91
dt = of_find_node_by_path("/");
drivers/macintosh/windfarm_mpu.h
89
np = of_find_node_by_path(nodename);
drivers/macintosh/windfarm_pm72.c
511
u3 = of_find_node_by_path("/u3@0,f8000000");
drivers/mtd/parsers/ofpart_bcm4908.c
23
root = of_find_node_by_path("/");
drivers/net/can/grcan.c
1654
sysid_parent = of_find_node_by_path("/ambapp0");
drivers/net/ethernet/amd/sunlance.c
1405
nd = of_find_node_by_path("/options");
drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c
100
root = of_find_node_by_path("/");
drivers/of/base.c
1011
np = of_find_node_by_path(pp->value);
drivers/of/base.c
1930
of_aliases = of_find_node_by_path("/aliases");
drivers/of/base.c
1931
of_chosen = of_find_node_by_path("/chosen");
drivers/of/base.c
1933
of_chosen = of_find_node_by_path("/chosen@0");
drivers/of/base.c
1964
np = of_find_node_by_path(pp->value);
drivers/of/base.c
435
root = of_find_node_by_path("/");
drivers/of/base.c
484
root = of_find_node_by_path("/");
drivers/of/base.c
830
node = of_find_node_by_path("/cpus");
drivers/of/kexec.c
79
root = of_find_node_by_path("/");
drivers/of/of_test.c
20
np = of_find_node_by_path("/");
drivers/of/overlay.c
716
node = of_find_node_by_path(target_path);
drivers/of/overlay.c
723
node = of_find_node_by_path(path);
drivers/of/overlay.c
831
fragment->target = of_find_node_by_path("/__symbols__");
drivers/of/platform.c
399
root = root ? of_node_get(root) : of_find_node_by_path("/");
drivers/of/platform.c
450
root = root ? of_node_get(root) : of_find_node_by_path("/");
drivers/of/platform.c
566
reserved = of_find_node_by_path("/reserved-memory");
drivers/of/platform.c
575
node = of_find_node_by_path("/firmware");
drivers/of/property.c
1649
struct device_node *np __free(device_node) = of_find_node_by_path(node_path);
drivers/of/resolver.c
289
struct device_node __free(device_node) *tree_symbols = of_find_node_by_path("/__symbols__");
drivers/of/resolver.c
309
refnode = of_find_node_by_path(refpath);
drivers/of/unittest.c
103
np = of_find_node_by_path("testcase-alias");
drivers/of/unittest.c
1070
nchangeset = of_find_node_by_path("/testcase-data/changeset");
drivers/of/unittest.c
1105
np = of_find_node_by_path("/testcase-data/changeset/test-prop");
drivers/of/unittest.c
111
np = of_find_node_by_path("testcase-alias/");
drivers/of/unittest.c
1135
np = of_find_node_by_path("/testcase-data/address-tests");
drivers/of/unittest.c
114
np = of_find_node_by_path("testcase-alias/phandle-tests/consumer-a");
drivers/of/unittest.c
1155
np = of_find_node_by_path(path);
drivers/of/unittest.c
121
np = of_find_node_by_path("/testcase-data/missing-path");
drivers/of/unittest.c
1216
np = of_find_node_by_path("/testcase-data/address-tests/pci@90000000");
drivers/of/unittest.c
125
np = of_find_node_by_path("missing-alias");
drivers/of/unittest.c
1267
np = of_find_node_by_path("/testcase-data/address-tests2/pcie@d1070000/pci@0,0/dev@0,0/local-bus@0");
drivers/of/unittest.c
129
np = of_find_node_by_path("testcase-alias/missing-path");
drivers/of/unittest.c
1304
np = of_find_node_by_path("/testcase-data/address-tests");
drivers/of/unittest.c
1374
np = of_find_node_by_path("/testcase-data/address-tests/bus@a0000000");
drivers/of/unittest.c
1429
np = of_find_node_by_path("/testcase-data/address-tests/bus@80000000/device@1000");
drivers/of/unittest.c
1443
np = of_find_node_by_path("/testcase-data/platform-tests-2/node/test-device@100");
drivers/of/unittest.c
1475
np = of_find_node_by_path(node_path);
drivers/of/unittest.c
1542
np = of_find_node_by_path("/testcase-data/interrupts/interrupts0");
drivers/of/unittest.c
1563
np = of_find_node_by_path("/testcase-data/interrupts/interrupts1");
drivers/of/unittest.c
1619
np = of_find_node_by_path("/testcase-data/interrupts/interrupts-extended0");
drivers/of/unittest.c
1737
imap_np = of_find_node_by_path("/testcase-data/interrupts/intmap2");
drivers/of/unittest.c
1759
expected_parent_np = of_find_node_by_path(expected_item->parent_path);
drivers/of/unittest.c
1818
intc0 = of_find_node_by_path("/testcase-data/interrupts/intc0");
drivers/of/unittest.c
1819
int_ext0 = of_find_node_by_path("/testcase-data/interrupts/interrupts-extended0");
drivers/of/unittest.c
1820
intc_intmap0 = of_find_node_by_path("/testcase-data/interrupts/intc-intmap0");
drivers/of/unittest.c
1821
int2 = of_find_node_by_path("/testcase-data/interrupts/interrupts2");
drivers/of/unittest.c
1913
np = of_find_node_by_path(match_node_tests[i].path);
drivers/of/unittest.c
193
np = of_find_node_by_path("/testcase-data");
drivers/of/unittest.c
1951
np = of_find_node_by_path("/testcase-data");
drivers/of/unittest.c
1955
np = of_find_node_by_path("/testcase-data/testcase-device1");
drivers/of/unittest.c
1965
np = of_find_node_by_path("/testcase-data/testcase-device2");
drivers/of/unittest.c
1981
np = of_find_node_by_path("/testcase-data/platform-tests");
drivers/of/unittest.c
2103
dup = of_find_node_by_path(full_name);
drivers/of/unittest.c
2263
np = of_find_node_by_path(path);
drivers/of/unittest.c
2499
np = of_find_node_by_path(path);
drivers/of/unittest.c
328
np = of_find_node_by_path(full_name);
drivers/of/unittest.c
3599
bus_np = of_find_node_by_path(bus_path);
drivers/of/unittest.c
3686
np = of_find_node_by_path(refcount_path);
drivers/of/unittest.c
3774
np = of_find_node_by_path(refcount_parent_path);
drivers/of/unittest.c
406
np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a");
drivers/of/unittest.c
4431
np = of_find_node_by_path(path);
drivers/of/unittest.c
4444
np = of_find_node_by_path(path);
drivers/of/unittest.c
4521
of_aliases = of_find_node_by_path("/aliases");
drivers/of/unittest.c
4523
np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a");
drivers/of/unittest.c
566
np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-b");
drivers/of/unittest.c
572
p[0] = of_find_node_by_path("/testcase-data/phandle-tests/provider0");
drivers/of/unittest.c
573
p[1] = of_find_node_by_path("/testcase-data/phandle-tests/provider1");
drivers/of/unittest.c
574
p[2] = of_find_node_by_path("/testcase-data/phandle-tests/provider2");
drivers/of/unittest.c
575
p[3] = of_find_node_by_path("/testcase-data/phandle-tests/provider3");
drivers/of/unittest.c
576
p[4] = of_find_node_by_path("/testcase-data/phandle-tests/provider4");
drivers/of/unittest.c
577
p[5] = of_find_node_by_path("/testcase-data/phandle-tests/provider5");
drivers/of/unittest.c
720
np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a");
drivers/of/unittest.c
85
np = of_find_node_by_path("/testcase-data");
drivers/of/unittest.c
874
nchangeset = of_find_node_by_path("/testcase-data/changeset");
drivers/of/unittest.c
93
np = of_find_node_by_path("/testcase-data/");
drivers/of/unittest.c
932
unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n21")),
drivers/of/unittest.c
935
unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n22")),
drivers/of/unittest.c
941
unittest(!of_find_node_by_path("/testcase-data/changeset/n2/n21"),
drivers/of/unittest.c
96
np = of_find_node_by_path("/testcase-data/phandle-tests/consumer-a");
drivers/powercap/dtpm.c
443
np = of_find_node_by_path(hierarchy->name);
drivers/sbus/char/display7seg.c
202
opts = of_find_node_by_path("/options");
drivers/sbus/char/envctrl.c
905
root_node = of_find_node_by_path("/");
drivers/sbus/char/openprom.c
218
dp = of_find_node_by_path("/");
drivers/sbus/char/openprom.c
262
dp = of_find_node_by_path(op->oprom_array);
drivers/sbus/char/openprom.c
508
dp = of_find_node_by_path("/");
drivers/sbus/char/openprom.c
674
data->current_node = of_find_node_by_path("/");
drivers/sbus/char/openprom.c
710
options_node = of_get_child_by_name(of_find_node_by_path("/"), "options");
drivers/scsi/ibmvscsi/ibmvfc.c
1465
rootdn = of_find_node_by_path("/");
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
3634
rootdn = of_find_node_by_path("/");
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
3653
vdevdn = of_find_node_by_path("/vdevice");
drivers/soc/amlogic/meson-mx-socinfo.c
155
np = of_find_node_by_path("/");
drivers/soc/aspeed/aspeed-socinfo.c
128
np = of_find_node_by_path("/");
drivers/soc/atmel/soc.c
407
struct device_node *np __free(device_node) = of_find_node_by_path("/");
drivers/soc/imx/soc-imx.c
49
root = of_find_node_by_path("/");
drivers/soc/loongson/loongson2_guts.c
113
root = of_find_node_by_path("/");
drivers/soc/samsung/exynos-chipid.c
188
root = of_find_node_by_path("/");
drivers/soc/ti/k3-socinfo.c
217
node = of_find_node_by_path("/");
drivers/tty/hvc/hvc_opal.c
342
opal = of_find_node_by_path("/ibm,opal/consoles");
drivers/tty/hvc/hvc_opal.c
346
opal = of_find_node_by_path("/ibm,opal");
drivers/tty/serial/suncore.c
111
dp = of_find_node_by_path("/options");
drivers/tty/serial/sunsu.c
1362
of_find_node_by_path("/aliases");
drivers/tty/serial/sunsu.c
1370
of_find_node_by_path(keyb);
drivers/tty/serial/sunsu.c
1377
of_find_node_by_path(ms);
drivers/tty/sysrq.c
774
np = of_find_node_by_path("/chosen/linux,sysrq-reset-seq");
drivers/video/fbdev/aty/radeon_monitor.c
739
root = of_find_node_by_path("/");
drivers/virt/fsl_hypervisor.c
795
node = of_find_node_by_path("/hypervisor");
drivers/watchdog/cpwd.c
538
options = of_find_node_by_path("/options");
fs/openpromfs/inode.c
395
oi->u.node = of_find_node_by_path("/");
sound/soc/fsl/fsl_ssi.c
1490
struct device_node *root = of_find_node_by_path("/");