Lines Matching defs:omap_rproc_timer
74 * struct omap_rproc_timer - data structure for a timer used by a omap rproc
79 struct omap_rproc_timer {
111 struct omap_rproc_timer *timers;
145 * @timer: handle to a struct omap_rproc_timer to return the timer handle
156 struct omap_rproc_timer *timer)
191 static inline int omap_rproc_start_timer(struct omap_rproc_timer *timer)
208 static inline int omap_rproc_stop_timer(struct omap_rproc_timer *timer)
223 static inline int omap_rproc_release_timer(struct omap_rproc_timer *timer)
238 static inline int omap_rproc_get_timer_irq(struct omap_rproc_timer *timer)
251 static inline void omap_rproc_ack_timer_irq(struct omap_rproc_timer *timer)
277 struct omap_rproc_timer *timers = oproc->timers;
278 struct omap_rproc_timer *wd_timer = NULL;
321 struct omap_rproc_timer *timers = oproc->timers;
457 struct omap_rproc_timer *timers = oproc->timers;