Searched refs:lmax (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c520 int lmin,lmax,ldef; local
528 lmax = pvr2_ctrl_get_max(hcp);
534 } else if (w > lmax) {
535 w = lmax;
538 lmax = pvr2_ctrl_get_max(vcp);
544 } else if (h > lmax) {
545 h = lmax;
/drivers/macintosh/
H A Dvia-pmu.c639 long pcharge, charge, vb, vmax, lmax; local
653 lmax = 6500;
657 lmax = 6500;
679 if (pcharge > lmax)
680 pcharge = lmax;
682 pcharge = 100 - pcharge / lmax;

Completed in 215 milliseconds