Searched refs:fdtdec_parse_phandle_with_args (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/sysreset/ |
D | sysreset_sti.c | 38 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in sti_sysreset_probe()
|
/external/u-boot/arch/arm/mach-socfpga/ |
D | misc.c | 186 ret = fdtdec_parse_phandle_with_args(fdt, node, "resets", in socfpga_eth_reset_common()
|
/external/u-boot/drivers/gpio/ |
D | gpio-rcar.c | 152 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, node, "gpio-ranges", in rcar_gpio_probe()
|
D | gpio-uclass.c | 761 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in gpio_get_list_count()
|
/external/u-boot/drivers/misc/ |
D | tegra186_bpmp.c | 143 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in tegra186_bpmp_get_shmem()
|
/external/u-boot/drivers/pinctrl/ |
D | pinctrl-sti.c | 235 ret = fdtdec_parse_phandle_with_args(blob, pinconf_node, in sti_pinctrl_set_state()
|
/external/u-boot/drivers/pinctrl/nxp/ |
D | pinctrl-imx.c | 213 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, in imx_pinctrl_probe()
|
/external/u-boot/drivers/core/ |
D | ofnode.c | 342 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/ |
D | fdtdec.h | 215 int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
|
/external/u-boot/lib/ |
D | fdtdec.c | 721 int fdtdec_parse_phandle_with_args(const void *blob, int src_node, in fdtdec_parse_phandle_with_args() function
|