Searched refs:s3c24x0_lcd_softc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | s3c24x0_lcd.h | 58 struct s3c24x0_lcd_softc { struct 76 void s3c24x0_lcd_attach_sub(struct s3c24x0_lcd_softc *, argument 78 int s3c24x0_lcd_start_dma(struct s3c24x0_lcd_softc *, 98 void s3c24x0_set_lcd_panel_info(struct s3c24x0_lcd_softc *, 101 struct s3c24x0_lcd_screen *s3c24x0_lcd_new_screen(struct s3c24x0_lcd_softc *, 120 void s3c24x0_lcd_power(struct s3c24x0_lcd_softc *, int);
|
H A D | s3c24x0_lcd.c | 68 static void init_palette(struct s3c24x0_lcd_softc *, 87 void draw_test_pattern(struct s3c24x0_lcd_softc *, 93 s3c24x0_set_lcd_panel_info(struct s3c24x0_lcd_softc *sc, in s3c24x0_set_lcd_panel_info() 131 s3c24x0_lcd_attach_sub(struct s3c24x0_lcd_softc *sc, in s3c24x0_lcd_attach_sub() 174 struct s3c24x0_lcd_softc *sc = arg; in lcdintr() 185 s3c24x0_lcd_start_dma(struct s3c24x0_lcd_softc *sc, in s3c24x0_lcd_start_dma() 292 s3c24x0_lcd_power(struct s3c24x0_lcd_softc *sc, int on) in s3c24x0_lcd_power() 309 s3c24x0_lcd_new_screen(struct s3c24x0_lcd_softc *sc, in s3c24x0_lcd_new_screen() 433 init_palette(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr) in init_palette() 478 s3c24x0_lcd_stop_dma(struct s3c24x0_lcd_softc *sc) in s3c24x0_lcd_stop_dma() [all …]
|
/netbsd-src/sys/arch/evbarm/smdk2xx0/ |
H A D | smdk2410_lcd.c | 69 void draw_test_pattern(struct s3c24x0_lcd_softc *, 178 CFATTACH_DECL_NEW(lcd_ssio, sizeof (struct s3c24x0_lcd_softc), lcd_match, 226 struct s3c24x0_lcd_softc *sc = device_private(self); in lcd_attach() 288 struct s3c24x0_lcd_softc *sc = in lcdmmap() 307 draw_test_pattern_16(struct s3c24x0_lcd_softc *sc, in draw_test_pattern_16() 345 draw_test_pattern_8(struct s3c24x0_lcd_softc *sc, in draw_test_pattern_8() 371 draw_test_pattern(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr) in draw_test_pattern()
|
/netbsd-src/sys/arch/evbarm/mini2440/ |
H A D | mini2440_lcd.c | 96 void draw_test_pattern(struct s3c24x0_lcd_softc *, 205 CFATTACH_DECL_NEW(lcd_ssio, sizeof (struct s3c24x0_lcd_softc), lcd_match, 254 struct s3c24x0_lcd_softc *sc = device_private(self); in lcd_attach() 325 struct s3c24x0_lcd_softc *sc = in lcdmmap() 344 draw_test_pattern_16(struct s3c24x0_lcd_softc *sc, in draw_test_pattern_16() 382 draw_test_pattern_8(struct s3c24x0_lcd_softc *sc, in draw_test_pattern_8() 408 draw_test_pattern(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr) in draw_test_pattern()
|