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

/linux-master/kernel/debug/kdb/
H A Dkdb_io.c618 int linecount; local
642 diag = kdbgetintenv("LINES", &linecount);
643 if (diag || linecount <= 1)
644 linecount = 24;
799 if (kdb_nextline >= linecount) {
839 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.c391 void spk_get_index_count(int *linecount, int *sentcount)
406 *linecount = index_count;
309 spk_get_index_count(int *linecount, int *sentcount) argument
/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.c4178 int linecount;
4185 if (kdbgetintenv(setargs[0], &linecount)) {
4168 int linecount; local
/linux-master/scripts/
H A Dcheckpatch.pl7768 my $linecount = 0;
7776 $linecount++;
7778 if ($linecount > 3) {

Completed in 372 milliseconds