Home
last modified time | relevance | path

Searched refs:lineoff (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160-video.c102 int linesdone, lineoff, lencopy, offset; in stk1160_copy_video() local
124 lineoff = buf->pos % bytesperline; /* offset in current line */ in stk1160_copy_video()
130 dst += linesdone * bytesperline * 2 + lineoff; in stk1160_copy_video()
133 if (remain < (bytesperline - lineoff)) in stk1160_copy_video()
136 lencopy = bytesperline - lineoff; in stk1160_copy_video()
/openbmc/linux/scripts/
H A Dcheckpatch.pl6485 my $lineoff = substr($stat_real, 0, $-[1]) =~ tr@\n@@;
6488 $fix && $fixed[$fixlinenr + $lineoff] =~ /^\+/) {
6491 $fixed[$fixlinenr + $lineoff] =~ s/\Q$pspec\E/$nspec/;