Searched refs:get_line_length (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | 68328fb.c | 111 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 D | vfb.c | 96 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 D | nconf.gui.c | 155 int get_line_length(const char *line) in get_line_length() function 178 int len = get_line_length(line); in fill_window() 224 int len = get_line_length(line); in btn_dialog() 345 int len = get_line_length(line); in dialog_inputbox() 548 int len = get_line_length(line); in show_scroll_win_ext()
|
/linux/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 394 static inline unsigned long get_line_length(int x, int bpp) in get_line_length() function 531 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); in kyrofb_set_par() 740 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 676 * get_line_length - calculates buffer pitch in bytes 684 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()
|