Lines Matching full:remoteproc
16 #include <linux/remoteproc.h>
67 * @rproc: remoteproc device handle
104 * and we let remoteproc core handle it.
127 * remoteproc detected an exception, but error recovery is not in k3_dsp_rproc_mbox_callback()
266 * internal RAMs. The .prepare() ops is invoked by remoteproc core before any
269 * remoteproc mode.
292 * by the remoteproc core after the remoteproc is stopped to balance the global
293 * reset. This callback is invoked only in remoteproc mode.
314 * were met. This callback is invoked only in remoteproc mode.
346 * of any pending messages. This callback is invoked only in remoteproc mode.
414 * can be used either by the remoteproc core for loading (when using kernel
415 * remoteproc loader), or by any rpmsg bus drivers.
691 /* configure J721E devices for either remoteproc or IPC-only mode */ in k3_dsp_rproc_probe()
704 dev_info(dev, "configured DSP for remoteproc mode\n"); in k3_dsp_rproc_probe()
723 return dev_err_probe(dev, ret, "failed to add register device with remoteproc core\n"); in k3_dsp_rproc_probe()
805 MODULE_DESCRIPTION("TI K3 DSP Remoteproc driver");