/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A 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()
|
/kernel/linux/common_modules/tzdriver/ |
H A D | teek_client_type.h | 91 uint32_t notch; /* notch size of phone */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8723d.c | 391 static void rtw8723d_cfg_notch(struct rtw_dev *rtwdev, u8 channel, bool notch) in rtw8723d_cfg_notch() argument 393 if (!notch) { in rtw8723d_cfg_notch() 432 bool notch; in rtw8723d_spur_cal() local 439 notch = rtw8723d_check_spur_ov_thres(rtwdev, channel, SPUR_THRES); in rtw8723d_spur_cal() 440 rtw8723d_cfg_notch(rtwdev, channel, notch); in rtw8723d_spur_cal()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8723d.c | 410 static void rtw8723d_cfg_notch(struct rtw_dev *rtwdev, u8 channel, bool notch) in rtw8723d_cfg_notch() argument 412 if (!notch) { in rtw8723d_cfg_notch() 451 bool notch; in rtw8723d_spur_cal() local 458 notch = rtw8723d_check_spur_ov_thres(rtwdev, channel, SPUR_THRES); in rtw8723d_spur_cal() 459 rtw8723d_cfg_notch(rtwdev, channel, notch); in rtw8723d_spur_cal()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852c.c | 1317 u32 notch; in rtw8852c_spur_notch() local 1321 notch = R_PATH0_NOTCH; in rtw8852c_spur_notch() 1324 notch = R_PATH1_NOTCH; in rtw8852c_spur_notch() 1328 rtw89_phy_write32_mask(rtwdev, notch, in rtw8852c_spur_notch() 1330 rtw89_phy_write32_set(rtwdev, notch, B_PATH0_NOTCH_EN); in rtw8852c_spur_notch()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 1191 static s16 notch[] = { 16143, 14402, 12238, 9713, 6902, 3888, 759, -2392 }; in dib7000p_spur_protect() local 1256 coef_re[k] *= notch[k]; in dib7000p_spur_protect() 1262 coef_im[k] *= notch[k]; in dib7000p_spur_protect()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 1191 static const s16 notch[] = { 16143, 14402, 12238, 9713, 6902, 3888, 759, -2392 }; in dib7000p_spur_protect() local 1256 coef_re[k] *= notch[k]; in dib7000p_spur_protect() 1262 coef_im[k] *= notch[k]; in dib7000p_spur_protect()
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | tui.c | 989 tloge("copy notch data failed"); 1011 mb_pack->operation.params[0].value.a = tui_param->notch; 1111 tloge("package notch msg failed\n");
|