lmax             1014 drivers/hid/hid-core.c 	__s32 lmax = multiplier->logical_maximum;
lmax             1025 drivers/hid/hid-core.c 	if (lmax - lmin == 0)
lmax             1031 drivers/hid/hid-core.c 	m = ((v - lmin)/(lmax - lmin) * (pmax - pmin) + pmin);
lmax              705 drivers/macintosh/via-pmu.c 	long pcharge, charge, vb, vmax, lmax;
lmax              719 drivers/macintosh/via-pmu.c 		lmax = 6500;
lmax              723 drivers/macintosh/via-pmu.c 		lmax = 6500;
lmax              745 drivers/macintosh/via-pmu.c 			if (pcharge > lmax)
lmax              746 drivers/macintosh/via-pmu.c 				pcharge = lmax;
lmax              748 drivers/macintosh/via-pmu.c 			pcharge = 100 - pcharge / lmax;
lmax              416 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	int lmin, lmax, ldef;
lmax              425 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	lmax = pvr2_ctrl_get_max(hcp);
lmax              431 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	else if (w > lmax)
lmax              432 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		w = lmax;
lmax              434 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	lmax = pvr2_ctrl_get_max(vcp);
lmax              440 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 	else if (h > lmax)
lmax              441 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		h = lmax;
lmax              777 include/uapi/linux/pkt_sched.h 	__u32 lmax;
lmax              156 net/sched/sch_qfq.c 	int	lmax;
lmax              254 net/sched/sch_qfq.c 			 u32 lmax, u32 weight)
lmax              259 net/sched/sch_qfq.c 	agg->lmax = lmax;
lmax              264 net/sched/sch_qfq.c 					  u32 lmax, u32 weight)
lmax              269 net/sched/sch_qfq.c 		if (agg->lmax == lmax && agg->class_weight == weight)
lmax              293 net/sched/sch_qfq.c 	agg->budgetmax = new_num_classes * agg->lmax;
lmax              375 net/sched/sch_qfq.c 			   u32 lmax)
lmax              378 net/sched/sch_qfq.c 	struct qfq_aggregate *new_agg = qfq_find_agg(q, lmax, weight);
lmax              384 net/sched/sch_qfq.c 		qfq_init_agg(q, new_agg, lmax, weight);
lmax              401 net/sched/sch_qfq.c 	u32 weight, lmax, inv_w;
lmax              425 net/sched/sch_qfq.c 		lmax = nla_get_u32(tb[TCA_QFQ_LMAX]);
lmax              426 net/sched/sch_qfq.c 		if (lmax < QFQ_MIN_LMAX || lmax > (1UL << QFQ_MTU_SHIFT)) {
lmax              427 net/sched/sch_qfq.c 			pr_notice("qfq: invalid max length %u\n", lmax);
lmax              431 net/sched/sch_qfq.c 		lmax = psched_mtu(qdisc_dev(sch));
lmax              437 net/sched/sch_qfq.c 	    lmax == cl->agg->lmax &&
lmax              469 net/sched/sch_qfq.c 	cl->deficit = lmax;
lmax              496 net/sched/sch_qfq.c 	new_agg = qfq_find_agg(q, lmax, weight);
lmax              506 net/sched/sch_qfq.c 		qfq_init_agg(q, new_agg, lmax, weight);
lmax              623 net/sched/sch_qfq.c 	    nla_put_u32(skb, TCA_QFQ_LMAX, cl->agg->lmax))
lmax              641 net/sched/sch_qfq.c 	xstats.lmax = cl->agg->lmax;
lmax              984 net/sched/sch_qfq.c 		cl->deficit += agg->lmax;
lmax             1216 net/sched/sch_qfq.c 	if (unlikely(cl->agg->lmax < len)) {
lmax             1218 net/sched/sch_qfq.c 			 cl->agg->lmax, len, cl->common.classid);
lmax             1255 net/sched/sch_qfq.c 	cl->deficit = agg->lmax;
lmax              776 tools/include/uapi/linux/pkt_sched.h 	__u32 lmax;