Lines Matching full:processor
20 * @RPROC_INTERNAL_MEMORY_MAPPED: Remote processor uses own memory and is memory
21 * mapped to the host processor over an address range.
62 * @is_running: Check if the remote processor is running(optional)
96 * rproc_load() - load binary to a remote processor
97 * @id: id of the remote processor
106 * rproc_start() - Start a remote processor
107 * @id: id of the remote processor
114 * rproc_stop() - Stop a remote processor
115 * @id: id of the remote processor
122 * rproc_reset() - reset a remote processor
123 * @id: id of the remote processor
130 * rproc_ping() - ping a remote processor to check if it can communicate
131 * @id: id of the remote processor
142 * rproc_is_running() - check to see if remote processor is running
143 * @id: id of the remote processor
146 * processor, but just ensures that it is out of reset and executing code.