Home
last modified time | relevance | path

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

/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp183 int subnode_offset = in get_subnode() local
185 if (subnode_offset < 0) { in get_subnode()
189 assert(subnode_offset == -FDT_ERR_NOTFOUND); in get_subnode()
194 sp<Node> subnode = sp<Node>::make(subnode_offset, mDtb); in get_subnode()
210 int subnode_offset = ::fdt_first_subnode(mDtb, mNodeOffset); in get_subnodes() local
211 if (subnode_offset < 0) { in get_subnodes()
215 assert(subnode_offset == -FDT_ERR_NOTFOUND); in get_subnodes()
221 sp<NodeIterator> iter = sp<NodeIterator>::make(subnode_offset, mDtb); in get_subnodes()