Searched refs:CLCD_CAP_888 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd-versatile.c | 33 .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()
|
D | amba-clcd.c | 156 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/ |
D | versatile_dt.c | 245 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
|
/Linux-v4.19/include/linux/amba/ |
D | clcd.h | 30 CLCD_CAP_888 = CLCD_CAP_RGB888 | CLCD_CAP_BGR888, enumerator
|
/Linux-v4.19/arch/arm/mach-integrator/ |
D | impd1.c | 257 .caps = CLCD_CAP_5551 | CLCD_CAP_888,
|