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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dccdc_hw_device.h81 unsigned int (*get_line_length) (void); member in struct:ccdc_hw_ops
H A Dvpfe_capture.c228 BUG_ON(!dev->hw_ops.get_line_length);
303 f->fmt.pix.bytesperline = ccdc_dev->hw_ops.get_line_length();
438 ccdc_dev->hw_ops.get_line_length();
1704 ccdc_dev->hw_ops.get_line_length();
H A Ddm355_ccdc.c961 .get_line_length = ccdc_get_line_length,
H A Ddm644x_ccdc.c953 .get_line_length = ccdc_get_line_length,
H A Disif.c1028 .get_line_length = isif_get_line_length,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.h84 int get_line_length(const char *line);
H A Dnconf.gui.c203 int get_line_length(const char *line) function
226 int len = get_line_length(line);
272 int len = get_line_length(line);
376 int len = get_line_length(line);
528 int len = get_line_length(line);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A D68328fb.c120 static u_long get_line_length(int xres_virtual, int bpp) function
187 get_line_length(var->xres_virtual, var->bits_per_pixel);
273 info->fix.line_length = get_line_length(info->var.xres_virtual,
452 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel);
H A Dpvr2fb.c199 static unsigned long get_line_length(int xres_virtual, int bpp);
280 static inline unsigned long get_line_length(int xres_virtual, int bpp) function
408 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
507 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
522 get_line_length(var->xoffset+var->xres, var->bits_per_pixel),
548 diw_width = get_line_length(var->xres, var->bits_per_pixel) / 4;
555 get_line_length(var->xoffset+var->xres, var->bits_per_pixel),
788 modememused = get_line_length(fb_info->var.xres_virtual,
800 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel),
H A Dvfb.c143 static u_long get_line_length(int xres_virtual, int bpp) function
210 get_line_length(var->xres_virtual, var->bits_per_pixel);
287 info->fix.line_length = get_line_length(info->var.xres_virtual,
H A Dsgivwfb.c146 static unsigned long get_line_length(int xres_virtual, int bpp) function
295 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A Dfbdev.c393 static inline unsigned long get_line_length(int x, int bpp) function
518 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH);
724 size = get_line_length(info->var.xres_virtual,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_main.c674 * get_line_length - calculates buffer pitch in bytes
682 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) function
1000 line_length = get_line_length(par, vxres, var->bits_per_pixel);
1009 line_length = get_line_length(par, vxres,
1182 par->pitch = get_line_length(par, vxres, var->bits_per_pixel);

Completed in 97 milliseconds