Home
last modified time | relevance | path

Searched refs:panel_type (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/mach-pxa/
H A Dam200epd.c41 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 Dam300epd.c40 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 Dimxfb.c166 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 Dmetronomefb.c526 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 Dtpo_tj032md01bw.c121 .panel_type = PANELTYPE_ACTIVE,
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h234 u8 panel_type; member
369 u8 panel_type; member
H A Dpsb_drv.h536 uint8_t panel_type; member
/linux/include/video/
H A Dmmp_disp.h178 int panel_type; member
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c3185 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 Dhideep.c124 u8 panel_type; member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h332 int panel_type; member