Lines Matching defs:num_chars
23 * @num_chars: the number of characters the LCD can display
28 unsigned int num_chars;
85 .num_chars = 8,
98 for (i = 0; i < ctx->cfg->num_chars; i++) {
110 .num_chars = 8,
181 for (i = 0; i < ctx->cfg->num_chars; i++) {
208 .num_chars = 16,
232 unsigned int num_chars = ctx->cfg->num_chars;
235 for (i = 0; i < num_chars;) {
237 for (; i < num_chars && ch < ctx->message_len; i++, ch++)
252 if (ctx->message_len > ctx->cfg->num_chars)
288 memset(ctx->curr, ' ', ctx->cfg->num_chars);
376 ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx) + cfg->num_chars,