Searched refs:lcd_width (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c403 static int lcd_width = -1; variable
404 module_param(lcd_width, int, 0000);
405 MODULE_PARM_DESC(lcd_width, "Number of columns on the LCD");
1048 if (lcd_addr_x < lcd_width) {
1363 if (lcd_width < 0)
1364 lcd_width = 40;
1385 if (lcd_width < 0)
1386 lcd_width = 16;
1407 if (lcd_width < 0)
1408 lcd_width
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dled.c86 unsigned long lcd_width:16; /* width of the LCD in chars (DISPLAY_MODEL_LCD only) */ member in struct:pdc_chassis_lcd_info_ret_block
111 .lcd_width = 16,
646 for (i=0; i < lcd_info.lcd_width; i++) {
659 return lcd_info.lcd_width;
700 "lcd_width=%d, cmd_delay=%u,\n"
705 lcd_info.lcd_width, lcd_info.min_cmd_delay,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_ct.c144 multiplier = multiplier * par->lcd_width;
147 ras_multiplier = ras_multiplier * par->lcd_width;
269 ret *= par->lcd_width;
H A Datyfb.h163 u16 lcd_width; member in struct:atyfb_par
H A Datyfb_base.c896 ((xres > par->lcd_width) || (yres > par->lcd_height))) {
1044 if (xres < par->lcd_width && crtc->lcd_gen_cntl & LCD_ON) {
1061 int nStretch = par->lcd_width / HDisplay;
1062 int Remainder = par->lcd_width % HDisplay;
1065 (((HDisplay * 16) / par->lcd_width) < 7)) {
1068 int Numerator = HDisplay, Denominator = par->lcd_width;
1106 (((HDisplay * (HORZ_STRETCH_BLEND + 1)) / par->lcd_width) & HORZ_STRETCH_BLEND));
3190 width = par->lcd_width = *(u16 *)(par->lcd_table+25);

Completed in 193 milliseconds