Lines Matching full:lcd
22 * struct img_ascii_lcd_config - Configuration information about an LCD model
23 * @num_chars: the number of characters the LCD can display
36 * @base: the base address of the LCD registers
37 * @regmap: the regmap through which LCD registers are accessed
38 * @offset: the offset within regmap to the start of the LCD registers
98 pr_err_ratelimited("Failed to update LCD display: %d\n", err); in malta_update()
200 pr_err_ratelimited("Failed to update LCD display: %d\n", err); in sead3_update()
212 { .compatible = "img,boston-lcd", .data = &boston_config },
213 { .compatible = "mti,malta-lcd", .data = &malta_config },
214 { .compatible = "mti,sead3-lcd", .data = &sead3_config },
220 * img_ascii_lcd_probe() - probe an LCD display device
221 * @pdev: the LCD platform device
223 * Probe an LCD display device, ensuring that we have the required resources in
224 * order to access the LCD & setting up private data as well as sysfs files.
272 * img_ascii_lcd_remove() - remove an LCD display device
273 * @pdev: the LCD platform device
275 * Remove an LCD display device, freeing private resources & ensuring that the
276 * driver stops using the LCD display registers.
288 .name = "img-ascii-lcd",
296 MODULE_DESCRIPTION("Imagination Technologies ASCII LCD Display");