Searched refs:lcd_height (Results 1 - 3 of 3) 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.c399 static int lcd_height = -1; variable
400 module_param(lcd_height, int, 0000);
401 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");
848 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) {
868 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) {
903 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) {
927 lcd_flags = ((lcd_height > 1) ? LCD_FLAG_N : 0)
1254 lcd_addr_y = (lcd_addr_y + 1) % lcd_height;
1369 if (lcd_height < 0)
1370 lcd_height
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb.h164 u16 lcd_height; member in struct:atyfb_par
H A Datyfb_base.c896 ((xres > par->lcd_width) || (yres > par->lcd_height))) {
934 if (yres < par->lcd_height) {
935 VScan = par->lcd_height / yres;
976 vdisplay = par->lcd_height;
1110 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) {
1112 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0));
3191 height = par->lcd_height = *(u16 *)(par->lcd_table+27);

Completed in 63 milliseconds