Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_get.c27 off_t property_off = fdt_first_property_offset(current_fdt, node_off); in _dtb_node_get_dtb_properties_list() local
30 if (property_off < 0) in _dtb_node_get_dtb_properties_list()
37 …fdt_property = (struct fdt_property *)fdt_get_property_by_offset(current_fdt, property_off, &dtb_p… in _dtb_node_get_dtb_properties_list()
45 property_off = fdt_next_property_offset(current_fdt, property_off); in _dtb_node_get_dtb_properties_list()
46 if (property_off >= 0) in _dtb_node_get_dtb_properties_list()

Completed in 6 milliseconds