Home
last modified time | relevance | path

Searched defs:rproc_stop (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dremoteproc.h156 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop() function
/OK3568_Linux_fs/u-boot/drivers/remoteproc/
H A Drproc-uclass.c399 int rproc_stop(int id) in rproc_stop() function
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_core.c1651 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() function