Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
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()
/kernel/linux/linux-5.10/drivers/soc/samsung/
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()
/kernel/linux/linux-5.10/net/batman-adv/
Ddistributed-arp-table.c514 int select, batadv_dat_addr_t tmp_max, in batadv_is_orig_node_eligible() argument
535 if (tmp_max > last_max) in batadv_is_orig_node_eligible()
540 if (tmp_max < max) in batadv_is_orig_node_eligible()
545 if (tmp_max == max && max_orig_node && in batadv_is_orig_node_eligible()
568 batadv_dat_addr_t tmp_max = 0; in batadv_choose_next_candidate() local
588 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr + in batadv_choose_next_candidate()
592 tmp_max, max, in batadv_choose_next_candidate()
600 max = tmp_max; in batadv_choose_next_candidate()
/kernel/linux/linux-5.10/kernel/sched/
Dwalt.c1440 unsigned int tmp_max = 1; in sort_clusters() local
1450 if (cluster->max_power_cost > tmp_max) in sort_clusters()
1451 tmp_max = cluster->max_power_cost; in sort_clusters()
1453 max_power_cost = tmp_max; in sort_clusters()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dcyapa_gen5.c1946 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local
1969 tmp_max = INT_MIN; in cyapa_gen5_read_idac_data()
2076 tmp_max = max(value, tmp_max); in cyapa_gen5_read_idac_data()
2114 *idac_max = tmp_max; in cyapa_gen5_read_idac_data()
/kernel/linux/linux-5.10/drivers/regulator/
Dcore.c3722 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
3728 &tmp_max, state); in regulator_get_optimal_voltage()
3732 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
3740 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()