/linux-4.1.27/drivers/misc/echo/ |
D | fir.h | 62 int taps; member 74 int taps; member 85 int taps; member 92 const int16_t *coeffs, int taps) in fir16_create() argument 94 fir->taps = taps; in fir16_create() 95 fir->curr_pos = taps - 1; in fir16_create() 98 fir->history = kcalloc(2 * taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 100 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 108 memset(fir->history, 0, 2 * fir->taps * sizeof(int16_t)); in fir16_flush() 110 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush() [all …]
|
D | echo.c | 137 offset1 = ec->taps - offset2; in lms_adapt_bg() 143 n = ec->taps; in lms_adapt_bg() 207 offset1 = ec->taps - offset2; in lms_adapt_bg() 209 for (i = ec->taps - 1; i >= offset1; i--) { in lms_adapt_bg() 238 ec->taps = len; in oslec_create() 240 ec->curr_pos = ec->taps - 1; in oslec_create() 243 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create() 248 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create() 252 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create() 255 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); in oslec_create() [all …]
|
D | echo.h | 137 int taps; member
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 35 - apm,tx-pre-cursor1 : 1st pre-cursor emphasis taps control. Two set of 39 - apm,tx-pre-cursor2 : 2st pre-cursor emphasis taps control. Two set of 43 - apm,tx-post-cursor : Post-cursor emphasis taps control. Two set of
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | amd-xgbe-phy.txt | 30 - amd,serdes-dfe-tap-config: DFE taps available to run 31 - amd,serdes-dfe-tap-enable: DFE taps to enable
|
/linux-4.1.27/drivers/net/ |
D | macvtap.c | 121 rcu_assign_pointer(vlan->taps[vlan->numvtaps], q); in macvtap_enable_queue() 140 rcu_assign_pointer(vlan->taps[vlan->numvtaps], q); in macvtap_set_queue() 169 nq = rtnl_dereference(vlan->taps[vlan->numvtaps - 1]); in macvtap_disable_queue() 172 rcu_assign_pointer(vlan->taps[index], nq); in macvtap_disable_queue() 173 RCU_INIT_POINTER(vlan->taps[vlan->numvtaps - 1], NULL); in macvtap_disable_queue() 239 tap = rcu_dereference(vlan->taps[rxq % numvtaps]); in macvtap_get_queue() 249 tap = rcu_dereference(vlan->taps[rxq]); in macvtap_get_queue() 253 tap = rcu_dereference(vlan->taps[0]); in macvtap_get_queue() 279 RCU_INIT_POINTER(vlan->taps[i], NULL); in macvtap_del_queues()
|
/linux-4.1.27/include/linux/ |
D | if_macvlan.h | 52 struct macvtap_queue __rcu *taps[MAX_MACVTAP_QUEUES]; member
|
/linux-4.1.27/sound/soc/omap/ |
D | mcbsp.c | 371 omap_st_fir_write(mcbsp, st_data->taps); in omap_st_start() 876 st_data->taps[i]); in st_taps_show() 893 memset(st_data->taps, 0, sizeof(st_data->taps)); in st_taps_store() 906 st_data->taps[i++] = val; in st_taps_store()
|
D | mcbsp.h | 285 s16 taps[128]; /* Sidetone filter coefficients */ member
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 95 the ghosts while keeping the screen quite responsive to firm taps.
|
D | elantech.txt | 284 firmware 1.x seem to map one, two and three finger taps
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 681 const uint32_t taps = BIT(1) | BIT(5) | BIT(6) | BIT(31); in lfsr_32() local 682 return (lfsr>>1) ^ ((0x0u - (lfsr & 0x1u)) & taps); in lfsr_32()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 854 vpm_echocan_on(struct hfc_multi *hc, int ch, int taps) in vpm_echocan_on() argument 880 taps, timeslot); in vpm_echocan_on()
|