Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dpvr2fb.c199 static unsigned long get_line_length(int xres_virtual, int bpp);
281 static inline unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function
427 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_set_par()
531 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_check_var()
546 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display()
572 diw_width = get_line_length(var->xres, var->bits_per_pixel) / 4; in pvr2_init_display()
579 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display()
812 modememused = get_line_length(fb_info->var.xres_virtual, in pvr2fb_common_init()
825 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel), in pvr2fb_common_init()
D68328fb.c114 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()
Dvfb.c143 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
210 get_line_length(var->xres_virtual, var->bits_per_pixel); in vfb_check_var()
287 info->fix.line_length = get_line_length(info->var.xres_virtual, in vfb_set_par()
Dfb-puv3.c326 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
392 get_line_length(var->xres_virtual, var->bits_per_pixel); in unifb_check_var()
507 info->fix.line_length = get_line_length(info->var.xres_virtual, in unifb_set_par()
537 writel(get_line_length(info->var.xres, in unifb_set_par()
/linux-4.1.27/scripts/kconfig/
Dnconf.gui.c203 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()
382 int len = get_line_length(line); in dialog_inputbox()
565 int len = get_line_length(line); in show_scroll_win()
Dnconf.h85 int get_line_length(const char *line);
/linux-4.1.27/drivers/media/platform/davinci/
Dccdc_hw_device.h81 unsigned int (*get_line_length) (void); member
Dvpfe_capture.c228 BUG_ON(!dev->hw_ops.get_line_length); in vpfe_register_ccdc_device()
303 f->fmt.pix.bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_get_ccdc_image_format()
445 pix->bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_config_image_format()
1677 ccdc_dev->hw_ops.get_line_length(); in vpfe_s_crop()
Ddm355_ccdc.c957 .get_line_length = ccdc_get_line_length,
Ddm644x_ccdc.c947 .get_line_length = ccdc_get_line_length,
Disif.c1026 .get_line_length = isif_get_line_length,
/linux-4.1.27/drivers/video/fbdev/kyro/
Dfbdev.c393 static inline unsigned long get_line_length(int x, int bpp) in get_line_length() function
525 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); in kyrofb_set_par()
729 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_main.c682 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) in get_line_length() function
1000 line_length = get_line_length(par, vxres, var->bits_per_pixel); in i810_check_params()
1009 line_length = get_line_length(par, vxres, in i810_check_params()
1182 par->pitch = get_line_length(par, vxres, var->bits_per_pixel); in decode_var()