Searched refs:hph_threshold (Results 1 – 1 of 1) sorted by relevance
1030 int hph_threshold, micbias_mv; in wcd_mbhc_adc_get_hph_thres() local1035 hph_threshold = mbhc->cfg->hph_thr; in wcd_mbhc_adc_get_hph_thres()1037 hph_threshold = (mbhc->cfg->hph_thr * in wcd_mbhc_adc_get_hph_thres()1040 hph_threshold = ((WCD_MBHC_ADC_HPH_THRESHOLD_MV * in wcd_mbhc_adc_get_hph_thres()1043 return hph_threshold; in wcd_mbhc_adc_get_hph_thres()1122 int output_mv, hs_threshold, hph_threshold; in wcd_mbhc_check_for_spl_headset() local1133 hph_threshold = wcd_mbhc_adc_get_hph_thres(mbhc); in wcd_mbhc_check_for_spl_headset()1135 if (!(output_mv > hs_threshold || output_mv < hph_threshold)) in wcd_mbhc_check_for_spl_headset()