Searched refs:fdtdec_parse_phandle_with_args (Results 1 – 15 of 15) sorted by relevance
| /u-boot/drivers/sysreset/ |
| A D | sysreset_sti.c | 40 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in sti_sysreset_probe()
|
| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | fdt.c | 77 rc = fdtdec_parse_phandle_with_args(blob, offset, in update_fdt_with_owned_resources() 152 ret = fdtdec_parse_phandle_with_args(blob, device_offset, in config_smmu_fdt_device_sid()
|
| /u-boot/drivers/gpio/ |
| A D | gpio-rza1.c | 122 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, node, "gpio-ranges", in r7s72100_gpio_probe()
|
| A D | gpio-rcar.c | 155 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, node, "gpio-ranges", in rcar_gpio_probe()
|
| A D | mxs_gpio.c | 279 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, node, "gpio-ranges", in mxs_of_to_plat()
|
| /u-boot/arch/arm/mach-meson/ |
| A D | board-axg.c | 180 ret = fdtdec_parse_phandle_with_args(blob, dwc2_node, "clocks", in board_usb_init()
|
| A D | board-gx.c | 216 ret = fdtdec_parse_phandle_with_args(blob, dwc2_node, "clocks", in board_usb_init()
|
| A D | board-g12a.c | 219 ret = fdtdec_parse_phandle_with_args(blob, dwc2_node, "clocks", in board_usb_init()
|
| /u-boot/drivers/thermal/ |
| A D | imx_scu_thermal.c | 143 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in imx_sc_thermal_of_to_plat()
|
| /u-boot/drivers/pinctrl/ |
| A D | pinctrl-sti.c | 238 ret = fdtdec_parse_phandle_with_args(blob, pinconf_node, in sti_pinctrl_set_state()
|
| /u-boot/drivers/misc/ |
| A D | tegra186_bpmp.c | 149 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, dev_of_offset(dev), in tegra186_bpmp_get_shmem()
|
| /u-boot/drivers/pinctrl/nxp/ |
| A D | pinctrl-imx.c | 237 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, in imx_pinctrl_probe()
|
| /u-boot/include/ |
| A D | fdtdec.h | 222 int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
|
| /u-boot/drivers/core/ |
| A D | ofnode.c | 436 ret = fdtdec_parse_phandle_with_args(gd->fdt_blob, in ofnode_parse_phandle_with_args() 455 return fdtdec_parse_phandle_with_args(gd->fdt_blob, in ofnode_count_phandle_with_args()
|
| /u-boot/lib/ |
| A D | fdtdec.c | 721 int fdtdec_parse_phandle_with_args(const void *blob, int src_node, in fdtdec_parse_phandle_with_args() function
|
Completed in 27 milliseconds