Lines Matching refs:panel
102 struct au1100fb_panel *panel; /* Panel connected to this device */
260 * To add a new panel, enter the same specifications as the
296 /* Sharp 320x240 TFT panel */
345 /* Generic 640x480 TFT panel */
357 /* Pb1100 LCDB 640x480 PrimeView TFT panel */
374 #define panel_is_dual(panel) (panel->control_base & LCD_CONTROL_DP)
375 #define panel_is_active(panel)(panel->control_base & LCD_CONTROL_PT)
376 #define panel_is_color(panel) (panel->control_base & LCD_CONTROL_PC)
377 #define panel_swap_rgb(panel) (panel->control_base & LCD_CONTROL_CCO)