Home
last modified time | relevance | path

Searched refs:firewall_dt_get_by_index (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/drivers/
H A Dfirewall_device.h46 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 Dfirewall.c59 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 Dstm32_etzpc.c795 res = firewall_dt_get_by_index(fdt, subnode, i, &fw); in stm32_etzpc_dt_probe_bus()
H A Dstm32_rifsc.c1078 res = firewall_dt_get_by_index(fdt, subnode, i, &fw); in stm32_rifsc_dt_probe_bus()