Searched refs:hph_threshold (Results 1 – 1 of 1) sorted by relevance
967 int hph_threshold, micbias_mv; in wcd_mbhc_adc_get_hph_thres() local972 hph_threshold = mbhc->cfg->hph_thr; in wcd_mbhc_adc_get_hph_thres()974 hph_threshold = (mbhc->cfg->hph_thr * in wcd_mbhc_adc_get_hph_thres()977 hph_threshold = ((WCD_MBHC_ADC_HPH_THRESHOLD_MV * in wcd_mbhc_adc_get_hph_thres()980 return hph_threshold; in wcd_mbhc_adc_get_hph_thres()1059 int output_mv, hs_threshold, hph_threshold; in wcd_mbhc_check_for_spl_headset() local1070 hph_threshold = wcd_mbhc_adc_get_hph_thres(mbhc); in wcd_mbhc_check_for_spl_headset()1072 if (!(output_mv > hs_threshold || output_mv < hph_threshold)) in wcd_mbhc_check_for_spl_headset()