Lines Matching full:remote
20 * @RPROC_INTERNAL_MEMORY_MAPPED: Remote processor uses own memory and is memory
24 * of remote processors. Few of the remote processors do have own internal
33 * @name: Platform-specific way of naming the Remote proc
48 * struct dm_rproc_ops - Operations that are provided by remote proc driver
60 * @reset: Reset the remote proc device (optional)
62 * @is_running: Check if the remote processor is running(optional)
64 * @ping: Ping the remote device for basic communication check(optional)
82 * rproc_init() - Initialize all bound remote proc devices
89 * rproc_dev_init() - Initialize a remote proc device based on id
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
153 * NOTE: this may not involve actual communication capability of the remote