Home
last modified time | relevance | path

Searched refs:best_val (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dgpio-regulator.c62 int ptr, target = 0, state, best_val = INT_MAX; in gpio_regulator_set_voltage() local
65 if (data->states[ptr].value < best_val && in gpio_regulator_set_voltage()
69 best_val = data->states[ptr].value; in gpio_regulator_set_voltage()
74 if (best_val == INT_MAX) in gpio_regulator_set_voltage()
101 int ptr, target = 0, state, best_val = 0; in gpio_regulator_set_current_limit() local
104 if (data->states[ptr].value > best_val && in gpio_regulator_set_current_limit()
108 best_val = data->states[ptr].value; in gpio_regulator_set_current_limit()
111 if (best_val == 0) in gpio_regulator_set_current_limit()
H A Dhelpers.c295 int best_val = INT_MAX; in regulator_map_voltage_iterate() local
307 if (ret < best_val && ret >= min_uV && ret <= max_uV) { in regulator_map_voltage_iterate()
308 best_val = ret; in regulator_map_voltage_iterate()
313 if (best_val != INT_MAX) in regulator_map_voltage_iterate()
H A Dcore.c3383 int best_val = 0; in _regulator_do_set_voltage() local
3411 best_val = ops->list_voltage(rdev, in _regulator_do_set_voltage()
3414 best_val = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage()
3420 best_val = ops->list_voltage(rdev, ret); in _regulator_do_set_voltage()
3421 if (min_uV <= best_val && max_uV >= best_val) { in _regulator_do_set_voltage()
3427 rdev, best_val, selector); in _regulator_do_set_voltage()
3430 rdev, best_val, selector); in _regulator_do_set_voltage()
3451 if (old_uV != best_val) { in _regulator_do_set_voltage()
3454 best_val); in _regulator_do_set_voltage()
3458 best_val); in _regulator_do_set_voltage()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm9081.c997 int ret, i, best, best_val, cur_val; in wm9081_hw_params() local
1055 best_val = abs((wm9081->sysclk_rate / clk_sys_rates[0].ratio) in wm9081_hw_params()
1060 if (cur_val < best_val) { in wm9081_hw_params()
1062 best_val = cur_val; in wm9081_hw_params()
1072 best_val = abs(wm9081->fs - sample_rates[0].rate); in wm9081_hw_params()
1076 if (cur_val < best_val) { in wm9081_hw_params()
1078 best_val = cur_val; in wm9081_hw_params()
1088 best_val = INT_MAX; in wm9081_hw_params()
1094 if (cur_val < best_val) { in wm9081_hw_params()
1096 best_val = cur_val; in wm9081_hw_params()
[all …]
H A Dwm8993.c1190 int ret, i, best, best_val, cur_val; in wm8993_hw_params() local
1242 best_val = abs((wm8993->sysclk_rate / clk_sys_rates[0].ratio) in wm8993_hw_params()
1247 if (cur_val < best_val) { in wm8993_hw_params()
1249 best_val = cur_val; in wm8993_hw_params()
1259 best_val = abs(wm8993->fs - sample_rates[0].rate); in wm8993_hw_params()
1263 if (cur_val < best_val) { in wm8993_hw_params()
1265 best_val = cur_val; in wm8993_hw_params()
1275 best_val = INT_MAX; in wm8993_hw_params()
1281 if (cur_val < best_val) { in wm8993_hw_params()
1283 best_val = cur_val; in wm8993_hw_params()
[all …]
H A Dwm8904.c421 int best, best_val, save, i, cfg; in wm8904_set_retune_mobile() local
430 best_val = INT_MAX; in wm8904_set_retune_mobile()
435 - wm8904->fs) < best_val) { in wm8904_set_retune_mobile()
437 best_val = abs(pdata->retune_mobile_cfgs[i].rate in wm8904_set_retune_mobile()
1292 int ret, i, best, best_val, cur_val; in wm8904_hw_params() local
1336 best_val = abs((wm8904->sysclk_rate / clk_sys_rates[0].ratio) in wm8904_hw_params()
1341 if (cur_val < best_val) { in wm8904_hw_params()
1343 best_val = cur_val; in wm8904_hw_params()
1353 best_val = abs(wm8904->fs - sample_rates[0].rate); in wm8904_hw_params()
1357 if (cur_val < best_val) { in wm8904_hw_params()
[all …]
H A Dwm8903.c1450 int best_val; in wm8903_hw_params() local
1469 best_val = abs(sample_rates[dsp_config].rate - fs); in wm8903_hw_params()
1472 if (cur_val <= best_val) { in wm8903_hw_params()
1474 best_val = cur_val; in wm8903_hw_params()
1512 best_val = abs((wm8903->sysclk / in wm8903_hw_params()
1520 if (cur_val <= best_val) { in wm8903_hw_params()
1522 best_val = cur_val; in wm8903_hw_params()
1552 best_val = ((clk_sys * 10) / bclk_divs[0].ratio) - bclk; in wm8903_hw_params()
1559 best_val = cur_val; in wm8903_hw_params()
H A Dmax98088.c1429 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local
1442 best_val = INT_MAX; in max98088_setup_eq1()
1445 abs(pdata->eq_cfg[i].rate - fs) < best_val) { in max98088_setup_eq1()
1447 best_val = abs(pdata->eq_cfg[i].rate - fs); in max98088_setup_eq1()
1476 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local
1489 best_val = INT_MAX; in max98088_setup_eq2()
1492 abs(pdata->eq_cfg[i].rate - fs) < best_val) { in max98088_setup_eq2()
1494 best_val = abs(pdata->eq_cfg[i].rate - fs); in max98088_setup_eq2()
H A Dmax98095.c1501 int fs, best, best_val, i; in max98095_put_eq_enum() local
1519 best_val = INT_MAX; in max98095_put_eq_enum()
1522 abs(pdata->eq_cfg[i].rate - fs) < best_val) { in max98095_put_eq_enum()
1524 best_val = abs(pdata->eq_cfg[i].rate - fs); in max98095_put_eq_enum()
1652 int fs, best, best_val, i; in max98095_put_bq_enum() local
1670 best_val = INT_MAX; in max98095_put_bq_enum()
1673 abs(pdata->bq_cfg[i].rate - fs) < best_val) { in max98095_put_bq_enum()
1675 best_val = abs(pdata->bq_cfg[i].rate - fs); in max98095_put_bq_enum()
H A Dwm8995.c1556 int i, rate_val, best, best_val, cur_val; in wm8995_hw_params() local
1630 best_val = abs((fs_ratios[1] * params_rate(params)) in wm8995_hw_params()
1635 if (cur_val >= best_val) in wm8995_hw_params()
1638 best_val = cur_val; in wm8995_hw_params()
H A Dwm8994.c401 int iface, best, best_val, save, i, cfg; in wm8994_set_retune_mobile() local
422 best_val = INT_MAX; in wm8994_set_retune_mobile()
427 - wm8994->dac_rates[iface]) < best_val) { in wm8994_set_retune_mobile()
429 best_val = abs(pdata->retune_mobile_cfgs[i].rate in wm8994_set_retune_mobile()
2929 int i, cur_val, best_val, bclk_rate, best; in wm8994_hw_params() local
3024 best_val = abs((fs_ratios[0] * params_rate(params)) in wm8994_hw_params()
3029 if (cur_val >= best_val) in wm8994_hw_params()
3032 best_val = cur_val; in wm8994_hw_params()
H A Dwm8996.c338 int base, best, best_val, save, i, cfg, iface; in wm8996_set_retune_mobile() local
368 best_val = INT_MAX; in wm8996_set_retune_mobile()
373 - wm8996->rx_rate[iface]) < best_val) { in wm8996_set_retune_mobile()
375 best_val = abs(pdata->retune_mobile_cfgs[i].rate in wm8996_set_retune_mobile()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c256 s64 best_val = 0, val, best_period = 0, period, approx_dev, dif, dif2; in qed_ptp_hw_adjfreq() local
302 best_val = val; in qed_ptp_hw_adjfreq()
312 best_val = 4; in qed_ptp_hw_adjfreq()
315 best_val = 0; in qed_ptp_hw_adjfreq()
320 (((int)best_val) << QED_DRIFT_CNTR_ADJUSTMENT_SHIFT) | in qed_ptp_hw_adjfreq()
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A Datmel-classd.c345 int i, best, best_val, cur_val, ret; in atmel_classd_cpu_dai_hw_params() local
351 best_val = abs(fs - sample_rates[0].rate); in atmel_classd_cpu_dai_hw_params()
355 if (cur_val < best_val) { in atmel_classd_cpu_dai_hw_params()
357 best_val = cur_val; in atmel_classd_cpu_dai_hw_params()
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Dwm8994.c296 int i, cur_val, best_val, bclk_rate, best; in wm8994_hw_params() local
353 best_val = abs((fs_ratios[0] * sampling_rate) in wm8994_hw_params()
359 if (cur_val >= best_val) in wm8994_hw_params()
362 best_val = cur_val; in wm8994_hw_params()
/OK3568_Linux_fs/kernel/sound/soc/sunxi/
H A Dsun8i-codec.c271 unsigned int best_val = 0, best_diff = ~0; in sun8i_codec_get_bclk_div() local
280 best_val = bdiv->val; in sun8i_codec_get_bclk_div()
284 return best_val; in sun8i_codec_get_bclk_div()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhierarchical_clustering_index.h162 DistanceType best_val = 0; in chooseCentersGonzales() local
171 if (dist>best_val) { in chooseCentersGonzales()
172 best_val = dist; in chooseCentersGonzales()
H A Dkmeans_index.h161 DistanceType best_val = 0; in chooseCentersGonzales() local
170 if (dist>best_val) { in chooseCentersGonzales()
171 best_val = dist; in chooseCentersGonzales()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13710 int best_val, int best_period) in bnx2x_send_update_drift_ramrod() argument
13728 set_timesync_params->drift_adjust_value = best_val; in bnx2x_send_update_drift_ramrod()
13740 int best_dif = BNX2X_MAX_PHC_DRIFT, best_period = 0, best_val = 0; in bnx2x_ptp_adjfreq() local
13756 best_val = 1; in bnx2x_ptp_adjfreq()
13759 best_val = 31; in bnx2x_ptp_adjfreq()
13783 best_val = val; in bnx2x_ptp_adjfreq()
13789 rc = bnx2x_send_update_drift_ramrod(bp, drift_dir, best_val, in bnx2x_ptp_adjfreq()
13796 DP(BNX2X_MSG_PTP, "Configured val = %d, period = %d\n", best_val, in bnx2x_ptp_adjfreq()