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

/freebsd-11-stable/contrib/dtc/
H A Ddtc-parser.y90 %type <node> subnode
489 | subnode subnodes
493 | subnode propdef
500 subnode: label
509 | DT_LABEL subnode
H A Dlivetree.c693 struct node *subnode, **tbl; local
695 for_each_child_withdel(node, subnode)
703 for_each_child_withdel(node, subnode)
704 tbl[i++] = subnode;
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c72 * __overlay__ subnode (we wouldn't be called
542 int subnode; local
562 fdt_for_each_subnode(subnode, fdto, node) {
563 const char *name = fdt_get_name(fdto, subnode, NULL);
577 ret = overlay_apply_node(fdt, nnode, fdto, subnode);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c458 uint32_t subnode; local
468 subnode = hda_command(dev,
471 if (subnode == HDA_INVALID)
473 codec->fgcnt = HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode);
474 startnode = HDA_PARAM_SUB_NODE_COUNT_START(subnode);
480 HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode),
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c129 * __overlay__ subnode (we wouldn't be called
605 int subnode; local
625 fdt_for_each_subnode(subnode, fdto, node) {
626 const char *name = fdt_get_name(fdto, subnode, NULL);
640 ret = overlay_apply_node(fdt, nnode, fdto, subnode);
781 /* format: /<fragment-name>/__overlay__/<relative-subnode-path> */
810 /* an __overlay__ subnode must exist */

Completed in 69 milliseconds