Home
last modified time | relevance | path

Searched full:st7920 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/sitronix/
H A Dst7920.c3 * DRM driver for Sitronix ST7920 LCD displays
32 #define DRIVER_DESC "DRM driver for Sitronix ST7920 LCD displays"
209 /* st7920 family */
211 .compatible = "sitronix,st7920",
226 /* st7920 family */
227 { "st7920", 0 },
232 static void st7920_power_on(struct st7920_device *st7920, in st7920_power_on() argument
235 st7920_spi_write(st7920->spi, SET_DISPLAY_ON, NULL, 72, err); in st7920_power_on()
238 static void st7920_power_off(struct st7920_device *st7920, in st7920_power_off() argument
241 st7920_spi_write(st7920->spi, SET_DISPLAY_CLEAR, NULL, 1600, err); in st7920_power_off()
[all …]
/linux/
H A DMAINTAINERS8375 DRM DRIVER FOR SITRONIX ST7920 LCD DISPLAYS
8379 F: Documentation/devicetree/bindings/display/sitronix,st7920.yaml
8380 F: drivers/gpu/drm/sitronix/st7920.c