Home
last modified time | relevance | path

Searched refs:hpload_dc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dcs43130.c1671 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() argument
2050 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()
H A Dcs43130.h529 u16 hpload_dc[2]; member