/linux-6.12.1/drivers/isdn/mISDN/ |
D | dsp_ecdis.h | 19 struct biquad2_state notch; member 35 /* Elliptic notch */ in echo_can_disable_detector_init() 37 to the asymmetric walls of the notch */ in echo_can_disable_detector_init() 38 biquad2_init(&det->notch, in echo_can_disable_detector_init() 60 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update() 62 the notch (i.e. overall channel energy - tone energy => noise). in echo_can_disable_detector_update() 65 Damp the notch energy a little less, so we don't damp out the in echo_can_disable_detector_update() 73 /* The notch says yes, so we have the tone. */ in echo_can_disable_detector_update()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-max11410 | 6 Enable or disable a notch filter. 13 Center frequency of the notch filter in Hz.
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7192.yaml | 77 This bit enables a notch at 60 Hz when the first notch of the sinc 78 filter is at 50 Hz. When REJ60 is set, a filter notch is placed at 79 60 Hz when the sinc filter first notch is at 50 Hz. This allows
|
/linux-6.12.1/sound/soc/codecs/ |
D | wm8940.c | 12 * Notch filter control 120 { 0x10, 0x0000 }, /* Notch Filter 1 Control 1 */ 121 { 0x11, 0x0000 }, /* Notch Filter 1 Control 2 */ 122 { 0x12, 0x0000 }, /* Notch Filter 2 Control 1 */ 123 { 0x13, 0x0000 }, /* Notch Filter 2 Control 2 */ 124 { 0x14, 0x0000 }, /* Notch Filter 3 Control 1 */ 125 { 0x15, 0x0000 }, /* Notch Filter 3 Control 2 */ 126 { 0x16, 0x0000 }, /* Notch Filter 4 Control 1 */ 127 { 0x17, 0x0000 }, /* Notch Filter 4 Control 2 */
|
D | wm8985.c | 72 { 27, 0x0000 }, /* R27 - Notch Filter 1 */ 73 { 28, 0x0000 }, /* R28 - Notch Filter 2 */ 74 { 29, 0x0000 }, /* R29 - Notch Filter 3 */ 75 { 30, 0x0000 }, /* R30 - Notch Filter 4 */
|
D | wm8983.c | 52 { 0x1B, 0x0000 }, /* R27 - Notch Filter 1 */ 53 { 0x1C, 0x0000 }, /* R28 - Notch Filter 2 */ 54 { 0x1D, 0x0000 }, /* R29 - Notch Filter 3 */ 55 { 0x1E, 0x0000 }, /* R30 - Notch Filter 4 */
|
D | max9860.c | 167 "Elliptical HP 217Hz notch (16kHz)", 169 "Elliptical HP 217Hz notch (8kHz)",
|
D | wm8985.h | 514 * R27 (0x1B) - Notch Filter 1 529 * R28 (0x1C) - Notch Filter 2 540 * R29 (0x1D) - Notch Filter 3 551 * R30 (0x1E) - Notch Filter 4
|
D | wm8983.h | 502 * R27 (0x1B) - Notch Filter 1 517 * R28 (0x1C) - Notch Filter 2 528 * R29 (0x1D) - Notch Filter 3 539 * R30 (0x1E) - Notch Filter 4
|
D | cs53l30.c | 306 SOC_SINGLE("ADC1 Notch Filter Switch", CS53L30_ADCDMIC1_CTL2, 308 SOC_SINGLE("ADC2 Notch Filter Switch", CS53L30_ADCDMIC2_CTL2,
|
D | es8316.c | 103 SOC_SINGLE("DAC Notch Filter Switch", ES8316_DAC_SET2, 6, 1, 0),
|
D | wm8996.c | 464 SOC_SINGLE("DSP1 Capture Notch Filter Switch", WM8996_DSP1_TX_FILTERS, 470 SOC_SINGLE("DSP2 Capture Notch Filter Switch", WM8996_DSP2_TX_FILTERS,
|
/linux-6.12.1/drivers/media/rc/keymaps/ |
D | rc-medion-x10-digitainer.c | 29 { 0x78, KEY_UP }, /* scrollwheel up 1 notch */ 32 { 0x70, KEY_DOWN }, /* scrollwheel down 1 notch */
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/ |
D | adi,ltc2983.yaml | 73 adi,filter-notch-freq: 75 Notch frequency of the digital filter.
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | rtw8703b.c | 754 static void rtw8703b_cfg_notch(struct rtw_dev *rtwdev, u8 channel, bool notch) in rtw8703b_cfg_notch() argument 756 if (!notch) { in rtw8703b_cfg_notch() 817 "Bug: Notch filter enable called for channel %u!", in rtw8703b_cfg_notch() 827 bool notch; in rtw8703b_spur_cal() local 847 notch = rtw8703b_check_spur_ov_thres(rtwdev, freq, SPUR_THRES); in rtw8703b_spur_cal() 848 rtw8703b_cfg_notch(rtwdev, channel, notch); in rtw8703b_spur_cal()
|
D | rtw8723d.c | 298 static void rtw8723d_cfg_notch(struct rtw_dev *rtwdev, u8 channel, bool notch) in rtw8723d_cfg_notch() argument 300 if (!notch) { in rtw8723d_cfg_notch() 339 bool notch; in rtw8723d_spur_cal() local 346 notch = rtw8723d_check_spur_ov_thres(rtwdev, channel, SPUR_THRES); in rtw8723d_spur_cal() 347 rtw8723d_cfg_notch(rtwdev, channel, notch); in rtw8723d_spur_cal()
|
/linux-6.12.1/Documentation/gpu/ |
D | introduction.rst | 77 Anyone looking to kick it up a notch can find a list of janitorial tasks on
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | rtw8852c.c | 1379 u32 notch; in rtw8852c_spur_notch() local 1383 notch = R_PATH0_NOTCH; in rtw8852c_spur_notch() 1386 notch = R_PATH1_NOTCH; in rtw8852c_spur_notch() 1390 rtw89_phy_write32_mask(rtwdev, notch, in rtw8852c_spur_notch() 1392 rtw89_phy_write32_set(rtwdev, notch, B_PATH0_NOTCH_EN); in rtw8852c_spur_notch()
|
/linux-6.12.1/drivers/media/tuners/ |
D | tda18271-fe.c | 65 regs[R_MPD] &= ~0x80; /* IF notch = 0 */ in tda18271_set_if_notch() 68 regs[R_MPD] |= 0x80; /* IF notch = 1 */ in tda18271_set_if_notch()
|
D | tda8290.c | 148 { { 0x03, 0x48} }, /* Disable NOTCH and VIDEO filters */
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | dib7000p.c | 1186 static const s16 notch[] = { 16143, 14402, 12238, 9713, 6902, 3888, 759, -2392 }; in dib7000p_spur_protect() local 1251 coef_re[k] *= notch[k]; in dib7000p_spur_protect() 1257 coef_im[k] *= notch[k]; in dib7000p_spur_protect()
|
D | lgdt3306a.c | 1120 /* Adjust Notch Filter */ in lgdt3306a_monitor_vsb() 1125 if (nCombDet == 0) { /* Turn on the Notch Filter */ in lgdt3306a_monitor_vsb()
|
D | cxd2841er.c | 2521 /* Notch filter setting */ in cxd2841er_sleep_tc_to_active_t_band() 2558 /* Notch filter setting */ in cxd2841er_sleep_tc_to_active_t_band() 2595 /* Notch filter setting */ in cxd2841er_sleep_tc_to_active_t_band() 2632 /* Notch filter setting */ in cxd2841er_sleep_tc_to_active_t_band()
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl871x_mp_phy_regdef.h | 191 /*RxIQ DC offset, Rx digital filter, DC notch filter */
|
/linux-6.12.1/drivers/iio/adc/ |
D | ad7192.c | 73 #define AD7192_MODE_REJ60 BIT(10) /* 50/60Hz notch filter */
|