Lines Matching refs:ear_cmv
2005 enum ear_cm_voltage ear_cmv) in ab8500_audio_set_ear_cmv() argument
2009 switch (ear_cmv) { in ab8500_audio_set_ear_cmv()
2025 __func__, (int)ear_cmv); in ab8500_audio_set_ear_cmv()
2031 ear_cmv); in ab8500_audio_set_ear_cmv()
2438 codec->ear_cmv = EAR_CMV_0_95V; in ab8500_codec_of_probe()
2441 codec->ear_cmv = EAR_CMV_1_10V; in ab8500_codec_of_probe()
2444 codec->ear_cmv = EAR_CMV_1_27V; in ab8500_codec_of_probe()
2447 codec->ear_cmv = EAR_CMV_1_58V; in ab8500_codec_of_probe()
2450 codec->ear_cmv = EAR_CMV_UNKNOWN; in ab8500_codec_of_probe()
2455 codec->ear_cmv = EAR_CMV_0_95V; in ab8500_codec_of_probe()
2478 status = ab8500_audio_set_ear_cmv(component, codec_pdata.ear_cmv); in ab8500_codec_probe()