Searched refs:add_label (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.y | 155 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 D | dtc-parser.tab.c | |
| H A D | livetree.c | 27 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 D | dtc.h | 193 void add_label(struct label **labels, char *label);
|
| H A D | dtc-parser.tab.c_shipped | 1533 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 D | dtc-parser.y | 147 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 D | livetree.c | 13 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 D | dtc.h | 224 void add_label(struct label **labels, char *label);
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 975 add_label: in fdt_node_set_part_info() 980 goto add_label; in fdt_node_set_part_info()
|