Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/usb/stk1160/
Dstk1160-video.c102 int linesdone, lineoff, lencopy; in stk1160_copy_video() local
125 lineoff = buf->pos % bytesperline; /* offset in current line */ in stk1160_copy_video()
131 dst += linesdone * bytesperline * 2 + lineoff; in stk1160_copy_video()
134 if (remain < (bytesperline - lineoff)) in stk1160_copy_video()
137 lencopy = bytesperline - lineoff; in stk1160_copy_video()
/Linux-v6.1/scripts/
Dcheckpatch.pl6393 my $lineoff = substr($stat_real, 0, $-[1]) =~ tr@\n@@;
6396 $fix && $fixed[$fixlinenr + $lineoff] =~ /^\+/) {
6399 $fixed[$fixlinenr + $lineoff] =~ s/\Q$pspec\E/$nspec/;