Lines Matching defs:timer
44 * @timer: timer used to implement scrolling
59 struct timer_list timer;
226 * timer if required.
230 struct img_ascii_lcd_ctx *ctx = from_timer(ctx, t, timer);
251 /* rearm the timer */
253 mod_timer(&ctx->timer, jiffies + ctx->scroll_rate);
273 /* stop the scroll timer */
274 del_timer_sync(&ctx->timer);
308 img_ascii_lcd_scroll(&ctx->timer);
401 /* initialise a timer for scrolling the message */
402 timer_setup(&ctx->timer, img_ascii_lcd_scroll, 0);
417 del_timer_sync(&ctx->timer);
435 del_timer_sync(&ctx->timer);