Home
last modified time | relevance | path

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

/NextBSD/contrib/dtc/
HDdtc-parser.y84 %type <node> subnode
435 | subnode subnodes
439 | subnode propdef
446 subnode:
455 | DT_LABEL subnode
HDlivetree.c672 struct node *subnode, **tbl; in sort_subnodes() local
674 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()
/NextBSD/sys/dev/sound/pci/hda/
HDhdacc.c412 uint32_t subnode; in hdacc_attach() local
422 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()
/NextBSD/contrib/dtc/Documentation/
HDmanual.txt166 subnode: label nodename nodedef
610 a particular node MUST precede any subnode definitions for that node.
/NextBSD/contrib/gcc/
HDChangeLog-200118444 * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.