Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A Di2c-mux-gpio.c79 mux->n_values = fdtdec_get_child_count(fdt, node); in i2c_mux_gpio_probe()
/rk3399_rockchip-uboot/include/
H A Dfdtdec.h735 int fdtdec_get_child_count(const void *blob, int node);
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c836 int fdtdec_get_child_count(const void *blob, int node) in fdtdec_get_child_count() function