Searched refs:rstctrl_dt_get_by_name (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | rstctrl.c | 42 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset, in rstctrl_dt_get_by_name() function
|
/optee_os-3.20.0/core/include/drivers/ |
A D | rstctrl.h | 196 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset,
|
/optee_os-3.20.0/core/kernel/ |
A D | dt_driver_test.c | 231 res = rstctrl_dt_get_by_name(fdt, node, "rst0", &rstctrl); in dt_test_consumer_probe() 240 res = rstctrl_dt_get_by_name(fdt, node, "rst1", &rstctrl1); in dt_test_consumer_probe()
|
Completed in 4 milliseconds