Lines Matching refs:dt
113 struct node *dt = dti->dt; in run_check() local
137 check_nodes_props(c, dti, dt); in run_check()
356 struct node *dt = dti->dt; in check_duplicate_label() local
361 othernode = get_node_by_label(dt, label); in check_duplicate_label()
364 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
366 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
403 struct node *root = dti->dt; in check_phandle_prop()
450 struct node *root = dti->dt; in check_explicit_phandles()
520 struct node *dt = dti->dt; in fixup_phandle_references() local
531 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references()
542 phandle = get_node_phandle(dt, refnode); in fixup_phandle_references()
553 struct node *dt = dti->dt; in fixup_path_references() local
564 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references()
939 struct node *dt = dti->dt; in check_obsolete_chosen_interrupt_controller() local
943 if (node != dt) in check_obsolete_chosen_interrupt_controller()
947 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()
971 struct node *root = dti->dt; in check_property_phandle_args()
1156 struct node *root = dti->dt; in check_interrupts_property()