Searched refs:panel_type (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/video/
H A Dda8xx-fb.h15 enum panel_type { enum
31 enum panel_type panel_type; /* QVGA */ member in struct:display_panel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/video/
H A Dda8xx-fb.h15 enum panel_type { enum
31 enum panel_type panel_type; /* QVGA */ member in struct:display_panel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/
H A Dam200epd.c41 static unsigned int panel_type = 6; variable
205 switch (panel_type) {
216 dev_err(&am200_device->dev, "invalid panel_type selection,"
280 return panel_type;
382 module_param(panel_type, uint, 0);
383 MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97");
H A Dam300epd.c39 static unsigned int panel_type = 6; variable
226 return panel_type;
290 module_param(panel_type, uint, 0);
291 MODULE_PARM_DESC(panel_type, "Select the panel type: 37, 6, 97");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dam200epd.c41 static unsigned int panel_type = 6; variable
205 switch (panel_type) {
216 dev_err(&am200_device->dev, "invalid panel_type selection,"
280 return panel_type;
382 module_param(panel_type, uint, 0);
383 MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97");
H A Dam300epd.c39 static unsigned int panel_type = 6; variable
226 return panel_type;
290 module_param(panel_type, uint, 0);
291 MODULE_PARM_DESC(panel_type, "Select the panel type: 37, 6, 97");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Dintel_bios.c36 static int panel_type; variable
141 if (lvds_options->panel_type == 0xff)
143 panel_type = lvds_options->panel_type;
159 lvds_options->panel_type));
249 dvo_timing + sdvo_lvds_options->panel_type);
439 switch ((edp->color_depth >> (panel_type * 2)) & 3) {
H A Dintel_bios.h248 u8 panel_type; member in struct:bdb_lvds_options
371 u8 panel_type; member in struct:bdb_sdvo_lvds_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_bios.c36 static int panel_type; variable
141 if (lvds_options->panel_type == 0xff)
143 panel_type = lvds_options->panel_type;
159 lvds_options->panel_type));
249 dvo_timing + sdvo_lvds_options->panel_type);
439 switch ((edp->color_depth >> (panel_type * 2)) & 3) {
H A Dintel_bios.h248 u8 panel_type; member in struct:bdb_lvds_options
371 u8 panel_type; member in struct:bdb_sdvo_lvds_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dmetronomefb.c582 int panel_type; local
608 panel_type = board->get_panel_type();
609 switch (panel_type) {
H A Dda8xx-fb.c563 if (QVGA != cfg->p_disp_panel->panel_type)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dmetronomefb.c582 int panel_type; local
608 panel_type = board->get_panel_type();
609 switch (panel_type) {
H A Dda8xx-fb.c563 if (QVGA != cfg->p_disp_panel->panel_type)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb_base.c3176 u16 width, height, panel_type, refresh_rates; local
3192 panel_type = *(u16 *)(par->lcd_table+29);
3193 if (panel_type & 1)
3197 if (panel_type & 2)
3201 tech = (panel_type >> 2) & 63;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c3176 u16 width, height, panel_type, refresh_rates; local
3192 panel_type = *(u16 *)(par->lcd_table+29);
3193 if (panel_type & 1)
3197 if (panel_type & 2)
3201 tech = (panel_type >> 2) & 63;

Completed in 129 milliseconds