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)
90 * @id: id of the remote processor
104 * rproc_load() - load binary to a remote processor
105 * @id: id of the remote processor
114 * rproc_start() - Start a remote processor
115 * @id: id of the remote processor
122 * rproc_stop() - Stop a remote processor
123 * @id: id of the remote processor
130 * rproc_reset() - reset a remote processor
131 * @id: id of the remote processor
138 * rproc_ping() - ping a remote processor to check if it can communicate
139 * @id: id of the remote processor
150 * rproc_is_running() - check to see if remote processor is running
151 * @id: id of the remote processor
154 * processor, but just ensures that it is out of reset and executing code.