Searched refs:panel_type (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm/mach-pxa/ |
| H A D | am200epd.c | 41 static unsigned int panel_type = 6; variable 205 switch (panel_type) { in am200_presetup_fb() 280 return panel_type; in am200_get_panel_type() 390 module_param(panel_type, uint, 0); 391 MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97");
|
| H A D | am300epd.c | 40 static unsigned int panel_type = 6; variable 228 return panel_type; in am300_get_panel_type() 291 module_param(panel_type, uint, 0); 292 MODULE_PARM_DESC(panel_type, "Select the panel type: 37, 6, 97");
|
| /linux/drivers/video/fbdev/ |
| H A D | imxfb.c | 166 enum imxfb_panel_type panel_type; member 455 fbi->panel_type = PANEL_TYPE_TFT; in imxfb_check_var() 457 fbi->panel_type = PANEL_TYPE_CSTN; in imxfb_check_var() 459 fbi->panel_type = PANEL_TYPE_MONOCHROME; in imxfb_check_var() 622 if (fbi->panel_type == PANEL_TYPE_TFT) in imxfb_activate_var() 624 else if (fbi->panel_type == PANEL_TYPE_CSTN) in imxfb_activate_var()
|
| H A D | metronomefb.c | 526 int panel_type; in metronomefb_probe() local 552 panel_type = board->get_panel_type(); in metronomefb_probe() 553 switch (panel_type) { in metronomefb_probe()
|
| /linux/drivers/video/fbdev/mmp/panel/ |
| H A D | tpo_tj032md01bw.c | 121 .panel_type = PANELTYPE_ACTIVE,
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_bios.h | 234 u8 panel_type; member 369 u8 panel_type; member
|
| H A D | psb_drv.h | 536 uint8_t panel_type; member
|
| /linux/include/video/ |
| H A D | mmp_disp.h | 178 int panel_type; member
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | atyfb_base.c | 3185 u16 width, height, panel_type, refresh_rates; in aty_init_lcd() local 3200 panel_type = *(u16 *)(par->lcd_table+29); in aty_init_lcd() 3201 if (panel_type & 1) in aty_init_lcd() 3205 if (panel_type & 2) in aty_init_lcd() 3209 tech = (panel_type >> 2) & 63; in aty_init_lcd()
|
| /linux/drivers/input/touchscreen/ |
| H A D | hideep.c | 124 u8 panel_type; member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 332 int panel_type; member
|