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()
119 int rproc_stop(int id);156 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop() function
176 ret = rproc_stop(id); in do_remoteproc_wrapper()
399 int rproc_stop(int id) in rproc_stop() function
1651 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() function1713 ret = rproc_stop(rproc, true); in rproc_trigger_recovery()1876 ret = rproc_stop(rproc, false); in rproc_shutdown()