Home
last modified time | relevance | path

Searched refs:fdt_stringlist_search (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/drivers/rstctrl/
H A Drstctrl.c45 index = fdt_stringlist_search(fdt, nodeoffset, "reset-names", name); in rstctrl_dt_get_by_name()
/optee_os/core/drivers/nvmem/
H A Dnvmem.c24 index = fdt_stringlist_search(fdt, nodeoffset, "nvmem-cell-names", in nvmem_get_cell_by_name()
/optee_os/core/drivers/pinctrl/
H A Dpinctrl.c127 pinctrl_index = fdt_stringlist_search(fdt, nodeoffset, "pinctrl-names", in pinctrl_get_state_by_name()
/optee_os/core/drivers/clk/
H A Dclk_dt.c21 clk_id = fdt_stringlist_search(fdt, nodeoffset, "clock-names", name); in clk_dt_get_by_name()
/optee_os/core/drivers/firewall/
H A Dfirewall.c73 index = fdt_stringlist_search(fdt, node, "access-controllers-names", in firewall_dt_get_by_name()
/optee_os/core/kernel/
H A Dinterrupt.c384 idx = fdt_stringlist_search(fdt, node, "interrupt-names", name); in interrupt_dt_get_by_name()
H A Ddt.c404 index = fdt_stringlist_search(fdt, node, "reg-names", name); in fdt_get_reg_props_by_name()
/optee_os/core/drivers/
H A Dstm32_omm.c147 index = fdt_stringlist_search(fdt, node, in stm32_omm_parse_fdt()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h1108 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c734 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() function