Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c358 struct property *otherprop = NULL; in check_duplicate_label() local
364 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
367 &otherprop); 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()