Searched refs:get_line_length (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/video/fbdev/ |
D | pvr2fb.c | 249 static inline unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function 425 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_set_par() 527 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_check_var() 542 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display() 568 diw_width = get_line_length(var->xres, var->bits_per_pixel) / 4; in pvr2_init_display() 575 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display() 816 modememused = get_line_length(fb_info->var.xres_virtual, in pvr2fb_common_init() 829 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel), in pvr2fb_common_init()
|
D | 68328fb.c | 114 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function 181 get_line_length(var->xres_virtual, var->bits_per_pixel); in mc68x328fb_check_var() 267 info->fix.line_length = get_line_length(info->var.xres_virtual, in mc68x328fb_set_par() 457 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel); in mc68x328fb_init()
|
D | vfb.c | 98 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function 165 get_line_length(var->xres_virtual, var->bits_per_pixel); in vfb_check_var() 256 info->fix.line_length = get_line_length(info->var.xres_virtual, in vfb_set_par()
|
D | fb-puv3.c | 323 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function 389 get_line_length(var->xres_virtual, var->bits_per_pixel); in unifb_check_var() 504 info->fix.line_length = get_line_length(info->var.xres_virtual, in unifb_set_par() 534 writel(get_line_length(info->var.xres, in unifb_set_par()
|
/Linux-v5.4/scripts/kconfig/ |
D | nconf.gui.c | 203 int get_line_length(const char *line) in get_line_length() function 226 int len = get_line_length(line); in fill_window() 272 int len = get_line_length(line); in btn_dialog() 384 int len = get_line_length(line); in dialog_inputbox() 573 int len = get_line_length(line); in show_scroll_win()
|
D | nconf.h | 81 int get_line_length(const char *line);
|
/Linux-v5.4/drivers/media/platform/davinci/ |
D | ccdc_hw_device.h | 58 unsigned int (*get_line_length) (void); member
|
D | vpfe_capture.c | 184 BUG_ON(!dev->hw_ops.get_line_length); in vpfe_register_ccdc_device() 364 pix->bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_config_image_format() 1605 ccdc_dev->hw_ops.get_line_length(); in vpfe_s_selection()
|
D | dm355_ccdc.c | 854 .get_line_length = ccdc_get_line_length,
|
D | dm644x_ccdc.c | 789 .get_line_length = ccdc_get_line_length,
|
D | isif.c | 1002 .get_line_length = isif_get_line_length,
|
/Linux-v5.4/drivers/video/fbdev/kyro/ |
D | fbdev.c | 388 static inline unsigned long get_line_length(int x, int bpp) in get_line_length() function 520 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); in kyrofb_set_par() 721 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
|
/Linux-v5.4/drivers/video/fbdev/i810/ |
D | i810_main.c | 683 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) in get_line_length() function 1001 line_length = get_line_length(par, vxres, var->bits_per_pixel); in i810_check_params() 1010 line_length = get_line_length(par, vxres, in i810_check_params() 1183 par->pitch = get_line_length(par, vxres, var->bits_per_pixel); in decode_var()
|