Searched refs:rproc_stop (Results 1 – 5 of 5) sorted by relevance
28 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()
127 int rproc_stop(int id);165 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop() function
176 ret = rproc_stop(id); in do_remoteproc_wrapper()
418 int rproc_stop(int id) in rproc_stop() function
1706 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() function1797 ret = rproc_stop(rproc, true); in rproc_boot_recovery()2009 ret = rproc_stop(rproc, false); in rproc_shutdown()