Home
last modified time | relevance | path

Searched refs:rproc_boot (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/
Dremoteproc.txt31 int rproc_boot(struct rproc *rproc)
42 - Power off a remote processor (previously booted with rproc_boot()).
46 Every call to rproc_boot() must (eventually) be accompanied by a call
52 rproc_boot(), if needed.
70 ret = rproc_boot(my_rproc);
/linux-4.4.14/include/linux/
Dremoteproc.h494 int rproc_boot(struct rproc *rproc);
/linux-4.4.14/drivers/remoteproc/
Dremoteproc_virtio.c164 ret = rproc_boot(rproc); in rproc_virtio_find_vqs()
Dremoteproc_core.c1041 int rproc_boot(struct rproc *rproc) in rproc_boot() function
1102 EXPORT_SYMBOL(rproc_boot);