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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmsm_fb.c76 int eright; /* exclusive */ member in struct:msmfb_info::__anon16318
149 w = msmfb->update_info.eright - x;
154 msmfb->update_info.eright = 0;
196 uint32_t eright, uint32_t ebottom,
206 left, top, eright, ebottom, yoffset, pan_display);
256 if (left == 0 && top == 0 && eright == info->var.xres &&
271 if (eright > msmfb->update_info.eright)
272 msmfb->update_info.eright = eright;
195 msmfb_pan_update(struct fb_info *info, uint32_t left, uint32_t top, uint32_t eright, uint32_t ebottom, uint32_t yoffset, int pan_display) argument
295 msmfb_update(struct fb_info *info, uint32_t left, uint32_t top, uint32_t eright, uint32_t ebottom) argument
[all...]

Completed in 56 milliseconds