Searched refs:lmax (Results 1 – 2 of 2) sorted by relevance
516 int lmin,lmax,ldef; in pvr2_v4l2_do_ioctl() local524 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()
639 long pcharge, charge, vb, vmax, lmax; in done_battery_state_ohare() local653 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()