OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OF_getproplen
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/sys/dev/fdt/
fdt_pinctrl.c
171
len =
OF_getproplen
(phandle, "pins");
184
len =
OF_getproplen
(phandle, "groups");
198
len =
OF_getproplen
(phandle, "pinmux");
fixedregulator.c
104
len =
OF_getproplen
(phandle, "regulator-name");
131
sc->sc_always_on =
OF_getproplen
(phandle, "gpio") <= 0;
fdt_i2c.c
167
clist_size =
OF_getproplen
(node, "compatible");
fdt_dma.c
91
len =
OF_getproplen
(phandle, "dmas");
fdt_mbox.c
106
len =
OF_getproplen
(phandle, "mboxes");
fdt_openfirm.c
229
OF_getproplen
(int phandle, const char *prop)
fdt_phy.c
91
len =
OF_getproplen
(phandle, "phys");
fdt_reset.c
91
len =
OF_getproplen
(phandle, "resets");
fdt_spi.c
140
clist_size =
OF_getproplen
(node, "compatible");
pwmregulator.c
107
len =
OF_getproplen
(phandle, "regulator-name");
142
len =
OF_getproplen
(phandle, "voltage-table");
/src/sys/dev/ofw/
ofw_network_subr.c
103
len =
OF_getproplen
(phandle, "supported-network-types");
142
len =
OF_getproplen
(phandle, "chosen-network-type");
openfirm.h
84
int
OF_getproplen
(int, const char *);
ofw_i2c_subr.c
67
len =
OF_getproplen
(node, "reg");
ofw_subr.c
209
propsize =
OF_getproplen
(node, args->prop);
364
proplen =
OF_getproplen
(phandle, "compatible");
421
proplen =
OF_getproplen
(phandle, "compatible");
469
proplen =
OF_getproplen
(phandle, "compatible");
724
return
OF_getproplen
(node, prop) >= 0;
/src/sys/dev/ofisa/
ofisa.c
155
len =
OF_getproplen
(phandle, "reg");
225
len =
OF_getproplen
(phandle, "interrupts");
307
len =
OF_getproplen
(phandle, "dma");
402
int n =
OF_getproplen
(phandle, "model");
com_ofisa.c
137
if (
OF_getproplen
(aa->oba.oba_phandle, "clock-frequency") != 4 ||
/src/sys/arch/macppc/macppc/
memory.c
100
sc->sc_len =
OF_getproplen
(ca->ca_node, "dimm-info");
/src/sys/arch/shark/ofw/
if_cs_ofisa_machdep.c
161
if (
OF_getproplen
(aa->oba.oba_phandle, "no-dma") >= 0)
ofrom.c
108
if (
OF_getproplen
(oba->oba_phandle, "reg") != 8) {
ofw.c
438
if ((dhcplen =
OF_getproplen
(chosen, "bootp-response")) > 0) {
529
bp_len =
OF_getproplen
(chosen, "bootpath");
530
ba_len =
OF_getproplen
(chosen, "bootargs");
692
(size =
OF_getproplen
(root, "dma-ranges")) <= 0 ||
1462
(mem_len =
OF_getproplen
(phandle, "reg")) <= 0 ||
1465
(avail_len =
OF_getproplen
(phandle, "available")) <= 0 ||
1558
(len =
OF_getproplen
(mmu_phandle, "translations")) <= 0 ||
/src/sys/arch/macppc/dev/
ofw_i2c_machdep.c
131
clist_size =
OF_getproplen
(node, "compatible");
/src/sys/arch/arm/samsung/
exynos_pinctrl.c
170
int pins_len =
OF_getproplen
(pc->pc_phandle, "samsung,pins");
/src/sys/arch/sparc/sparc/
pci_fixup.c
113
len =
OF_getproplen
(node, "reg");
249
len =
OF_getproplen
(node, "class-code");
259
len =
OF_getproplen
(node, "reg");
pci_machdep.c
287
len =
OF_getproplen
(node, "reg");
296
len =
OF_getproplen
(node, "class-code");
/src/sys/arch/sparc64/dev/
vbus.c
159
len =
OF_getproplen
(parent, "interrupt-map-mask");
Completed in 23 milliseconds
1
2
Indexes created Sun Oct 12 20:09:57 GMT 2025