Searched refs:hpload_dc (Results 1 – 2 of 2) sorted by relevance
1733 return sysfs_emit(buf, "%u\n", cs43130->hpload_dc[ch]); in cs43130_show_dc()2024 cs43130->hpload_dc[HP_LEFT] = impedance; in cs43130_update_hpload()2026 cs43130->hpload_dc[HP_RIGHT] = impedance; in cs43130_update_hpload()2104 static int cs43130_set_hv(struct regmap *regmap, u16 hpload_dc, in cs43130_set_hv() argument2110 if (hpload_dc <= dc_threshold[i]) in cs43130_set_hv()2186 if (cs43130->hpload_dc[HP_LEFT] >= CS43130_LINEOUT_LOAD) in cs43130_imp_meas()2198 cs43130_set_hv(cs43130->regmap, cs43130->hpload_dc[HP_LEFT], in cs43130_imp_meas()
532 u16 hpload_dc[2]; member