Home
last modified time | relevance | path

Searched refs:tmp_max (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 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 Dexynos-regulator-coupler.c38 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/net/batman-adv/
H A Ddistributed-arp-table.c511 int select, batadv_dat_addr_t tmp_max, in batadv_is_orig_node_eligible() argument
532 if (tmp_max > last_max) in batadv_is_orig_node_eligible()
537 if (tmp_max < max) in batadv_is_orig_node_eligible()
542 if (tmp_max == max && max_orig_node && in batadv_is_orig_node_eligible()
565 batadv_dat_addr_t tmp_max = 0; in batadv_choose_next_candidate() local
585 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr + in batadv_choose_next_candidate()
589 tmp_max, max, in batadv_choose_next_candidate()
597 max = tmp_max; in batadv_choose_next_candidate()
/linux/drivers/input/mouse/
H A Dcyapa_gen5.c1947 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 Dcore.c3959 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
3965 &tmp_max, state); in regulator_get_optimal_voltage()
3969 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
3977 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()