Lines Matching defs:size
293 * Properties "#address-cells" and "#size-cells" are not updated if they
329 } else if (!of_prop_cmp(prop->name, "#size-cells")) {
331 pr_err("ERROR: changing value of #size-cells is not allowed in %pOF\n",
414 int ret = 0, size;
434 phandle = __of_get_property(node, "phandle", &size);
435 if (phandle && (size == 4))
1018 u32 size;
1030 size = fdt_totalsize(overlay_fdt);
1031 if (overlay_fdt_size < size)
1038 new_fdt = kmemdup(overlay_fdt, size, GFP_KERNEL);