Lines Matching defs:configure
303 * @configure: boolean flag used to acquire and configure the timer handle
306 * a remoteproc. The configure flag is provided to allow the driver to
312 static int omap_rproc_enable_timers(struct rproc *rproc, bool configure)
328 if (!configure)
425 if (configure)
443 * @configure: boolean flag used to release the timer handle
446 * a remoteproc. The configure flag is provided to allow the driver to
452 static int omap_rproc_disable_timers(struct rproc *rproc, bool configure)
464 if (configure) {