Searched refs:tmp_max (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wil_crash_dump.c | 15 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local 35 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds() 36 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds() 37 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
|
/linux/drivers/soc/samsung/ |
H A D | exynos-regulator-coupler.c | 38 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local 44 &tmp_max, state); in regulator_get_optimal_voltage() 56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage() 64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
|
/linux/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 1947 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local 1970 tmp_max = INT_MIN; in cyapa_gen5_read_idac_data() 2077 tmp_max = max(value, tmp_max); in cyapa_gen5_read_idac_data() 2115 *idac_max = tmp_max; in cyapa_gen5_read_idac_data()
|
/linux/drivers/regulator/ |
H A D | core.c | 3983 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local 3989 &tmp_max, state); in regulator_get_optimal_voltage() 3993 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage() 4001 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
|