Searched refs:fdt_stringlist_search (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/drivers/rstctrl/ |
| H A D | rstctrl.c | 45 index = fdt_stringlist_search(fdt, nodeoffset, "reset-names", name); in rstctrl_dt_get_by_name()
|
| /optee_os/core/drivers/nvmem/ |
| H A D | nvmem.c | 24 index = fdt_stringlist_search(fdt, nodeoffset, "nvmem-cell-names", in nvmem_get_cell_by_name()
|
| /optee_os/core/drivers/pinctrl/ |
| H A D | pinctrl.c | 127 pinctrl_index = fdt_stringlist_search(fdt, nodeoffset, "pinctrl-names", in pinctrl_get_state_by_name()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk_dt.c | 21 clk_id = fdt_stringlist_search(fdt, nodeoffset, "clock-names", name); in clk_dt_get_by_name()
|
| /optee_os/core/drivers/firewall/ |
| H A D | firewall.c | 73 index = fdt_stringlist_search(fdt, node, "access-controllers-names", in firewall_dt_get_by_name()
|
| /optee_os/core/kernel/ |
| H A D | interrupt.c | 384 idx = fdt_stringlist_search(fdt, node, "interrupt-names", name); in interrupt_dt_get_by_name()
|
| H A D | dt.c | 404 index = fdt_stringlist_search(fdt, node, "reg-names", name); in fdt_get_reg_props_by_name()
|
| /optee_os/core/drivers/ |
| H A D | stm32_omm.c | 147 index = fdt_stringlist_search(fdt, node, in stm32_omm_parse_fdt()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 1108 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_ro.c | 734 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() function
|