Home
last modified time | relevance | path

Searched refs:omap_lcd_panel_s (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/display/
H A Domap_lcdc.c27 struct omap_lcd_panel_s { struct
53 static void omap_lcd_interrupts(struct omap_lcd_panel_s *s) in omap_lcd_interrupts() argument
201 struct omap_lcd_panel_s *omap_lcd = opaque; in omap_update_display()
328 struct omap_lcd_panel_s *omap_lcd = opaque; in omap_invalidate_display()
332 static void omap_lcd_update(struct omap_lcd_panel_s *s) { in omap_lcd_update()
381 struct omap_lcd_panel_s *s = opaque; in omap_lcdc_read()
414 struct omap_lcd_panel_s *s = opaque; in omap_lcdc_write()
461 void omap_lcdc_reset(struct omap_lcd_panel_s *s) in omap_lcdc_reset()
488 struct omap_lcd_panel_s *omap_lcdc_init(MemoryRegion *sysmem, in omap_lcdc_init()
494 struct omap_lcd_panel_s *s = g_new0(struct omap_lcd_panel_s, 1); in omap_lcdc_init()
/openbmc/qemu/include/hw/arm/
H A Domap.h777 struct omap_lcd_panel_s;
778 void omap_lcdc_reset(struct omap_lcd_panel_s *s);
779 struct omap_lcd_panel_s *omap_lcdc_init(MemoryRegion *sysmem,
924 struct omap_lcd_panel_s *lcd;