Home
last modified time | relevance | path

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

/external/u-boot/drivers/sysreset/
Dsysreset_sti.c38 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in sti_sysreset_probe()
/external/u-boot/arch/arm/mach-socfpga/
Dmisc.c186 ret = fdtdec_parse_phandle_with_args(fdt, node, "resets", in socfpga_eth_reset_common()
/external/u-boot/drivers/gpio/
Dgpio-rcar.c152 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, node, "gpio-ranges", in rcar_gpio_probe()
Dgpio-uclass.c761 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in gpio_get_list_count()
/external/u-boot/drivers/misc/
Dtegra186_bpmp.c143 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in tegra186_bpmp_get_shmem()
/external/u-boot/drivers/pinctrl/
Dpinctrl-sti.c235 ret = fdtdec_parse_phandle_with_args(blob, pinconf_node, in sti_pinctrl_set_state()
/external/u-boot/drivers/pinctrl/nxp/
Dpinctrl-imx.c213 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, in imx_pinctrl_probe()
/external/u-boot/drivers/core/
Dofnode.c342 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, in ofnode_parse_phandle_with_args()
361 return fdtdec_parse_phandle_with_args(gd->fdt_blob, in ofnode_count_phandle_with_args()
/external/u-boot/include/
Dfdtdec.h215 int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
/external/u-boot/lib/
Dfdtdec.c721 int fdtdec_parse_phandle_with_args(const void *blob, int src_node, in fdtdec_parse_phandle_with_args() function