Home
last modified time | relevance | path

Searched refs:linecount (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c551 int linecount = 0; in dpu_encoder_get_linecount() local
557 linecount = phys->ops.get_line_count(phys); in dpu_encoder_get_linecount()
559 return linecount; in dpu_encoder_get_linecount()
/linux/scripts/
H A Dcheckpatch.pl7941 my $linecount = 0;
7949 $linecount++;
7951 if ($linecount > 3) {
/linux/drivers/tty/vt/
H A Dvt.c4387 int linecount; in con_debug_enter() local
4394 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter()