Searched refs:firewall_dt_get_by_index (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | firewall_device.h | 46 TEE_Result firewall_dt_get_by_index(const void *fdt, int node, 168 firewall_dt_get_by_index(const void *fdt __unused, int node __unused, in firewall_dt_get_by_index() function
|
| /optee_os/core/drivers/firewall/ |
| H A D | firewall.c | 59 TEE_Result firewall_dt_get_by_index(const void *fdt, int node, uint32_t index, in firewall_dt_get_by_index() function 80 return firewall_dt_get_by_index(fdt, node, index, out_fw); in firewall_dt_get_by_name()
|
| H A D | stm32_etzpc.c | 795 res = firewall_dt_get_by_index(fdt, subnode, i, &fw); in stm32_etzpc_dt_probe_bus()
|
| H A D | stm32_rifsc.c | 1078 res = firewall_dt_get_by_index(fdt, subnode, i, &fw); in stm32_rifsc_dt_probe_bus()
|