Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 25 of 61) sorted by relevance

123

/linux-3.4.99/drivers/staging/echo/
Dfir.h64 const int16_t *coeffs;
65 int16_t *history;
77 int16_t *history;
91 static inline const int16_t *fir16_create(struct fir16_state_t *fir, in fir16_create()
92 const int16_t *coeffs, int taps) 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()
146 static inline int16_t fir16(struct fir16_state_t *fir, int16_t sample) in fir16()
[all …]
Decho.h131 int16_t tx, rx;
132 int16_t clean;
133 int16_t clean_nlp;
143 int16_t adapt;
145 int16_t shift;
157 int16_t *fir_taps16[2];
172 int16_t *snapshot;
Doslec.h83 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
92 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
Decho.c126 int16_t *phist; in lms_adapt_bg()
146 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
211 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
215 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
243 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
257 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
319 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush()
328 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
334 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
514 ec->taps * sizeof(int16_t)); in oslec_update()
[all …]
/linux-3.4.99/include/xen/interface/
Dgrant_table.h269 int16_t status; /* GNTST_* */
293 int16_t status; /* GNTST_* */
312 int16_t status; /* GNTST_* */
326 int16_t status; /* GNTST_* */
345 int16_t status;
386 int16_t status;
404 int16_t status; /* GNTST_* */
426 int16_t status; /* GNTST_* */
462 int16_t status; /* GNTST_* */
/linux-3.4.99/arch/mips/include/asm/octeon/
Dcvmx-fau.h82 int16_t value:15;
189 static inline int16_t cvmx_fau_fetch_and_add16(cvmx_fau_reg_16_t reg, in cvmx_fau_fetch_and_add16()
190 int16_t value) in cvmx_fau_fetch_and_add16()
267 cvmx_fau_tagwait_fetch_and_add16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_tagwait_fetch_and_add16()
388 int16_t value) in cvmx_fau_async_fetch_and_add16()
475 int16_t value) in cvmx_fau_async_tagwait_fetch_and_add16()
534 static inline void cvmx_fau_atomic_add16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_atomic_add16()
581 static inline void cvmx_fau_atomic_write16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_atomic_write16()
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Deeprom.c49 int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight, in ath9k_hw_interpolate()
50 int16_t targetLeft, int16_t targetRight) in ath9k_hw_interpolate()
52 int16_t rv; in ath9k_hw_interpolate()
57 rv = (int16_t) (((target - srcLeft) * targetRight + in ath9k_hw_interpolate()
322 int16_t ss; in ath9k_hw_get_gain_boundaries_pdadcs()
334 int16_t vpdStep; in ath9k_hw_get_gain_boundaries_pdadcs()
335 int16_t tmpVal; in ath9k_hw_get_gain_boundaries_pdadcs()
338 int16_t minDelta = 0; in ath9k_hw_get_gain_boundaries_pdadcs()
462 ss = (int16_t)(0 - (minPwrT4[i] / 2)); in ath9k_hw_get_gain_boundaries_pdadcs()
466 ss = (int16_t)((pPdGainBoundaries[i - 1] - in ath9k_hw_get_gain_boundaries_pdadcs()
[all …]
Dcalib.c24 static int16_t ath9k_hw_get_nf_hist_mid(int16_t *nfCalBuffer) in ath9k_hw_get_nf_hist_mid()
26 int16_t nfval; in ath9k_hw_get_nf_hist_mid()
27 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; in ath9k_hw_get_nf_hist_mid()
83 int16_t *nfarray) in ath9k_hw_update_nfcal_hist_buffer()
149 int16_t *nft) in ath9k_hw_get_nf_thresh()
366 int16_t nf, nfThresh; in ath9k_hw_getnf()
367 int16_t nfarray[NUM_NF_READINGS] = { 0 }; in ath9k_hw_getnf()
Dani.h132 int16_t pktRssi[2];
133 int16_t ofdmErrRssi[2];
134 int16_t cckErrRssi[2];
Dcalib.h91 int16_t nfCalBuffer[ATH9K_NF_CAL_HIST_MAX];
93 int16_t privNF;
/linux-3.4.99/arch/powerpc/sysdev/xics/
Dics-opal.c115 int16_t server; in ics_opal_set_affinity()
184 int16_t server; in ics_opal_map()
204 int16_t server; in ics_opal_mask_unknown()
218 int16_t server; in ics_opal_get_server()
/linux-3.4.99/drivers/isdn/mISDN/
Ddsp_biquad.h53 static inline int16_t biquad2(struct biquad2_state *bq, int16_t sample) in biquad2()
Ddsp_ecdis.h70 int16_t amp) in echo_can_disable_detector_update()
72 int16_t notched; in echo_can_disable_detector_update()
/linux-3.4.99/include/xen/interface/io/
Dnetif.h129 int16_t status; /* XEN_NETIF_RSP_* */
161 int16_t status; /* -ve: BLKIF_RSP_* ; +ve: Rx'ed pkt size. */
/linux-3.4.99/net/9p/
Dprotocol.c115 int16_t *val = va_arg(ap, int16_t *); in p9pdu_vreadf()
253 int16_t *nwqid = va_arg(ap, int16_t *); in p9pdu_vreadf()
445 int16_t nwqid = va_arg(ap, int); in p9pdu_vwritef()
545 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare()
Dprotocol.h31 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
/linux-3.4.99/net/batman-adv/
Dtypes.h38 int16_t if_num;
81 int16_t tt_buff_len;
200 int16_t tt_buff_len;
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_filter.c491 int16_t last_h_offset;
492 int16_t last_v_offset;
494 int16_t *p_h_offset;
495 int16_t *p_v_offset;
/linux-3.4.99/include/linux/nfsd/
Dcld.h48 int16_t cm_status; /* return code */
/linux-3.4.99/fs/udf/
Dudftime.c96 int16_t offset; in udf_disk_stamp_to_time()
126 int16_t offset; in udf_time_to_disk_stamp()
/linux-3.4.99/arch/tile/include/asm/
Dbacktrace.h146 int16_t next_info_operand;
/linux-3.4.99/include/net/netfilter/
Dnf_nat.h22 int16_t offset_before, offset_after;
/linux-3.4.99/drivers/mtd/
Dsm_ftl.h24 int16_t *lba_to_phys_table; /* LBA to physical table */
/linux-3.4.99/sound/usb/
Dusbaudio.h96 int16_t ifnum;
/linux-3.4.99/drivers/staging/iio/Documentation/
Dgeneric_buffer.c71 int16_t val = input; in print2byte()
73 val = (int16_t)(val << (16 - info->bits_used)) >> in print2byte()

123