Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.y155 add_label(&$2->labels, $1);
175 add_label(&target->labels, $2);
252 add_label(&$2->labels, $1);
523 add_label(&$2->labels, $1);
H A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label() function
147 add_label(&old_node->labels, l->label); in merge_nodes()
168 add_label(&old_prop->labels, l->label); in merge_nodes()
H A Ddtc.h193 void add_label(struct label **labels, char *label);
H A Ddtc-parser.tab.c_shipped1533 add_label(&(yyvsp[0].re)->labels, (yyvsp[-1].labelref));
1561 add_label(&target->labels, (yyvsp[-2].labelref));
1669 add_label(&(yyvsp[0].prop)->labels, (yyvsp[-1].labelref));
2073 add_label(&(yyvsp[0].node)->labels, (yyvsp[-1].labelref));
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c971 add_label: in fdt_node_set_part_info()
976 goto add_label; in fdt_node_set_part_info()