pmax             1016 drivers/hid/hid-core.c 	__s32 pmax = multiplier->physical_maximum;
pmax             1031 drivers/hid/hid-core.c 	m = ((v - lmin)/(lmax - lmin) * (pmax - pmin) + pmin);
pmax              201 drivers/hwmon/pmbus/ltc2978.c 		       int page, int reg, u16 *pmax)
pmax              207 drivers/hwmon/pmbus/ltc2978.c 		if (lin11_to_val(ret) > lin11_to_val(*pmax))
pmax              208 drivers/hwmon/pmbus/ltc2978.c 			*pmax = ret;
pmax              209 drivers/hwmon/pmbus/ltc2978.c 		ret = *pmax;
pmax             2521 drivers/net/wireless/ath/ath5k/phy.c ath5k_create_power_curve(s16 pmin, s16 pmax,
pmax             2540 drivers/net/wireless/ath/ath5k/phy.c 		pmax = 63;
pmax             2545 drivers/net/wireless/ath/ath5k/phy.c 	for (i = 0; (i <= (u16) (pmax - pmin)) &&
pmax               45 include/trace/events/power.h 	TP_PROTO(int chip_id, const char *reason, int pmax),
pmax               47 include/trace/events/power.h 	TP_ARGS(chip_id, reason, pmax),
pmax               52 include/trace/events/power.h 		__field(int, pmax)
pmax               58 include/trace/events/power.h 		__entry->pmax = pmax;
pmax               62 include/trace/events/power.h 		  __entry->pmax, __get_str(reason))
pmax              494 net/phonet/socket.c 		int port, pmin, pmax;
pmax              496 net/phonet/socket.c 		phonet_get_local_port_range(&pmin, &pmax);
pmax              497 net/phonet/socket.c 		for (port = pmin; port <= pmax; port++) {
pmax              499 net/phonet/socket.c 			if (port_cur < pmin || port_cur > pmax)