Home
last modified time | relevance | path

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

/external/u-boot/test/dm/
Dremoteproc.c28 ut_assertok(rproc_stop(0)); in dm_test_remoteproc_base()
39 ut_assertok(rproc_stop(0)); in dm_test_remoteproc_base()
42 ut_assertok(rproc_stop(1)); in dm_test_remoteproc_base()
49 ut_assertok(rproc_stop(1)); in dm_test_remoteproc_base()
52 ut_assertok(rproc_stop(0)); in dm_test_remoteproc_base()
63 ut_assertok(rproc_stop(2)); in dm_test_remoteproc_base()
/external/u-boot/include/
Dremoteproc.h119 int rproc_stop(int id);
156 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop() function
/external/u-boot/cmd/
Dremoteproc.c176 ret = rproc_stop(id); in do_remoteproc_wrapper()
/external/u-boot/drivers/remoteproc/
Drproc-uclass.c399 int rproc_stop(int id) in rproc_stop() function