Searched refs:str_ptr (Results 1 – 2 of 2) sorted by relevance
22 char *str_ptr; in dtb_test() local34 for_each_property_string(serial0, "compatible", str_ptr, property_size) in dtb_test()36 rt_kprintf("\"%s\",", str_ptr); in dtb_test()
769 char *str_ptr; in dtb_node_get_dtb_node_compatible_match() local772 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