Home
last modified time | relevance | path

Searched refs:fdt_node_offset_by_phandle (Results 1 – 11 of 11) sorted by relevance

/external/dtc/tests/
Dnode_offset_by_phandle.c22 offset = fdt_node_offset_by_phandle(fdt, phandle); in check_search()
/external/dtc/libfdt/
Dversion.lds28 fdt_node_offset_by_phandle;
Dfdt_overlay.c79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
Dlibfdt.h1004 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
Dfdt_ro.c679 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/
Dfconf_cot_getter.c199 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/juno/
Djmptbl.i36 fdt fdt_node_offset_by_phandle
/external/arm-trusted-firmware/plat/arm/board/fvp/
Djmptbl.i37 fdt fdt_node_offset_by_phandle
/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c245 node = fdt_node_offset_by_phandle(hw_config_dtb, phandle); in fconf_populate_uart_config()
/external/arm-trusted-firmware/drivers/st/gpio/
Dstm32_gpio.c184 p_node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in dt_set_pinctrl_config()
/external/dtc/pylibfdt/
Dlibfdt.i474 return check_err(fdt_node_offset_by_phandle(self._fdt, phandle), quiet)