Searched refs:CLCD_CAP_888 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | amba-clcd-versatile.c | 27 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888, 51 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
|
D | amba-clcd.c | 146 caps &= ~CLCD_CAP_888; in clcdfb_set_bitfields() 218 caps &= CLCD_CAP_888; in clcdfb_set_bitfields() 619 { 0x110, 0, 8, 16, CLCD_CAP_888 }, in clcdfb_of_init_tft_panel() 625 CLCD_CAP_565 | CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | integrator_cp.c | 215 .caps = CLCD_CAP_5551 | CLCD_CAP_RGB565 | CLCD_CAP_888,
|
D | impd1.c | 258 .caps = CLCD_CAP_5551 | CLCD_CAP_888,
|
/linux-4.1.27/include/linux/amba/ |
D | clcd.h | 85 CLCD_CAP_888 = CLCD_CAP_RGB888 | CLCD_CAP_BGR888, enumerator
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 568 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
|