Searched refs:parse_dt (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/drivers/counter/ |
| H A D | stm32_stgen.c | 173 static TEE_Result parse_dt(const void *fdt, int node) in parse_dt() function 208 res = parse_dt(fdt, node); in stgen_probe()
|
| /optee_os/core/drivers/ |
| H A D | stm32_hsem.c | 169 static TEE_Result parse_dt(const void *fdt, int node) in parse_dt() function 247 res = parse_dt(fdt, node); in stm32_hsem_probe()
|
| H A D | stm32_ipcc.c | 253 static TEE_Result parse_dt(const void *fdt, int node, struct ipcc_pdata *ipcc_d) in parse_dt() function 318 res = parse_dt(fdt, node, ipcc_d); in stm32_ipcc_probe()
|
| H A D | stm32_hpdma.c | 228 static TEE_Result parse_dt(const void *fdt, int node, in parse_dt() function 361 res = parse_dt(fdt, node, hpdma_d); in stm32_hpdma_probe()
|
| H A D | stm32_fmc.c | 221 static TEE_Result parse_dt(const void *fdt, int node) in parse_dt() function 478 res = parse_dt(fdt, node); in fmc_probe()
|
| H A D | stm32_rtc.c | 410 static TEE_Result parse_dt(const void *fdt, int node) in parse_dt() function 1067 res = parse_dt(fdt, node); in stm32_rtc_probe()
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 271 static TEE_Result parse_dt(const void *fdt, int node, in parse_dt() function 375 res = parse_dt(fdt, node, regulator); in regulator_dt_register()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_risab.c | 441 static TEE_Result parse_dt(const void *fdt, int node, in parse_dt() function 851 res = parse_dt(fdt, node, risab_d); in stm32_risab_probe()
|