Lines Matching refs:hph_mode

192 	u32 hph_mode;  member
641 wcd938x->hph_mode); in wcd938x_codec_ear_dac_event()
699 wcd938x->hph_mode); in wcd938x_codec_aux_dac_event()
716 int hph_mode = wcd938x->hph_mode; in wcd938x_codec_enable_hphr_pa() local
724 WCD_CLSH_STATE_HPHR, hph_mode); in wcd938x_codec_enable_hphr_pa()
727 if (hph_mode == CLS_H_LP || hph_mode == CLS_H_LOHIFI || in wcd938x_codec_enable_hphr_pa()
728 hph_mode == CLS_H_ULP) { in wcd938x_codec_enable_hphr_pa()
735 wcd_clsh_set_hph_mode(wcd938x->clsh_info, hph_mode); in wcd938x_codec_enable_hphr_pa()
755 if (hph_mode == CLS_H_LP || hph_mode == CLS_H_LOHIFI || in wcd938x_codec_enable_hphr_pa()
756 hph_mode == CLS_H_ULP) in wcd938x_codec_enable_hphr_pa()
764 if (hph_mode == CLS_AB || hph_mode == CLS_AB_HIFI || in wcd938x_codec_enable_hphr_pa()
765 hph_mode == CLS_AB_LP || hph_mode == CLS_AB_LOHIFI) in wcd938x_codec_enable_hphr_pa()
808 WCD_CLSH_STATE_HPHR, hph_mode); in wcd938x_codec_enable_hphr_pa()
823 int hph_mode = wcd938x->hph_mode; in wcd938x_codec_enable_hphl_pa() local
831 WCD_CLSH_STATE_HPHL, hph_mode); in wcd938x_codec_enable_hphl_pa()
833 if (hph_mode == CLS_H_LP || hph_mode == CLS_H_LOHIFI || in wcd938x_codec_enable_hphl_pa()
834 hph_mode == CLS_H_ULP) { in wcd938x_codec_enable_hphl_pa()
841 wcd_clsh_set_hph_mode(wcd938x->clsh_info, hph_mode); in wcd938x_codec_enable_hphl_pa()
860 if (hph_mode == CLS_H_LP || hph_mode == CLS_H_LOHIFI || in wcd938x_codec_enable_hphl_pa()
861 hph_mode == CLS_H_ULP) in wcd938x_codec_enable_hphl_pa()
870 if (hph_mode == CLS_AB || hph_mode == CLS_AB_HIFI || in wcd938x_codec_enable_hphl_pa()
871 hph_mode == CLS_AB_LP || hph_mode == CLS_AB_LOHIFI) in wcd938x_codec_enable_hphl_pa()
913 WCD_CLSH_STATE_HPHL, hph_mode); in wcd938x_codec_enable_hphl_pa()
928 int hph_mode = wcd938x->hph_mode; in wcd938x_codec_enable_aux_pa() local
938 if (hph_mode == CLS_AB || hph_mode == CLS_AB_HIFI || in wcd938x_codec_enable_aux_pa()
939 hph_mode == CLS_AB_LP || hph_mode == CLS_AB_LOHIFI) in wcd938x_codec_enable_aux_pa()
956 hph_mode); in wcd938x_codec_enable_aux_pa()
972 int hph_mode = wcd938x->hph_mode; in wcd938x_codec_enable_ear_pa() local
998 if (hph_mode == CLS_AB || hph_mode == CLS_AB_HIFI || in wcd938x_codec_enable_ear_pa()
999 hph_mode == CLS_AB_LP || hph_mode == CLS_AB_LOHIFI) in wcd938x_codec_enable_ear_pa()
1028 WCD_CLSH_STATE_EAR, hph_mode); in wcd938x_codec_enable_ear_pa()
1540 ucontrol->value.enumerated.item[0] = wcd938x->hph_mode; in wcd938x_rx_hph_mode_get()
1551 if (wcd938x->hph_mode == ucontrol->value.enumerated.item[0]) in wcd938x_rx_hph_mode_put()
1554 wcd938x->hph_mode = ucontrol->value.enumerated.item[0]; in wcd938x_rx_hph_mode_put()