Searched refs:fdt_node_offset_by_phandle (Results 1 – 11 of 11) sorted by relevance
/external/dtc/tests/ |
D | node_offset_by_phandle.c | 22 offset = fdt_node_offset_by_phandle(fdt, phandle); in check_search()
|
/external/dtc/libfdt/ |
D | version.lds | 28 fdt_node_offset_by_phandle;
|
D | libfdt.h | 1004 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
D | fdt_overlay.c | 79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
|
D | fdt_ro.c | 679 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
|
/external/arm-trusted-firmware/lib/fconf/ |
D | fconf_cot_getter.c | 199 node = fdt_node_offset_by_phandle(dtb, phandle); in get_oid() 298 node = fdt_node_offset_by_phandle(dtb, phandle); in get_parent_img_id()
|
/external/arm-trusted-firmware/plat/arm/board/fvp/ |
D | jmptbl.i | 37 fdt fdt_node_offset_by_phandle
|
/external/arm-trusted-firmware/plat/arm/board/juno/ |
D | jmptbl.i | 36 fdt fdt_node_offset_by_phandle
|
/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 245 node = fdt_node_offset_by_phandle(hw_config_dtb, phandle); in fconf_populate_uart_config()
|
/external/arm-trusted-firmware/drivers/st/gpio/ |
D | stm32_gpio.c | 184 p_node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in dt_set_pinctrl_config()
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 474 return check_err(fdt_node_offset_by_phandle(self._fdt, phandle), quiet)
|