Searched refs:node_offset (Results 1 – 1 of 1) sorted by relevance
48 int node_offset = ::fdt_node_offset_by_compatible(dtb, startoffset, in NodeOffsetByCompatibleList() local50 if (node_offset < 0) { in NodeOffsetByCompatibleList()52 assert(node_offset == -FDT_ERR_NOTFOUND); in NodeOffsetByCompatibleList()58 min_node_offset = std::min(min_node_offset, node_offset); in NodeOffsetByCompatibleList()