Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_get.c73 dtb_fwnode_init(dtb_node_head); in _dtb_node_get_dtb_nodes_list()
240 dtb_node_head->parent = NULL; in dtb_node_get_dtb_list()
241 dtb_node_head->sibling = NULL; in dtb_node_get_dtb_list()
246 dtb_node_head->level = 0; in dtb_node_get_dtb_list()
248 if (dtb_node_head->properties == NULL || dtb_node_head->child == NULL) in dtb_node_get_dtb_list()
259 …f ((fdt_exec_status = _dtb_node_get_dtb_nodes_list(dtb_node_head, dtb_node_head->child, dtb_node_h… in dtb_node_get_dtb_list()
268 return dtb_node_head; in dtb_node_get_dtb_list()
271 if (dtb_node_head != NULL) in dtb_node_get_dtb_list()
305 if (dtb_node_head == NULL) in dtb_node_free_dtb_list()
311 …if (dtb_node_head->parent == NULL || (dtb_node_head->path != NULL && !strcmp(dtb_node_head->path, … in dtb_node_free_dtb_list()
[all …]
/components/legacy/fdt/docs/
A Dapi.md121 void fdt_free_dtb_list(struct dtb_node *dtb_node_head)
126 |dtb_node_head | 设备节点树头节点 |
160 void fdt_get_dts_dump(struct dtb_node *dtb_node_head)
165 |dtb_node_head | 设备节点树头节点 |
171 void fdt_get_enum_dtb_node(struct dtb_node *dtb_node_head, void (*callback(struct dtb_node *dtb_nod…
176 |dtb_node_head | 设备节点树头节点 |
/components/legacy/fdt/inc/
A Ddtb_node.h148 void dtb_node_free_dtb_list(struct dtb_node *dtb_node_head);
149 void dtb_node_get_dts_dump(struct dtb_node *dtb_node_head);
150 void dtb_node_get_enum_dtb_node(struct dtb_node *dtb_node_head, void(callback(struct dtb_node *dtb_…

Completed in 6 milliseconds