Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 Ddtc-parser.tab.c
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));
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-parser.y147 add_label(&$2->labels, $1);
182 add_label(&target->labels, $2);
285 add_label(&$2->labels, $1);
566 add_label(&$2->labels, $1);
H A Dlivetree.c13 void add_label(struct label **labels, char *label) in add_label() function
152 add_label(&old_node->labels, l->label); in merge_nodes()
173 add_label(&old_prop->labels, l->label); in merge_nodes()
H A Ddtc.h224 void add_label(struct label **labels, char *label);
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c975 add_label: in fdt_node_set_part_info()
980 goto add_label; in fdt_node_set_part_info()