Home | History | Annotate | Download | only in fdt

Lines Matching refs:pr

69     void (*pr)(const char *, ...) __printflike(1, 2))
79 pr(" %s", name);
81 pr("\n");
87 pr(" = \"");
91 pr("\", \"");
93 pr("%c", c[j]);
95 pr("\"\n");
102 pr(" = <");
104 pr("%#" PRIx32 "%s", fdt32_to_cpu(cell[j]),
107 pr(">\n");
111 pr(" = [");
113 pr("%02x%s", byte[j],
116 pr("]\n");
124 void (*pr)(const char *, ...) __printflike(1, 2))
131 pr("Invalid FDT at %p\n", fdt);
142 pr("max depth exceeded: %d\n", depth);
151 pr("/");
155 pr("/%s", pname[i]);
157 pr("\n");
160 fdt_print_properties(fdt, node, pr);