Home
last modified time | relevance | path

Searched refs:dtb_node_get_property (Results 1 – 2 of 2) sorted by relevance

/components/legacy/fdt/src/
A Ddtb_base.c91 prop = dtb_node_get_property(node, propname, NULL); in dtb_node_read_bool()
313 const void *dtb_node_get_property(const struct dtb_node *node, const char *propname, int *lenp) in dtb_node_get_property() function
475 } while (p && dtb_node_get_property(p, "#interrupt-cells", NULL) == NULL); in dtb_node_irq_find_parent()
/components/legacy/fdt/inc/
A Ddtb_node.h354 const void *dtb_node_get_property(const struct dtb_node *node, const char *propname, int *lenp);

Completed in 5 milliseconds