Searched refs:rstctrl_dt_get_by_index (Results 1 – 11 of 11) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | rstctrl.h | 158 static inline TEE_Result rstctrl_dt_get_by_index(const void *fdt, in rstctrl_dt_get_by_index() function 175 static inline TEE_Result rstctrl_dt_get_by_index(const void *fdt __unused, in rstctrl_dt_get_by_index() function
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | rstctrl.c | 49 return rstctrl_dt_get_by_index(fdt, nodeoffset, index, rstctrl); in rstctrl_dt_get_by_name()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_reset_consumer.c | 73 res = rstctrl_dt_get_by_index(fdt, subnode, 0, &reset); in optee_scmi_server_init_resets()
|
| /optee_os/core/drivers/ |
| H A D | stm32_omm.c | 194 res = rstctrl_dt_get_by_index(fdt, ctrl_node, reset_i, in stm32_omm_parse_fdt()
|
| H A D | stm32_iwdg.c | 464 res = rstctrl_dt_get_by_index(fdt, node, 0, &iwdg->reset); in stm32_iwdg_parse_fdt()
|
| H A D | stm32_rng.c | 600 res = rstctrl_dt_get_by_index(fdt, node, 0, &stm32_rng->rstctrl); in stm32_rng_parse_fdt()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 235 res = rstctrl_dt_get_by_index(fdt, node, 0, &rstctrl0); in probe_test_resets()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 803 res = rstctrl_dt_get_by_index(fdt, node, 0, &pdata->reset); in stm32_hash_parse_fdt()
|
| H A D | stm32_cryp.c | 1287 res = rstctrl_dt_get_by_index(fdt, node, 0, &rstctrl); in stm32_cryp_probe()
|
| H A D | stm32_saes.c | 1365 res = rstctrl_dt_get_by_index(fdt, node, 0, &pdata->reset); in stm32_saes_parse_fdt()
|
| H A D | stm32_pka.c | 1641 res = rstctrl_dt_get_by_index(fdt, node, 0, &pdata->reset); in stm32_pka_parse_fdt()
|