Searched refs:dtb_node_property_read_string_helper (Results 1 – 2 of 2) sorted by relevance
/components/legacy/fdt/inc/ |
A D | dtb_node.h | 206 int dtb_node_property_read_string_helper(const struct dtb_node *dn, 231 int rc = dtb_node_property_read_string_helper(dn, propname, output, 1, index); in dtb_node_property_read_string_index() 250 return dtb_node_property_read_string_helper(dn, propname, NULL, 0, 0); in dtb_node_property_count_strings()
|
/components/legacy/fdt/src/ |
A D | dtb_access.c | 460 int dtb_node_property_read_string_helper(const struct dtb_node *dn, in dtb_node_property_read_string_helper() function
|
Completed in 9 milliseconds