Searched refs:linecount (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/debug/kdb/
H A Dkdb_io.c615 int linecount; local
639 diag = kdbgetintenv("LINES", &linecount);
640 if (diag || linecount <= 1)
641 linecount = 24;
796 if (kdb_nextline >= linecount) {
836 kdb_nextline = linecount - 1;
/linux-master/drivers/accessibility/speakup/
H A Dspeakup.h49 void spk_get_index_count(int *linecount, int *sentcount);
H A Dsynth.c309 void spk_get_index_count(int *linecount, int *sentcount) argument
324 *linecount = index_count;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c491 int linecount = 0; local
497 linecount = phys->ops.get_line_count(phys);
499 return linecount;
/linux-master/drivers/tty/
H A Dsynclink_gt.c494 int linecount; local
497 linecount = (count > 16) ? 16 : count;
498 for(i=0; i < linecount; i++)
502 for(i=0;i<linecount;i++) {
509 data += linecount;
510 count -= linecount;
/linux-master/drivers/tty/vt/
H A Dvt.c4168 int linecount; local
4175 if (kdbgetintenv(setargs[0], &linecount)) {
/linux-master/scripts/
H A Dcheckpatch.pl7762 my $linecount = 0;
7770 $linecount++;
7772 if ($linecount > 3) {

Completed in 173 milliseconds