/linux/drivers/misc/echo/ |
H A D | fir.h | 44 const int16_t *coeffs; 45 int16_t *history; 57 int16_t *history; 71 static inline const int16_t *fir16_create(struct fir16_state_t *fir, in fir16_create() 72 const int16_t *coeffs, int taps) in fir16_create() 77 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 83 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush() 91 static inline int16_t fir16(struct fir16_state_t *fir, int16_t sample) in fir16() 110 return (int16_t) (y >> 15); in fir16() 113 static inline const int16_t *fir32_create(struct fir32_state_t *fir, in fir32_create() [all …]
|
H A D | echo.h | 118 int16_t tx; 119 int16_t rx; 120 int16_t clean; 121 int16_t clean_nlp; 131 int16_t adapt; 133 int16_t shift; 152 int16_t *fir_taps16[2]; 172 int16_t *snapshot;
|
H A D | oslec.h | 70 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx); 79 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
|
H A D | echo.c | 127 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg() 131 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg() 147 const int16_t *history; in oslec_create() 158 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create() 163 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create() 180 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create() 247 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush() 256 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot() 262 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update() 443 ec->taps * sizeof(int16_t)); in oslec_update() [all …]
|
/linux/include/xen/interface/ |
H A D | grant_table.h | 288 int16_t status; /* GNTST_* */ 311 int16_t status; /* GNTST_* */ 329 int16_t status; /* GNTST_* */ 342 int16_t status; /* GNTST_* */ 361 int16_t status; 401 int16_t status; 418 int16_t status; /* GNTST_* */ 439 int16_t status; /* GNTST_* */ 472 int16_t status; /* GNTST_* */ 498 int16_t status; /* GNTST_* */
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smu7_discrete.h | 438 int16_t TempMin; 439 int16_t TempMed; 440 int16_t TempMax; 441 int16_t Slope1; 442 int16_t Slope2; 443 int16_t FdoMin; 444 int16_t HystUp; 445 int16_t HystDown; 446 int16_t HystSlope; 447 int16_t TempRespLim; [all …]
|
H A D | smu71_discrete.h | 380 int16_t TempMin; 381 int16_t TempMed; 382 int16_t TempMax; 383 int16_t Slope1; 384 int16_t Slope2; 385 int16_t FdoMin; 386 int16_t HystUp; 387 int16_t HystDown; 388 int16_t HystSlope; 389 int16_t TempRespLim; [all …]
|
H A D | smu74_discrete.h | 230 int16_t m2; 378 int16_t TempMin; 379 int16_t TempMed; 380 int16_t TempMax; 381 int16_t Slope1; 382 int16_t Slope2; 383 int16_t FdoMin; 384 int16_t HystUp; 385 int16_t HystDown; 386 int16_t HystSlope; [all …]
|
H A D | smu73_discrete.h | 363 int16_t TempMin; 364 int16_t TempMed; 365 int16_t TempMax; 366 int16_t Slope1; 367 int16_t Slope2; 368 int16_t FdoMin; 369 int16_t HystUp; 370 int16_t HystDown; 371 int16_t HystSlope; 372 int16_t TempRespLim; [all …]
|
H A D | smu72_discrete.h | 383 int16_t TempMin; 384 int16_t TempMed; 385 int16_t TempMax; 386 int16_t Slope1; 387 int16_t Slope2; 388 int16_t FdoMin; 389 int16_t HystUp; 390 int16_t HystDown; 391 int16_t HystSlope; 392 int16_t TempRespLim; [all …]
|
H A D | smu75_discrete.h | 383 int16_t TempMin; 384 int16_t TempMed; 385 int16_t TempMax; 386 int16_t Slope1; 387 int16_t Slope2; 388 int16_t FdoMin; 389 int16_t HystUp; 390 int16_t HystDown; 391 int16_t HystSlope; 392 int16_t TempRespLim; [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | smu7_discrete.h | 420 int16_t TempMin; 421 int16_t TempMed; 422 int16_t TempMax; 423 int16_t Slope1; 424 int16_t Slope2; 425 int16_t FdoMin; 426 int16_t HystUp; 427 int16_t HystDown; 428 int16_t HystSlope; 429 int16_t TempRespLim; [all …]
|
H A D | sislands_smc.h | 252 int16_t temp_min; 253 int16_t temp_med; 254 int16_t temp_max; 255 int16_t slope1; 256 int16_t slope2; 257 int16_t fdo_min; 258 int16_t hys_up; 259 int16_t hys_down; 260 int16_t hys_slope; 261 int16_t temp_resp_lim; [all …]
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | sislands_smc.h | 248 int16_t temp_min; 249 int16_t temp_med; 250 int16_t temp_max; 251 int16_t slope1; 252 int16_t slope2; 253 int16_t fdo_min; 254 int16_t hys_up; 255 int16_t hys_down; 256 int16_t hys_slope; 257 int16_t temp_resp_lim; [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.h | 65 int16_t sharpen_level1; 66 int16_t sharpen_level2; 74 int16_t adjust_a[DPU_MAX_DE_CURVES]; 75 int16_t adjust_b[DPU_MAX_DE_CURVES]; 76 int16_t adjust_c[DPU_MAX_DE_CURVES]; 217 int16_t sharpen_level1; 218 int16_t sharpen_level2; 226 int16_t adjust_a[DPU_MAX_DE_CURVES]; 227 int16_t adjust_b[DPU_MAX_DE_CURVES]; 228 int16_t adjust_c[DPU_MAX_DE_CURVES];
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 82 int16_t value:15; 200 static inline int16_t cvmx_fau_fetch_and_add16(cvmx_fau_reg_16_t reg, in cvmx_fau_fetch_and_add16() 201 int16_t value) in cvmx_fau_fetch_and_add16() 281 cvmx_fau_tagwait_fetch_and_add16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_tagwait_fetch_and_add16() 404 int16_t value) in cvmx_fau_async_fetch_and_add16() 491 int16_t value) in cvmx_fau_async_tagwait_fetch_and_add16() 551 static inline void cvmx_fau_atomic_add16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_atomic_add16() 601 static inline void cvmx_fau_atomic_write16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_atomic_write16()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu13_driver_if_v13_0_0.h | 699 int16_t VoltageOffsetPerZoneBoundary[PP_NUM_OD_VF_CURVE_POINTS]; 704 int16_t GfxclkFmin; // MHz 705 int16_t GfxclkFmax; // MHz 710 int16_t Ppt; // % 711 int16_t Tdc; 737 int16_t VoltageOffsetPerZoneBoundary; 742 int16_t GfxclkFmin; // MHz 743 int16_t GfxclkFmax; // MHz 748 int16_t Ppt; // % 749 int16_t Tdc; [all …]
|
H A D | smu13_driver_if_v13_0_7.h | 709 int16_t VoltageOffsetPerZoneBoundary[PP_NUM_OD_VF_CURVE_POINTS]; 714 int16_t GfxclkFmin; // MHz 715 int16_t GfxclkFmax; // MHz 720 int16_t Ppt; // % 721 int16_t Tdc; 748 int16_t VoltageOffsetPerZoneBoundary; 753 int16_t GfxclkFmin; // MHz 754 int16_t GfxclkFmax; // MHz 759 int16_t Ppt; // % 760 int16_t Tdc; [all …]
|
H A D | smu13_driver_if_aldebaran.h | 342 int16_t GFX_Guardband_Voltage_Cold[8]; // mV [signed] 343 int16_t GFX_Guardband_Voltage_Mid[8]; // mV [signed] 344 int16_t GFX_Guardband_Voltage_Hot[8]; // mV [signed] 347 int16_t SOC_Guardband_Voltage_Cold[8]; // mV [signed] 348 int16_t SOC_Guardband_Voltage_Mid[8]; // mV [signed] 349 int16_t SOC_Guardband_Voltage_Hot[8]; // mV [signed] 353 int16_t DcBtcMin; // mV [signed] 354 int16_t DcBtcMax; // mV [signed] 355 int16_t DcBtcGb; // mV [signed]
|
H A D | smu14_driver_if_v14_0.h | 755 int16_t VoltageOffsetPerZoneBoundary[PP_NUM_OD_VF_CURVE_POINTS]; 765 int16_t GfxclkFoffset; 773 int16_t Ppt; // % 774 int16_t Tdc; 798 int16_t GfxEdc; 799 int16_t GfxPccLimitControl; 818 int16_t VoltageOffsetPerZoneBoundary[PP_NUM_OD_VF_CURVE_POINTS]; 825 int16_t GfxclkFoffset; 835 int16_t Ppt; // % 837 int16_t Tdc; [all …]
|
/linux/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_temp.c | 16 static int inv_icm42600_temp_read(struct inv_icm42600_state *st, int16_t *temp) in inv_icm42600_temp_read() 34 *temp = (int16_t)be16_to_cpup(raw); in inv_icm42600_temp_read() 51 int16_t temp; in inv_icm42600_temp_read_raw()
|
/linux/drivers/w1/slaves/ |
H A D | w1_ds2438.c | 93 static int w1_ds2438_get_temperature(struct w1_slave *sl, int16_t *temperature) in w1_ds2438_get_temperature() 124 *temperature = (((int16_t) w1_buf[DS2438_TEMP_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_TEMP_LSB]); in w1_ds2438_get_temperature() 271 static int w1_ds2438_get_current(struct w1_slave *sl, int16_t *voltage) in w1_ds2438_get_current() 280 *voltage = (((int16_t) w1_buf[DS2438_CURRENT_MSB]) << 8) | ((int16_t) w1_buf[DS2438_CURRENT_LSB]); in w1_ds2438_get_current() 318 int16_t voltage; in iad_read() 418 int16_t temp; in temperature_read()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_aic.h | 51 int16_t dir_path_gain_lin; 52 int16_t quad_path_gain_lin;
|
/linux/sound/usb/ |
H A D | midi.h | 16 int16_t assoc_in_jacks[16]; 17 int16_t assoc_out_jacks[16];
|
/linux/drivers/isdn/mISDN/ |
H A D | dsp_biquad.h | 39 static inline int16_t biquad2(struct biquad2_state *bq, int16_t sample) in biquad2()
|