Home
last modified time | relevance | path

Searched refs:CLCD_CAP_888 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Damba-clcd-versatile.c33 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
57 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
538 CLCD_CAP_888; in versatile_clcd_init_panel()
Damba-clcd.c156 caps &= ~CLCD_CAP_888; in clcdfb_set_bitfields()
237 caps &= CLCD_CAP_888; in clcdfb_set_bitfields()
680 { 0x110, 0, 8, 16, CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
681 { 0x110, 16, 8, 0, CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
687 CLCD_CAP_565 | CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
728 if (fb->panel->caps & CLCD_CAP_888) { in clcdfb_of_init_tft_panel()
/Linux-v4.19/arch/arm/mach-versatile/
Dversatile_dt.c245 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
/Linux-v4.19/include/linux/amba/
Dclcd.h30 CLCD_CAP_888 = CLCD_CAP_RGB888 | CLCD_CAP_BGR888, enumerator
/Linux-v4.19/arch/arm/mach-integrator/
Dimpd1.c257 .caps = CLCD_CAP_5551 | CLCD_CAP_888,