Searched refs:get_line_length (Results 1 – 12 of 12) sorted by relevance
/drivers/video/ |
D | pvr2fb.c | 199 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() 814 modememused = get_line_length(fb_info->var.xres_virtual, in pvr2fb_common_init() 826 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel), in pvr2fb_common_init()
|
D | 68328fb.c | 120 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function 187 get_line_length(var->xres_virtual, var->bits_per_pixel); in mc68x328fb_check_var() 273 info->fix.line_length = get_line_length(info->var.xres_virtual, in mc68x328fb_set_par() 463 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel); in mc68x328fb_init()
|
D | vfb.c | 143 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()
|
D | fb-puv3.c | 324 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function 390 get_line_length(var->xres_virtual, var->bits_per_pixel); in unifb_check_var() 505 info->fix.line_length = get_line_length(info->var.xres_virtual, in unifb_set_par() 535 writel(get_line_length(info->var.xres, in unifb_set_par()
|
D | sgivwfb.c | 146 static unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function 298 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in sgivwfb_check_var()
|
/drivers/media/platform/davinci/ |
D | ccdc_hw_device.h | 81 unsigned int (*get_line_length) (void); member
|
D | vpfe_capture.c | 228 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() 446 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()
|
D | dm355_ccdc.c | 957 .get_line_length = ccdc_get_line_length,
|
D | dm644x_ccdc.c | 952 .get_line_length = ccdc_get_line_length,
|
D | isif.c | 1026 .get_line_length = isif_get_line_length,
|
/drivers/video/kyro/ |
D | fbdev.c | 393 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() 730 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
|
/drivers/video/i810/ |
D | i810_main.c | 682 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()
|