max_v            1381 drivers/net/wireless/ath/ath10k/snoc.c 		   vreg_info->name, vreg_info->min_v, vreg_info->max_v,
max_v            1424 drivers/net/wireless/ath/ath10k/snoc.c 				    vreg_info->max_v);
max_v            1428 drivers/net/wireless/ath/ath10k/snoc.c 			   vreg_info->name, vreg_info->min_v, vreg_info->max_v);
max_v            1456 drivers/net/wireless/ath/ath10k/snoc.c 	regulator_set_voltage(vreg_info->reg, 0, vreg_info->max_v);
max_v            1478 drivers/net/wireless/ath/ath10k/snoc.c 	ret = regulator_set_voltage(vreg_info->reg, 0, vreg_info->max_v);
max_v              49 drivers/net/wireless/ath/ath10k/snoc.h 	u32 max_v;
max_v             770 security/tomoyo/condition.c 	unsigned long max_v[2] = { 0, 0 };
max_v            1043 security/tomoyo/condition.c 			max_v[j] = value;
max_v            1066 security/tomoyo/condition.c 			max_v[0] = ptr->values[1];
max_v            1074 security/tomoyo/condition.c 								max_v[0],
max_v            1080 security/tomoyo/condition.c 				     max_v[0] >= ptr->values[0]) == match)
max_v            1097 security/tomoyo/condition.c 				if (!(max_v[0] & max_v[1]) == !match)
max_v            1107 security/tomoyo/condition.c 				if (!(max_v[0] & max_v[1]) == !match)
max_v            1113 security/tomoyo/condition.c 		if ((min_v[0] <= max_v[1] && max_v[0] >= min_v[1]) == match)