Searched defs:dtb_node (Results 1 – 3 of 3) sorted by relevance
/components/legacy/fdt/src/ |
A D | dtb_get.c | 279 static void _dtb_node_free_dtb_node(struct dtb_node *dtb_node) in _dtb_node_free_dtb_node() 380 static void _dtb_node_printf_dtb_node_info(struct dtb_node *dtb_node) in _dtb_node_printf_dtb_node_info() 474 static void _dtb_node_get_enum_dtb_node(struct dtb_node *dtb_node, void (callback(struct dtb_node *… in _dtb_node_get_enum_dtb_node() 494 struct dtb_node *dtb_node_get_dtb_node_by_name_DFS(struct dtb_node *dtb_node, const char *nodename) in dtb_node_get_dtb_node_by_name_DFS() 517 struct dtb_node *dtb_node_get_dtb_node_by_name_BFS(struct dtb_node *dtb_node, const char *nodename) in dtb_node_get_dtb_node_by_name_BFS() 549 struct dtb_node *dtb_node_get_dtb_node_by_path(struct dtb_node *dtb_node, const char *pathname) in dtb_node_get_dtb_node_by_path() 628 struct dtb_node *dtb_node_get_dtb_node_by_phandle_DFS(struct dtb_node *dtb_node, phandle handle) in dtb_node_get_dtb_node_by_phandle_DFS() 651 struct dtb_node *dtb_node_get_dtb_node_by_phandle_BFS(struct dtb_node *dtb_node, phandle handle) in dtb_node_get_dtb_node_by_phandle_BFS() 683 void dtb_node_get_dtb_node_cells(struct dtb_node *dtb_node, int *addr_cells, int *size_cells) in dtb_node_get_dtb_node_cells() 724 struct dtb_memreserve *dtb_node_get_dtb_memreserve(struct dtb_node *dtb_node, int *memreserve_size) in dtb_node_get_dtb_memreserve() [all …]
|
A D | dtb_access.c | 212 struct dtb_property *dtb_node_get_dtb_node_property(const struct dtb_node *dtb_node, const char *pr… in dtb_node_get_dtb_node_property() 314 void *dtb_node_get_dtb_node_property_value(const struct dtb_node *dtb_node, const char *property_na… in dtb_node_get_dtb_node_property_value()
|
/components/legacy/fdt/inc/ |
A D | dtb_node.h | 68 struct dtb_node struct 83 struct dtb_node *parent; argument 84 struct dtb_node *child; argument 85 struct dtb_node *sibling; argument
|
Completed in 12 milliseconds