Searched refs:dtb_node_get_property (Results 1 – 2 of 2) sorted by relevance
91 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() function475 } while (p && dtb_node_get_property(p, "#interrupt-cells", NULL) == NULL); in dtb_node_irq_find_parent()
354 const void *dtb_node_get_property(const struct dtb_node *node, const char *propname, int *lenp);
Completed in 5 milliseconds