Home
last modified time | relevance | path

Searched refs:CLCD_CAP_565 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
Damba-clcd-versatile.c27 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
51 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
Damba-clcd.c176 if (!(caps & (CLCD_CAP_444 | CLCD_CAP_5551 | CLCD_CAP_565))) { in clcdfb_set_bitfields()
189 else if (var->green.length == 6 && caps & CLCD_CAP_565) in clcdfb_set_bitfields()
190 caps &= CLCD_CAP_565; in clcdfb_set_bitfields()
196 if (caps & CLCD_CAP_565) { in clcdfb_set_bitfields()
198 caps &= CLCD_CAP_565; in clcdfb_set_bitfields()
623 CLCD_CAP_565 }, 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-nspire/
Dnspire.c45 .caps = CLCD_CAP_5551 | CLCD_CAP_565,
Dclcd.c39 .caps = CLCD_CAP_565,
/linux-4.1.27/include/linux/amba/
Dclcd.h84 CLCD_CAP_565 = CLCD_CAP_RGB565 | CLCD_CAP_BGR565, enumerator
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c568 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,