Home
last modified time | relevance | path

Searched refs:othernode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c357 struct node *othernode = NULL; in check_duplicate_label() local
361 othernode = get_node_by_label(dt, label); in check_duplicate_label()
363 if (!othernode) in check_duplicate_label()
364 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
365 if (!othernode) in check_duplicate_label()
366 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
369 if (!othernode) in check_duplicate_label()
372 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
376 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c419 struct node *othernode = NULL; in check_duplicate_label() local
423 othernode = get_node_by_label(dt, label); in check_duplicate_label()
425 if (!othernode) in check_duplicate_label()
426 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
427 if (!othernode) in check_duplicate_label()
428 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
431 if (!othernode) in check_duplicate_label()
434 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
438 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()