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

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 u32 host_min, host_max, tmp_max; local
35 tmp_max = map->host + (map->to - map->from);
36 if (tmp_max > host_max)
37 host_max = tmp_max;
/linux-master/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c38 int tmp_max = INT_MAX; local
44 &tmp_max, state);
56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max);
64 desired_max_uV = tmp_max;
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c501 * @tmp_max: address of the currently evaluated node
511 int select, batadv_dat_addr_t tmp_max,
532 if (tmp_max > last_max)
537 if (tmp_max < max)
542 if (tmp_max == max && max_orig_node &&
565 batadv_dat_addr_t tmp_max = 0; local
585 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr +
589 tmp_max, max,
597 max = tmp_max;
510 batadv_is_orig_node_eligible(struct batadv_dat_candidate *res, int select, batadv_dat_addr_t tmp_max, batadv_dat_addr_t max, batadv_dat_addr_t last_max, struct batadv_orig_node *candidate, struct batadv_orig_node *max_orig_node) argument
/linux-master/drivers/input/mouse/
H A Dcyapa_gen5.c1947 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; local
1970 tmp_max = INT_MIN;
2077 tmp_max = max(value, tmp_max);
2115 *idac_max = tmp_max;
/linux-master/drivers/regulator/
H A Dcore.c3954 int tmp_max = INT_MAX; local
3960 &tmp_max, state);
3964 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max);
3972 desired_max_uV = tmp_max;

Completed in 145 milliseconds