Home
last modified time | relevance | path

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

/linux-4.1.27/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.
64 ret = rproc_boot(my_rproc);
/linux-4.1.27/include/linux/
Dremoteproc.h491 int rproc_boot(struct rproc *rproc);
/linux-4.1.27/drivers/remoteproc/
Dremoteproc_virtio.c164 ret = rproc_boot(rproc); in rproc_virtio_find_vqs()
Dremoteproc_core.c1026 int rproc_boot(struct rproc *rproc) in rproc_boot() function
1087 EXPORT_SYMBOL(rproc_boot);