Home
last modified time | relevance | path

Searched refs:hpf (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm8958-dsp2.c683 int hpf = kcontrol->private_value; in wm8958_hpf_get() local
687 if (hpf < 3) in wm8958_hpf_get()
688 ucontrol->value.integer.value[0] = wm8994->hpf1_ena[hpf % 3]; in wm8958_hpf_get()
690 ucontrol->value.integer.value[0] = wm8994->hpf2_ena[hpf % 3]; in wm8958_hpf_get()
698 int hpf = kcontrol->private_value; in wm8958_hpf_put() local
702 if (hpf < 3) { in wm8958_hpf_put()
703 if (wm8994->hpf1_ena[hpf % 3] == in wm8958_hpf_put()
707 if (wm8994->hpf2_ena[hpf % 3] == in wm8958_hpf_put()
718 if (wm8958_dsp2_busy(wm8994, hpf % 3)) { in wm8958_hpf_put()
719 dev_dbg(component->dev, "DSP2 active on %d already\n", hpf); in wm8958_hpf_put()
[all...]
/linux/sound/soc/meson/
H A Daxg-pdm.c82 struct axg_pdm_hpf hpf; member
335 const struct axg_pdm_hpf *hpf = &priv->cfg->filters->hpf; in axg_pdm_set_hpf_ctrl() local
338 val = PDM_HPF_OUT_FACTOR(hpf->out_factor); in axg_pdm_set_hpf_ctrl()
339 val |= PDM_HPF_SFT_STEPS(hpf->steps); in axg_pdm_set_hpf_ctrl()
547 .hpf = {
/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
/linux/drivers/iio/accel/
H A Dadxl355_core.c447 enum adxl355_hpf_3db hpf) in adxl355_set_hpf_3db() argument
453 if (data->hpf_3db == hpf) { in adxl355_set_hpf_3db()
464 FIELD_PREP(ADXL355_FILTER_HPF_MSK, hpf)); in adxl355_set_hpf_3db()
468 data->hpf_3db = hpf; in adxl355_set_hpf_3db()
H A Dadxl380.c605 static int adxl380_set_hpf(struct adxl380_state *st, u8 hpf) in adxl380_set_hpf() argument
616 if (hpf) in adxl380_set_hpf()
627 FIELD_PREP(ADXL380_FILTER_HPF_CORNER_MSK, hpf)); in adxl380_set_hpf()