Home
last modified time | relevance | path

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

/trusty/kernel/platform/generic-arm64/
Ddtb.c38 static int find_dtb_by_compatible(const char* compat, in find_dtb_by_compatible() argument
59 current_dtb, -1 /* search from the start of the dtb */, compat); in find_dtb_by_compatible()
/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp47 for (const auto& compat : compatible_strs) { in NodeOffsetByCompatibleList() local
49 compat.c_str()); in NodeOffsetByCompatibleList()
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp103 std::vector<std::string> compat(compat_str_list, compat_str_list + num_str); in device_tree_idevice_tree_get_compatible_nodes_from_list() local
107 auto rc = pidevice_tree->get_compatible_nodes_from_list(compat, &node_iter); in device_tree_idevice_tree_get_compatible_nodes_from_list()