Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_get.c17 int fdt_exec_status = FDT_RET_GET_OK;
62 return FDT_RET_GET_OK; in _dtb_node_get_dtb_properties_list()
129 else if (fdt_exec_status != FDT_RET_GET_OK) in _dtb_node_get_dtb_nodes_list()
140 else if (fdt_exec_status != FDT_RET_GET_OK) in _dtb_node_get_dtb_nodes_list()
163 return FDT_RET_GET_OK; in _dtb_node_get_dtb_nodes_list()
254 …status = _dtb_node_get_dtb_properties_list(dtb_node_head->properties, root_off)) != FDT_RET_GET_OK) in dtb_node_get_dtb_list()
259 …de_get_dtb_nodes_list(dtb_node_head, dtb_node_head->child, dtb_node_head->path)) != FDT_RET_GET_OK) in dtb_node_get_dtb_list()
/components/legacy/fdt/docs/
A Dapi.md106 |FDT_RET_GET_OK | 执行成功 |
/components/legacy/fdt/inc/
A Ddtb_node.h41 #define FDT_RET_GET_OK 0 macro

Completed in 9 milliseconds