Home
last modified time | relevance | path

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

/linux/scripts/
H A Dparse-maintainers.pl142 my $lastline = "";
154 if ($lastline eq "") {
158 $case = trim($lastline);
161 $lastline = "";
166 $$hashref{$case} = $$hashref{$case} . $lastline;
167 $lastline = $line;
170 trim($lastline) eq "" or die ("Odd non-pattern line '$lastline' for '$case'");
171 $lastline = $line;
173 $$hashref{$case} = $$hashref{$case} . $lastline;
/linux/drivers/media/platform/rockchip/rkcif/
H A Drkcif-capture-dvp.c759 u32 intstat, lastline, lastpix, cif_frmst; in rkcif_dvp_isr() local
767 lastline = RKCIF_FETCH_Y(rkcif_dvp_read(rkcif, RKCIF_DVP_LAST_LINE)); in rkcif_dvp_isr()
784 if (lastline != stream->pix.height) { in rkcif_dvp_isr()
787 intstat, cif_frmst, lastpix, lastline); in rkcif_dvp_isr()