Home
last modified time | relevance | path

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

/components/legacy/fdt/examples/
A Dfdt_test.c22 char *str_ptr; in dtb_test() local
34 for_each_property_string(serial0, "compatible", str_ptr, property_size) in dtb_test()
36 rt_kprintf("\"%s\",", str_ptr); in dtb_test()
/components/legacy/fdt/src/
A Ddtb_get.c769 char *str_ptr; in dtb_node_get_dtb_node_compatible_match() local
772 for_each_property_string(dtb_node, "compatible", str_ptr, prop_sz) in dtb_node_get_dtb_node_compatible_match()
774 if (!strcmp(compatibles, str_ptr)) in dtb_node_get_dtb_node_compatible_match()

Completed in 3 milliseconds