Searched refs:rproc_stop (Results 1 – 4 of 4) 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