Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib.py8 self.lastline = "non empty"
11 if text.strip() == "" == self.lastline.strip():
14 self.lastline = text
20 self.lastline = "non empty"
24 self.lastline = text
27 if self.lastline.strip() == "":
35 self.lastline = "\n"
39 self.lastline = text
42 if self.lastline == self.lastline.rstrip("\r\n"):
45 self.lastline]
H A Dlib_mk.py215 self.lastline = text
222 self.lastline]
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/buildroot/utils/
H A Dcheck-package139 lastline = ""
143 if cf.disable.search(lastline):
146 lastline = text
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dcommands.py249 lastline = None
260 if lastline.startswith('# "'):
261 val = lastline.split('"')[1]
273 lastline = line
H A Dsshcontrol.py78lastline = "\nProcess killed - no output for %d seconds. Total running time: %d seconds." % (timeo…
79 self.log(lastline)
80 output += lastline
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py266 lastline = ("\nProcess killed - no output for %d seconds. Total"
268 logger.debug('Received data from SSH call:\n%s ' % lastline)
269 output += lastline
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c7880 u32 lastline, lastpix, ctl, cif_frmst, intstat, frmid; in rkcif_irq_oneframe() local
7885 lastline = rkcif_read_register(cif_dev, CIF_REG_DVP_LAST_LINE); in rkcif_irq_oneframe()
7919 if (lastline != stream->pixm.height || in rkcif_irq_oneframe()
7932 intstat, cif_frmst, lastline, lastpix); in rkcif_irq_oneframe()
10215 int lastline = 0; in rkcif_err_print_work() local
10230 lastline = err_state_work->lastline; in rkcif_err_print_work()
10267 intstat, lastline, dev->irq_stats.csi_size_err_cnt); in rkcif_err_print_work()
10271 intstat, lastline, dev->irq_stats.csi_overflow_cnt); in rkcif_err_print_work()
10275 intstat, lastline, dev->irq_stats.csi_bwidth_lack_cnt); in rkcif_err_print_work()
10282 intstat, lastline); in rkcif_err_print_work()
[all …]
H A Ddev.h792 u32 lastline; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.c4059 u32 lastline, lastpix, ctl; in rk_camera_irq() local
4086 lastline = rkcif_read_reg(cif, CIF_REG_MIPI_LVDS_LINE_LINE_CNT_ID0_1); in rk_camera_irq()
4107 intstat, lastline); in rk_camera_irq()
4187 lastline = rkcif_read_reg(cif, CIF_REG_DVP_LAST_LINE); in rk_camera_irq()
4188 lastline = CIF_FETCH_Y_LAST_LINE(lastline); in rk_camera_irq()
4193 lastline, lastpix, ctl); in rk_camera_irq()
4283 u32 lastline; in rk_camera_irq_v1() local
4309 lastline = rkcif_read_reg(cif, CIF_REG_MIPI_LVDS_LINE_LINE_CNT_ID0_1); in rk_camera_irq_v1()
4333 intstat, lastline); in rk_camera_irq_v1()
4340 intstat, lastline); in rk_camera_irq_v1()
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate.py892 lastline = None
894 if not lastline and not line:
898 lastline = line