Lines Matching refs:fdt_phandle
512 uint32_t fdt_phandle) in overlay_adjust_local_conflicting_phandle() argument
519 ret = fdt_setprop_inplace_u32(fdto, node, "phandle", fdt_phandle); in overlay_adjust_local_conflicting_phandle()
526 ret = fdt_setprop_inplace_u32(fdto, node, "linux,phandle", fdt_phandle); in overlay_adjust_local_conflicting_phandle()
550 uint32_t fdt_phandle, in overlay_update_node_conflicting_references() argument
590 fdt32_st(refp, fdt_phandle); in overlay_update_node_conflicting_references()
607 fdt_phandle, in overlay_update_node_conflicting_references()
629 uint32_t fdt_phandle, in overlay_update_local_conflicting_references() argument
641 fdt_phandle, in overlay_update_local_conflicting_references()
659 uint32_t fdt_phandle, fdto_phandle; in overlay_prevent_phandle_overwrite_node() local
662 fdt_phandle = fdt_get_phandle(fdt, fdtnode); in overlay_prevent_phandle_overwrite_node()
665 if (fdt_phandle && fdto_phandle) { in overlay_prevent_phandle_overwrite_node()
669 fdt_phandle); in overlay_prevent_phandle_overwrite_node()
674 fdt_phandle, in overlay_prevent_phandle_overwrite_node()