Searched refs:hpload_dc (Results 1 – 2 of 2) sorted by relevance
1671 return sysfs_emit(buf, "%u\n", cs43130->hpload_dc[ch]); in cs43130_show_dc()1963 cs43130->hpload_dc[HP_LEFT] = impedance; in cs43130_update_hpload()1965 cs43130->hpload_dc[HP_RIGHT] = impedance; in cs43130_update_hpload()2044 static int cs43130_set_hv(struct regmap *regmap, u16 hpload_dc, in cs43130_set_hv() argument2050 if (hpload_dc <= dc_threshold[i]) in cs43130_set_hv()2126 if (cs43130->hpload_dc[HP_LEFT] >= CS43130_LINEOUT_LOAD) in cs43130_imp_meas()2138 cs43130_set_hv(cs43130->regmap, cs43130->hpload_dc[HP_LEFT], in cs43130_imp_meas()
529 u16 hpload_dc[2]; member