Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dremoteproc.h155 static inline int rproc_start(int id) { return -ENOSYS; } in rproc_start() function
/OK3568_Linux_fs/u-boot/drivers/remoteproc/
H A Drproc-uclass.c394 int rproc_start(int id) in rproc_start() function
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_core.c1365 static int rproc_start(struct rproc *rproc, const struct firmware *fw) in rproc_start() function