Searched refs:rstctrl_dt_get_by_name (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/drivers/rstctrl/ |
| H A D | rstctrl.c | 40 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 D | rstctrl.h | 198 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset,
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 393 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 D | dt_driver_test.c | 247 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()
|