Searched refs:subnode (Results 1 – 5 of 5) sorted by relevance
84 %type <node> subnode435 | subnode subnodes439 | subnode propdef446 subnode:455 | DT_LABEL subnode
672 struct node *subnode, **tbl; in sort_subnodes() local674 for_each_child_withdel(node, subnode) in sort_subnodes()682 for_each_child_withdel(node, subnode) in sort_subnodes()683 tbl[i++] = subnode; in sort_subnodes()
412 uint32_t subnode; in hdacc_attach() local422 subnode = hda_command(dev, in hdacc_attach()425 if (subnode == HDA_INVALID) in hdacc_attach()427 codec->fgcnt = HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode); in hdacc_attach()428 startnode = HDA_PARAM_SUB_NODE_COUNT_START(subnode); in hdacc_attach()434 HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode), in hdacc_attach()
166 subnode: label nodename nodedef610 a particular node MUST precede any subnode definitions for that node.
18444 * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.