Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/muxes/
Di2c-mux-gpio.c78 mux->n_values = fdtdec_get_child_count(fdt, node); in i2c_mux_gpio_probe()
/external/u-boot/include/
Dfdtdec.h732 int fdtdec_get_child_count(const void *blob, int node);
/external/u-boot/lib/
Dfdtdec.c845 int fdtdec_get_child_count(const void *blob, int node) in fdtdec_get_child_count() function