Lines Matching full:remoteproc
29 #include <linux/remoteproc.h>
100 * @fck: functional clock for the remoteproc
142 * omap_rproc_request_timer() - request a timer for a remoteproc
148 * a remoteproc. The returned handle is stored in the .odt field of the
174 /* clean counter, remoteproc code will set the value */ in omap_rproc_request_timer()
181 * omap_rproc_start_timer() - start a timer for a remoteproc
184 * This helper function is used to start a timer associated with a remoteproc,
197 * omap_rproc_stop_timer() - stop a timer for a remoteproc
201 * remoteproc, and needs to be called either during a device shutdown
214 * omap_rproc_release_timer() - release a timer for a remoteproc
218 * with a remoteproc. The dmtimer will be available for other clients to
233 * function is called by the OMAP remoteproc driver to register a interrupt
248 * The function is called by the OMAP remoteproc upon a watchdog event on the
257 * omap_rproc_watchdog_isr() - Watchdog ISR handler for remoteproc device
268 * to the remoteproc driver core, to trigger a recovery.
302 * omap_rproc_enable_timers() - enable the timers for a remoteproc
307 * a remoteproc. The configure flag is provided to allow the driver
442 * omap_rproc_disable_timers() - disable the timers for a remoteproc
447 * a remoteproc. The configure flag is provided to allow the driver
486 * and we let remoteproc core handle it.
505 * remoteproc detected an exception, notify the rproc core. in omap_rproc_mbox_callback()
506 * The remoteproc core will handle the recovery. in omap_rproc_mbox_callback()
676 * the device usage count, and resuming the device. The remoteproc in omap_rproc_stop()
677 * also needs to be woken up if suspended, to avoid the remoteproc in omap_rproc_stop()
699 * update the runtime pm states and status now that the remoteproc in omap_rproc_stop()
727 * either by the remoteproc core for loading, or by any rpmsg bus drivers.
770 /* 1 sec is long enough time to let the remoteproc side suspend the device */
795 * The remoteproc side is returning the ACK message before saving the in _omap_rproc_suspend()
801 * absolute last thing to be executed on the remoteproc side, and the in _omap_rproc_suspend()
802 * MPU cannot use the ACK message as a sync point to put the remoteproc in _omap_rproc_suspend()
928 * remoteproc is running at the time of system suspend, so remember in omap_rproc_suspend()
955 * remoteproc was auto-suspended at the time of system suspend, in omap_rproc_resume()