Searched refs:line_offset (Results 1 - 6 of 6) sorted by relevance

/drivers/media/platform/davinci/
H A Dvpif.c236 u32 line_offset, vanc0_strt, vanc0_size, vanc1_strt; member in struct:vpif_registers
362 vpifregs[i].line_offset);
/drivers/media/platform/vivid/
H A Dvivid-tpg.c1196 unsigned line_offset; local
1220 line_offset = tpg->crop.left * tpg->scaled_width / tpg->src_width;
1221 line_offset = (line_offset & ~1) * twopixsize / 2;
1294 linestart_older += line_offset;
1295 linestart_newer += line_offset;
/drivers/gpu/drm/udl/
H A Dudl_fb.c224 const int line_offset = fb->base.pitches[0] * i; local
225 const int byte_offset = line_offset + (x * bpp);
/drivers/video/fbdev/
H A Datafb.c138 short line_offset; member in struct:atafb_par::__anon7077::falcon_hw
1053 par->hw.falcon.line_offset = bpp * (xres_virtual - xres) / 16;
1455 var->xres_virtual = var->xres + hw->line_offset * 16 / var->bits_per_pixel;
1565 hw->line_offset = shifter_f030.off_next;
1664 shifter_f030.off_next = hw->line_offset;
1671 shifter_f030.off_next = current_par.hw.falcon.line_offset;
1692 par->hw.falcon.line_offset = bpp *
1695 par->hw.falcon.line_offset -= bpp;
H A Dsmscufx.c845 const int line_offset = dev->info->fix.line_length * (y + line); local
846 const int byte_offset = line_offset + (x * BPP);
H A Dudlfb.c607 const int line_offset = dev->info->fix.line_length * i; local
608 const int byte_offset = line_offset + (x * BPP);

Completed in 446 milliseconds