Searched refs:devices (Results 1 – 4 of 4) sorted by relevance
597 struct dt_test_rstctrl *devices = NULL; in dt_test_rstctrl_provider_probe() local603 devices = dt_test_alloc(DT_TEST_RSTCTRL_COUNT * sizeof(*devices)); in dt_test_rstctrl_provider_probe()604 if (!devices) in dt_test_rstctrl_provider_probe()607 devices[0].rstctrl.ops = &dt_test_rstctrl_ops; in dt_test_rstctrl_provider_probe()608 devices[0].dt_binding = DT_TEST_RSTCTRL0_BINDING_ID; in dt_test_rstctrl_provider_probe()610 devices[1].rstctrl.ops = &dt_test_rstctrl_ops; in dt_test_rstctrl_provider_probe()611 devices[1].dt_binding = DT_TEST_RSTCTRL1_BINDING_ID; in dt_test_rstctrl_provider_probe()614 devices); in dt_test_rstctrl_provider_probe()616 dt_test_free(devices); in dt_test_rstctrl_provider_probe()
3 Linaro as such maintains OP-TEE, but for individual devices which might not be
166 designed to be able to run on small embedded devices the same as
2680 previously could lead to stack overflow on constrained devices.