Searched refs:hpf (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8958-dsp2.c | 686 int hpf = kcontrol->private_value; in wm8958_hpf_get() local 690 if (hpf < 3) in wm8958_hpf_get() 691 ucontrol->value.integer.value[0] = wm8994->hpf1_ena[hpf % 3]; in wm8958_hpf_get() 693 ucontrol->value.integer.value[0] = wm8994->hpf2_ena[hpf % 3]; in wm8958_hpf_get() 701 int hpf = kcontrol->private_value; in wm8958_hpf_put() local 705 if (hpf < 3) { in wm8958_hpf_put() 706 if (wm8994->hpf1_ena[hpf % 3] == in wm8958_hpf_put() 710 if (wm8994->hpf2_ena[hpf % 3] == in wm8958_hpf_put() 721 if (wm8958_dsp2_busy(wm8994, hpf % 3)) { in wm8958_hpf_put() 722 dev_dbg(component->dev, "DSP2 active on %d already\n", hpf); in wm8958_hpf_put() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | cs42l56.txt | 45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_devmap.c | 1386 int hpf; in dasd_hpf_show() local 1395 hpf = device->discipline->hpf_enabled(device); in dasd_hpf_show() 1397 return snprintf(buf, PAGE_SIZE, "%d\n", hpf); in dasd_hpf_show() 1400 static DEVICE_ATTR(hpf, 0444, dasd_hpf_show, NULL);
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | davinci_vpfe_user.h | 1112 enum vpfe_ipipe_car_hpf_type hpf; member
|
D | dm365_ipipe_hw.c | 956 regw_ip(base_addr, car->hpf, CAR_HPF_TYP); in ipipe_set_gain_ctrl()
|
/Linux-v4.19/sound/aoa/codecs/ |
D | onyx.c | 445 SINGLE_BIT(hpf,
|