Searched refs:hph_threshold (Results 1 – 1 of 1) sorted by relevance
1029 int hph_threshold, micbias_mv; in wcd_mbhc_adc_get_hph_thres() local1034 hph_threshold = mbhc->cfg->hph_thr; in wcd_mbhc_adc_get_hph_thres()1036 hph_threshold = (mbhc->cfg->hph_thr * in wcd_mbhc_adc_get_hph_thres()1039 hph_threshold = ((WCD_MBHC_ADC_HPH_THRESHOLD_MV * in wcd_mbhc_adc_get_hph_thres()1042 return hph_threshold; in wcd_mbhc_adc_get_hph_thres()1121 int output_mv, hs_threshold, hph_threshold; in wcd_mbhc_check_for_spl_headset() local1132 hph_threshold = wcd_mbhc_adc_get_hph_thres(mbhc); in wcd_mbhc_check_for_spl_headset()1134 if (!(output_mv > hs_threshold || output_mv < hph_threshold)) in wcd_mbhc_check_for_spl_headset()