Searched refs:fdtprop (Results 1 – 1 of 1) sorted by relevance
1117 const void *prop, *fdtprop; in copy_property() local1121 fdtprop = fdt_getprop(fdt, node_offset, propname, &fdtlen); in copy_property()1123 if (fdtprop && !prop) in copy_property()