Lines Matching defs:omap_rproc_timer
73 * struct omap_rproc_timer - data structure for a timer used by a omap rproc
78 struct omap_rproc_timer {
110 struct omap_rproc_timer *timers;
144 * @timer: handle to a struct omap_rproc_timer to return the timer handle
155 struct omap_rproc_timer *timer)
190 static inline int omap_rproc_start_timer(struct omap_rproc_timer *timer)
207 static inline int omap_rproc_stop_timer(struct omap_rproc_timer *timer)
222 static inline int omap_rproc_release_timer(struct omap_rproc_timer *timer)
237 static inline int omap_rproc_get_timer_irq(struct omap_rproc_timer *timer)
250 static inline void omap_rproc_ack_timer_irq(struct omap_rproc_timer *timer)
276 struct omap_rproc_timer *timers = oproc->timers;
277 struct omap_rproc_timer *wd_timer = NULL;
320 struct omap_rproc_timer *timers = oproc->timers;
456 struct omap_rproc_timer *timers = oproc->timers;