Searched refs:lastline (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib.py | 8 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 D | lib_mk.py | 215 self.lastline = text 222 self.lastline]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | parse-maintainers.pl | 142 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 D | check-package | 139 lastline = "" 143 if cf.disable.search(lastline): 146 lastline = text
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 249 lastline = None 260 if lastline.startswith('# "'): 261 val = lastline.split('"')[1] 273 lastline = line
|
| H A D | sshcontrol.py | 78 …lastline = "\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 D | ssh.py | 266 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 D | capture.c | 7880 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 D | dev.h | 792 u32 lastline; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_cif.c | 4059 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 D | create.py | 892 lastline = None 894 if not lastline and not line: 898 lastline = line
|