Searched refs:taps (Results 1 - 44 of 44) sorted by relevance

/linux-4.4.14/drivers/misc/echo/
H A Dfir.h62 int taps; member in struct:fir16_state_t
74 int taps; member in struct:fir32_state_t
85 int taps; member in struct:fir_float_state_t
92 const int16_t *coeffs, int taps) fir16_create()
94 fir->taps = taps; fir16_create()
95 fir->curr_pos = taps - 1; fir16_create()
98 fir->history = kcalloc(2 * taps, sizeof(int16_t), GFP_KERNEL); fir16_create()
100 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); fir16_create()
108 memset(fir->history, 0, 2 * fir->taps * sizeof(int16_t)); fir16_flush()
110 memset(fir->history, 0, fir->taps * sizeof(int16_t)); fir16_flush()
151 fir->history[fir->curr_pos + fir->taps] = sample; fir16()
153 fir->taps); fir16()
162 offset1 = fir->taps - offset2; fir16()
164 for (i = fir->taps - 1; i >= offset1; i--) fir16()
170 fir->curr_pos = fir->taps; fir16()
176 const int32_t *coeffs, int taps) fir32_create()
178 fir->taps = taps; fir32_create()
179 fir->curr_pos = taps - 1; fir32_create()
181 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); fir32_create()
187 memset(fir->history, 0, fir->taps * sizeof(int16_t)); fir32_flush()
204 offset1 = fir->taps - offset2; fir32()
206 for (i = fir->taps - 1; i >= offset1; i--) fir32()
211 fir->curr_pos = fir->taps; fir32()
91 fir16_create(struct fir16_state_t *fir, const int16_t *coeffs, int taps) fir16_create() argument
175 fir32_create(struct fir32_state_t *fir, const int32_t *coeffs, int taps) fir32_create() argument
H A Decho.c134 /* Update the FIR taps */ lms_adapt_bg()
137 offset1 = ec->taps - offset2; lms_adapt_bg()
143 n = ec->taps; lms_adapt_bg()
166 with speedtest.c with 256 taps (32ms). Write-back and lms_adapt_bg()
204 /* Update the FIR taps */ lms_adapt_bg()
207 offset1 = ec->taps - offset2; lms_adapt_bg()
209 for (i = ec->taps - 1; i >= offset1; i--) { lms_adapt_bg()
238 ec->taps = len; oslec_create()
240 ec->curr_pos = ec->taps - 1; oslec_create()
243 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); oslec_create()
248 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); oslec_create()
252 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); oslec_create()
255 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); oslec_create()
265 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); oslec_create()
329 ec->fir_state.curr_pos = ec->taps - 1; oslec_flush()
330 ec->fir_state_bg.curr_pos = ec->taps - 1; oslec_flush()
332 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); oslec_flush()
334 ec->curr_pos = ec->taps - 1; oslec_flush()
341 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); oslec_snapshot()
528 ec->taps * sizeof(int16_t)); oslec_update()
603 /* Roll around the taps buffer */ oslec_update()
605 ec->curr_pos = ec->taps; oslec_update()
H A Decho.h137 int taps; member in struct:oslec_state
/linux-4.4.14/include/linux/
H A Dif_macvlan.h51 /* This array tracks active taps. */
52 struct macvtap_queue __rcu *taps[MAX_MACVTAP_QUEUES]; member in struct:macvlan_dev
53 /* This list tracks all taps (both enabled and disabled) */
/linux-4.4.14/drivers/media/platform/ti-vpe/
H A Dsc.h167 /* number of taps used by horizontal polyphase scaler */
170 /* number of taps used by vertical polyphase scaler */
173 /* number of taps expected by the scaler in it's coefficient memory */
178 * num phases x num sets(luma and chroma) x num taps(aligned) x coeff size
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_hwec.c37 { "deftaps", "128", "Set the number of taps of cancellation." },
/linux-4.4.14/drivers/net/
H A Dmacvtap.c176 rcu_assign_pointer(vlan->taps[vlan->numvtaps], q); macvtap_enable_queue()
195 rcu_assign_pointer(vlan->taps[vlan->numvtaps], q); macvtap_set_queue()
224 nq = rtnl_dereference(vlan->taps[vlan->numvtaps - 1]); macvtap_disable_queue()
227 rcu_assign_pointer(vlan->taps[index], nq); macvtap_disable_queue()
228 RCU_INIT_POINTER(vlan->taps[vlan->numvtaps - 1], NULL); macvtap_disable_queue()
280 /* Access to taps array is protected by rcu, but access to numvtaps macvtap_get_queue()
294 tap = rcu_dereference(vlan->taps[rxq % numvtaps]); macvtap_get_queue()
304 tap = rcu_dereference(vlan->taps[rxq]); macvtap_get_queue()
308 tap = rcu_dereference(vlan->taps[0]); macvtap_get_queue()
H A Dmacvlan.c488 /* send to lowerdev first for its network taps */ macvlan_queue_xmit()
/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-pci.c73 * taps out dwc3_pci_quirks()
/linux-4.4.14/sound/soc/omap/
H A Dmcbsp.c371 omap_st_fir_write(mcbsp, st_data->taps); omap_st_start()
876 st_data->taps[i]); st_taps_show()
893 memset(st_data->taps, 0, sizeof(st_data->taps)); st_taps_store()
906 st_data->taps[i++] = val; st_taps_store()
H A Dmcbsp.h285 s16 taps[128]; /* Sidetone filter coefficients */ member in struct:omap_mcbsp_st_data
/linux-4.4.14/drivers/input/touchscreen/
H A Dmigor_ts.c56 * is pulled low whenever someone taps the screen. To deassert migor_ts_isr()
/linux-4.4.14/tools/perf/bench/
H A Dnuma.c686 const uint32_t taps = BIT(1) | BIT(5) | BIT(6) | BIT(31); lfsr_32() local
687 return (lfsr>>1) ^ ((0x0u - (lfsr & 0x1u)) & taps); lfsr_32()
/linux-4.4.14/drivers/phy/
H A Dphy-xgene.c537 u32 txprecursor_cn1[MAX_LANE*3]; /* Tx emphasis taps 1st pre-cursor */
538 u32 txprecursor_cn2[MAX_LANE*3]; /* Tx emphasis taps 2nd pre-cursor */
539 u32 txpostcursor_cp1[MAX_LANE*3]; /* Tx emphasis taps post-cursor */
/linux-4.4.14/drivers/char/
H A Drandom.c321 * over GF(2). The taps for various sizes are defined below. They
357 * is, with only three taps, instead of the six that we are using).
515 /* XOR in the various taps */ _mix_pool_bytes()
/linux-4.4.14/drivers/iio/imu/
H A Dadis16400_core.c434 /* Need both the number of taps and the sampling frequency */ adis16400_read_raw()
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h601 /* halfNumTapsM5: (1/2 number of taps in decimation filter) minus 5
/linux-4.4.14/drivers/input/mouse/
H A Dpsmouse-base.c838 * Make sure that touchpad is in relative mode, gestures (taps) are enabled psmouse_extensions()
1285 * disable command but will stop reporting taps, so if we see that psmouse_resync()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c770 /* Setup Echo length (256 taps) */ vpm_init()
849 * things configurable, for now we configure the taps
854 vpm_echocan_on(struct hfc_multi *hc, int ch, int taps) vpm_echocan_on() argument
879 printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n", vpm_echocan_on()
880 taps, timeslot); vpm_echocan_on()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs690.c322 * vtaps = number of vertical taps, rs690_crtc_bandwidth_compute()
H A Drv515.c1001 * vtaps = number of vertical taps, rv515_crtc_bandwidth_compute()
H A Devergreen.c2038 u32 vtaps; /* vertical scaler taps */
H A Dsi.c2010 u32 vtaps; /* vertical scaler taps */
H A Dcik.c9204 u32 vtaps; /* vertical scaler taps */
/linux-4.4.14/drivers/net/plip/
H A Dplip.c1089 DOS compatible, and to properly support taps (otherwise, plip_open()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c1041 * Sends an sk_buff to a T3C driver after dealing with any active network taps.
H A Dcxgb3_main.c888 * after dealing with any active network taps.
/linux-4.4.14/drivers/net/ethernet/amd/
H A Datarilance.c1088 /* Log any net taps. */ set_multicast_list()
H A Dsun3lance.c909 /* Log any net taps. */ set_multicast_list()
H A Dpcnet32.c2668 /* Log any net taps. */ pcnet32_set_multicast_list()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddispc.c2374 DSSERR("cannot setup scaling with five taps"); dispc_ovl_calc_scaling_34xx()
2484 DSSDBG("%dx%d -> %dx%d (%d.%02d x %d.%02d), decim %dx%d %dx%d (%d.%02d x %d.%02d), taps %d, req clk %lu, cur clk %lu\n", dispc_ovl_calc_scaling()
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Depic100.c1370 /* Unconditionally log net taps. */ set_rx_mode()
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispresizer.c735 * As the number of phases/taps, used to select the correct equations to compute
/linux-4.4.14/drivers/net/ethernet/realtek/
H A D8139cp.c898 /* Unconditionally log net taps. */ __cp_set_rx_mode()
H A Dr8169.c5328 /* Unconditionally log net taps. */ rtl_set_rx_mode()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddrxk_hard.c3492 * For ROM code channel filter taps are loaded from the bootloader. For microcode
3493 * the DVB-T taps from the drxk_filters.h are used.
/linux-4.4.14/drivers/net/usb/
H A Dr8152.c1948 /* Unconditionally log net taps. */ _rtl8152_set_rx_mode()
/linux-4.4.14/net/core/
H A Dpktgen.c3420 /* skb was queued by rps/rfs or taps, pktgen_xmit()
H A Ddev.c1832 * taps currently in use.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c913 u32 vtaps; /* vertical scaler taps */
H A Ddce_v11_0.c901 u32 vtaps; /* vertical scaler taps */
H A Ddce_v8_0.c856 u32 vtaps; /* vertical scaler taps */
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c7982 /* Configure 4 DFE taps, and only they adapt */ serdes_7322_init_old()
8063 /* DFE Config (4 taps only) */ serdes_7322_init_new()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c9901 /* Coefficients for the nyquist fitler (total: 27 taps) */

Completed in 2229 milliseconds