Lines Matching defs:update
25 * @update: function called to update the LCD
30 void (*update)(struct img_ascii_lcd_ctx *ctx);
86 .update = boston_update,
106 pr_err_ratelimited("Failed to update LCD display: %d\n", err);
112 .update = malta_update,
204 pr_err_ratelimited("Failed to update LCD display: %d\n", err);
210 .update = sead3_update,
234 /* update the current message string */
244 /* update the LCD */
245 ctx->cfg->update(ctx);
289 ctx->cfg->update(ctx);
307 /* update the LCD */