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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dpvr2fb.c231 static u_long get_line_length(int xres_virtual, int bpp);
535 static inline u_long get_line_length(int xres_virtual, int bpp) function
747 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
750 par->disp_start = videomemory + (get_line_length(par->vxres, par->bpp) *
751 par->yoffset) * get_line_length(par->xoffset, par->bpp);
842 move = get_line_length(par->xoffset, par->bpp);
858 get_line_length(par->xoffset + par->xres, par->bpp),
883 diw_width = get_line_length(par->xres, par->bpp) / 4;
890 get_line_length(par->xoffset + par->xres, par->bpp),
1048 modememused = get_line_length(va
[all...]
H A Dtx3912fb.c62 #define get_line_length(xres_virtual, bpp) \ macro
184 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
244 get_line_length(var->xres_virtual,
H A Dvfb.c108 static u_long get_line_length(int xres_virtual, int bpp);
214 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
452 static u_long get_line_length(int xres_virtual, int bpp) function
489 fix->line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
H A Dsgivwfb.c128 static u_long get_line_length(int xres_virtual, int bpp);
139 static unsigned long get_line_length(int xres_virtual, int bpp) function
510 fix->line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
686 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);

Completed in 126 milliseconds