Home
last modified time | relevance | path

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

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