/third_party/uboot/u-boot-2020.01/board/ti/ks2_evm/ |
D | board.c | 181 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex() 186 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex()
|
/third_party/uboot/u-boot-2020.01/board/freescale/ls1046aqds/ |
D | eth.c | 189 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port() 210 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port() 230 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap5/ |
D | fdt.c | 76 fdt_delprop(fdt, offs, "ti,irqs-skip"); in ft_hs_fixup_crossbar() 118 fdt_delprop(fdt, offs, "reg"); in ft_hs_fixup_sram()
|
/third_party/uboot/u-boot-2020.01/board/armltd/vexpress/ |
D | vexpress_tc2.c | 61 fdt_delprop(fdt, tmp, "cci-control-port"); in ft_board_setup()
|
/third_party/uboot/u-boot-2020.01/board/freescale/ls1043aqds/ |
D | eth.c | 185 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port() 238 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port() 250 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
|
/third_party/uboot/u-boot-2020.01/board/freescale/mx7ulp_evk/ |
D | mx7ulp_evk.c | 71 rc = fdt_delprop(blob, nodeoff, "vqmmc-supply"); in ft_board_setup()
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xxx/ |
D | fdt.c | 34 fdt_delprop(blob, off, "cpu-handle"); in ft_del_cpuhandle()
|
/third_party/uboot/u-boot-2020.01/board/freescale/t102xqds/ |
D | eth_t102xqds.c | 208 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port() 220 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
|
/third_party/uboot/u-boot-2020.01/board/freescale/b4860qds/ |
D | eth_b4860qds.c | 405 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8m/ |
D | soc.c | 366 rc = fdt_delprop(blob, nodeoff, "cpu-idle-states"); in ft_system_setup()
|
/third_party/uboot/u-boot-2020.01/board/gateworks/gw_ventana/ |
D | gw_ventana.c | 1104 fdt_delprop(blob, off, "ext-reset-output"); in ft_board_wdog_fixup() 1105 fdt_delprop(blob, off, "fsl,ext-reset-output"); in ft_board_wdog_fixup() 1339 fdt_delprop(blob, i, "no-1-8-v"); in ft_board_setup()
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8569mds/ |
D | mpc8569mds.c | 477 fdt_delprop(blob, off, "sdhci,1-bit-only"); in fdt_board_fixup_esdhc()
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/ |
D | libfdt.h | 1960 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
|
D | fdt_rw.c | 319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
|
/third_party/uboot/u-boot-2020.01/board/compulab/cm_fx6/ |
D | cm_fx6.c | 564 fdt_delprop(blob, nodeoffset, "cd-gpios"); in ft_board_setup()
|
/third_party/uboot/u-boot-2020.01/board/freescale/t208xqds/ |
D | eth_t208xqds.c | 421 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
|
/third_party/uboot/u-boot-2020.01/board/freescale/t4qds/ |
D | eth.c | 325 fdt_delprop(blob, offset, "phy-handle"); in board_ft_fman_fixup_port()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | fdt.c | 510 err = fdt_delprop(working_fdt, nodeoffset, argv[3]); in do_fdt()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | image-host.c | 403 ret = fdt_delprop(fit, image_noffset, FIT_DATA_PROP); in fit_image_write_cipher()
|
D | fit_image.c | 467 ret = fdt_delprop(fdt, node, FIT_DATA_PROP); in fit_extract_data()
|
D | image-host.c.orig | 403 ret = fdt_delprop(fit, image_noffset, FIT_DATA_PROP);
|
/third_party/uboot/u-boot-2020.01/common/ |
D | fdt_support.c | 988 fdt_delprop(blob, off, alias); in fdt_del_node_and_alias()
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 657 return check_err(fdt_delprop(self._fdt, nodeoffset, prop_name), quiet)
|