Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A D68328fb.c111 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
178 get_line_length(var->xres_virtual, var->bits_per_pixel); in mc68x328fb_check_var()
264 info->fix.line_length = get_line_length(info->var.xres_virtual, in mc68x328fb_set_par()
442 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel); in mc68x328fb_init()
H A Dvfb.c96 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
163 get_line_length(var->xres_virtual, var->bits_per_pixel); in vfb_check_var()
254 info->fix.line_length = get_line_length(info->var.xres_virtual, in vfb_set_par()
/linux/scripts/kconfig/
H A Dnconf.h74 int get_line_length(const char *line);
/linux/drivers/video/fbdev/i810/
H A Di810_main.c684 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) in get_line_length() function
1002 line_length = get_line_length(par, vxres, var->bits_per_pixel); in i810_check_params()
1011 line_length = get_line_length(par, vxres, in i810_check_params()
1184 par->pitch = get_line_length(par, vxres, var->bits_per_pixel); in decode_var()