Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/pvrusb2/
Dpvrusb2-v4l2.c516 int lmin,lmax,ldef; in pvr2_v4l2_do_ioctl() local
524 lmax = pvr2_ctrl_get_max(hcp); in pvr2_v4l2_do_ioctl()
530 } else if (w > lmax) { in pvr2_v4l2_do_ioctl()
531 w = lmax; in pvr2_v4l2_do_ioctl()
534 lmax = pvr2_ctrl_get_max(vcp); in pvr2_v4l2_do_ioctl()
540 } else if (h > lmax) { in pvr2_v4l2_do_ioctl()
541 h = lmax; in pvr2_v4l2_do_ioctl()
/linux-2.6.39/drivers/macintosh/
Dvia-pmu.c639 long pcharge, charge, vb, vmax, lmax; in done_battery_state_ohare() local
653 lmax = 6500; in done_battery_state_ohare()
657 lmax = 6500; in done_battery_state_ohare()
679 if (pcharge > lmax) in done_battery_state_ohare()
680 pcharge = lmax; in done_battery_state_ohare()
682 pcharge = 100 - pcharge / lmax; in done_battery_state_ohare()