Home
last modified time | relevance | path

Searched refs:rstctrl_dt_get_by_index (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/include/drivers/
H A Drstctrl.h158 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 Drstctrl.c49 return rstctrl_dt_get_by_index(fdt, nodeoffset, index, rstctrl); in rstctrl_dt_get_by_name()
/optee_os/core/lib/scmi-server/
H A Dscmi_reset_consumer.c73 res = rstctrl_dt_get_by_index(fdt, subnode, 0, &reset); in optee_scmi_server_init_resets()
/optee_os/core/drivers/
H A Dstm32_omm.c194 res = rstctrl_dt_get_by_index(fdt, ctrl_node, reset_i, in stm32_omm_parse_fdt()
H A Dstm32_iwdg.c464 res = rstctrl_dt_get_by_index(fdt, node, 0, &iwdg->reset); in stm32_iwdg_parse_fdt()
H A Dstm32_rng.c600 res = rstctrl_dt_get_by_index(fdt, node, 0, &stm32_rng->rstctrl); in stm32_rng_parse_fdt()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c235 res = rstctrl_dt_get_by_index(fdt, node, 0, &rstctrl0); in probe_test_resets()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c803 res = rstctrl_dt_get_by_index(fdt, node, 0, &pdata->reset); in stm32_hash_parse_fdt()
H A Dstm32_cryp.c1287 res = rstctrl_dt_get_by_index(fdt, node, 0, &rstctrl); in stm32_cryp_probe()
H A Dstm32_saes.c1365 res = rstctrl_dt_get_by_index(fdt, node, 0, &pdata->reset); in stm32_saes_parse_fdt()
H A Dstm32_pka.c1641 res = rstctrl_dt_get_by_index(fdt, node, 0, &pdata->reset); in stm32_pka_parse_fdt()