Home
last modified time | relevance | path

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

/optee_os/core/drivers/rstctrl/
H A Drstctrl.c40 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset, in rstctrl_dt_get_by_name() function
/optee_os/core/include/drivers/
H A Drstctrl.h198 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset,
/optee_os/core/drivers/remoteproc/
H A Dstm32_remoteproc.c393 res = rstctrl_dt_get_by_name(fdt, node, "mcu_rst", &rproc->mcu_rst); in stm32_rproc_probe()
397 res = rstctrl_dt_get_by_name(fdt, node, "hold_boot", &rproc->hold_boot); in stm32_rproc_probe()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c247 res = rstctrl_dt_get_by_name(fdt, node, "rst0", &rstctrl); in probe_test_resets()
257 res = rstctrl_dt_get_by_name(fdt, node, "rst1", &rstctrl1); in probe_test_resets()