Searched refs:fdtdec_get_child_count (Results 1 – 6 of 6) sorted by relevance
58 int fdtdec_get_child_count(const void *blob, int node) in fdtdec_get_child_count() function
82 mux->n_values = fdtdec_get_child_count(fdt, node); in i2c_mux_gpio_probe()
368 int fdtdec_get_child_count(const void *blob, int node);
748 int fdtdec_get_child_count(const void *blob, int node);
464 image_number = fdtdec_get_child_count(fdt, images); in fit_extract_data()
396 return fdtdec_get_child_count(gd->fdt_blob, ofnode_to_offset(node)); in of_get_child_count()
Completed in 14 milliseconds