Lines Matching refs:ear_cmv
1996 enum ear_cm_voltage ear_cmv) in ab8500_audio_set_ear_cmv() argument
2000 switch (ear_cmv) { in ab8500_audio_set_ear_cmv()
2016 __func__, (int)ear_cmv); in ab8500_audio_set_ear_cmv()
2022 ear_cmv); in ab8500_audio_set_ear_cmv()
2429 codec->ear_cmv = EAR_CMV_0_95V; in ab8500_codec_of_probe()
2432 codec->ear_cmv = EAR_CMV_1_10V; in ab8500_codec_of_probe()
2435 codec->ear_cmv = EAR_CMV_1_27V; in ab8500_codec_of_probe()
2438 codec->ear_cmv = EAR_CMV_1_58V; in ab8500_codec_of_probe()
2441 codec->ear_cmv = EAR_CMV_UNKNOWN; in ab8500_codec_of_probe()
2446 codec->ear_cmv = EAR_CMV_0_95V; in ab8500_codec_of_probe()
2469 status = ab8500_audio_set_ear_cmv(component, codec_pdata.ear_cmv); in ab8500_codec_probe()