Lines Matching full:remoteproc

29 #include <linux/remoteproc.h>
104 * @fck: functional clock for the remoteproc
146 * omap_rproc_request_timer() - request a timer for a remoteproc
152 * a remoteproc. The returned handle is stored in the .odt field of the
178 /* clean counter, remoteproc code will set the value */ in omap_rproc_request_timer()
185 * omap_rproc_start_timer() - start a timer for a remoteproc
188 * This helper function is used to start a timer associated with a remoteproc,
201 * omap_rproc_stop_timer() - stop a timer for a remoteproc
205 * remoteproc, and needs to be called either during a device shutdown
218 * omap_rproc_release_timer() - release a timer for a remoteproc
222 * with a remoteproc. The dmtimer will be available for other clients to
237 * function is called by the OMAP remoteproc driver to register a interrupt
252 * The function is called by the OMAP remoteproc upon a watchdog event on the
261 * omap_rproc_watchdog_isr() - Watchdog ISR handler for remoteproc device
272 * to the remoteproc driver core, to trigger a recovery.
306 * omap_rproc_enable_timers() - enable the timers for a remoteproc
311 * a remoteproc. The configure flag is provided to allow the driver
446 * omap_rproc_disable_timers() - disable the timers for a remoteproc
451 * a remoteproc. The configure flag is provided to allow the driver
490 * and we let remoteproc core handle it.
509 * remoteproc detected an exception, notify the rproc core. in omap_rproc_mbox_callback()
510 * The remoteproc core will handle the recovery. in omap_rproc_mbox_callback()
680 * the device usage count, and resuming the device. The remoteproc in omap_rproc_stop()
681 * also needs to be woken up if suspended, to avoid the remoteproc in omap_rproc_stop()
703 * update the runtime pm states and status now that the remoteproc in omap_rproc_stop()
731 * either by the remoteproc core for loading, or by any rpmsg bus drivers.
774 /* 1 sec is long enough time to let the remoteproc side suspend the device */
799 * The remoteproc side is returning the ACK message before saving the in _omap_rproc_suspend()
805 * absolute last thing to be executed on the remoteproc side, and the in _omap_rproc_suspend()
806 * MPU cannot use the ACK message as a sync point to put the remoteproc in _omap_rproc_suspend()
932 * remoteproc is running at the time of system suspend, so remember in omap_rproc_suspend()
959 * remoteproc was auto-suspended at the time of system suspend, in omap_rproc_resume()