[go: nahoru, domu]

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

/drivers/video/fbdev/msm/
H A Dmsm_fb.c75 int eright; /* exclusive */ member in struct:msmfb_info::__anon7162
147 w = msmfb->update_info.eright - x;
152 msmfb->update_info.eright = 0;
194 uint32_t eright, uint32_t ebottom,
204 left, top, eright, ebottom, yoffset, pan_display);
254 if (left == 0 && top == 0 && eright == info->var.xres &&
269 if (eright > msmfb->update_info.eright)
270 msmfb->update_info.eright = eright;
193 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
293 msmfb_update(struct fb_info *info, uint32_t left, uint32_t top, uint32_t eright, uint32_t ebottom) argument
[all...]

Completed in 12 milliseconds