Lines Matching full:remoteproc

28 #include <linux/remoteproc.h>
99 * @fck: functional clock for the remoteproc
141 * omap_rproc_request_timer() - request a timer for a remoteproc
147 * a remoteproc. The returned handle is stored in the .odt field of the
173 /* clean counter, remoteproc code will set the value */ in omap_rproc_request_timer()
180 * omap_rproc_start_timer() - start a timer for a remoteproc
183 * This helper function is used to start a timer associated with a remoteproc,
196 * omap_rproc_stop_timer() - stop a timer for a remoteproc
200 * remoteproc, and needs to be called either during a device shutdown
213 * omap_rproc_release_timer() - release a timer for a remoteproc
217 * with a remoteproc. The dmtimer will be available for other clients to
232 * function is called by the OMAP remoteproc driver to register a interrupt
247 * The function is called by the OMAP remoteproc upon a watchdog event on the
256 * omap_rproc_watchdog_isr() - Watchdog ISR handler for remoteproc device
267 * to the remoteproc driver core, to trigger a recovery.
301 * omap_rproc_enable_timers() - enable the timers for a remoteproc
306 * a remoteproc. The configure flag is provided to allow the driver to
441 * omap_rproc_disable_timers() - disable the timers for a remoteproc
446 * a remoteproc. The configure flag is provided to allow the driver to
485 * and we let remoteproc core handle it.
504 * remoteproc detected an exception, notify the rproc core. in omap_rproc_mbox_callback()
505 * The remoteproc core will handle the recovery. in omap_rproc_mbox_callback()
675 * the device usage count, and resuming the device. The remoteproc in omap_rproc_stop()
676 * also needs to be woken up if suspended, to avoid the remoteproc in omap_rproc_stop()
698 * update the runtime pm states and status now that the remoteproc in omap_rproc_stop()
726 * either by the remoteproc core for loading, or by any rpmsg bus drivers.
769 /* 1 sec is long enough time to let the remoteproc side suspend the device */
794 * The remoteproc side is returning the ACK message before saving the in _omap_rproc_suspend()
800 * absolute last thing to be executed on the remoteproc side, and the in _omap_rproc_suspend()
801 * 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()
956 * remoteproc was auto-suspended at the time of system suspend, in omap_rproc_resume()