Searched refs:s16 (Results 176 - 200 of 702) sorted by relevance

1234567891011>>

/linux-master/drivers/power/supply/
H A Dcpcap-battery.c103 s16 offset; /* 9 bits */
104 s16 integrator; /* 13 or 16 bits */
256 s16 offset, u32 divider)
275 s16 offset)
284 s16 offset)
332 ccd->accumulator = ((s16)buf[3]) << 16;
346 ccd->integrator = (s16)buf[6];
444 s16 offset;
455 acc = (s16)value;
/linux-master/drivers/i2c/busses/
H A Di2c-ljca.c86 s16 rp_len;
116 s16 rp_len;
146 s16 rp_len;
192 s16 rplen;
/linux-master/include/linux/
H A Dtypes.h102 typedef s16 int16_t;
/linux-master/drivers/net/wireless/ath/ath5k/
H A Deeprom.h321 s16 *pd_pwr;
328 s16 max_pwr;
329 s16 min_pwr;
483 s16 ee_noise_floor_thr[AR5K_EEPROM_N_MODES];
/linux-master/drivers/hwmon/
H A Dina238.c197 regval = (s16)regval;
276 *val = div_s64((s16)regval * INA238_FIXED_SHUNT * data->gain,
367 *val = ((s16)regval >> 4) * INA238_DIE_TEMP_LSB;
375 *val = ((s16)regval >> 4) * INA238_DIE_TEMP_LSB;
H A Dnct6775.h117 s16 temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
120 s16 tsi_temp[NUM_TSI_TEMP];
H A Dad7414.c42 s16 temp_input; /* Register values */
47 static inline int ad7414_temp_from_reg(s16 reg)
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c133 s16 first, s16 second, s16 third)
317 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val)
324 s16 b43legacy_nrssi_hw_read(struct b43legacy_wldev *dev, u16 offset)
331 return (s16)val;
338 s16 tmp;
352 s16 i;
353 s16 delta;
370 s16 v47
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.c133 s16 wbd_target; /* in dB */
135 s16 rf_gain_limit; /* take-over-point: where to split between bb and rf gain */
136 s16 current_gain; /* keeps the currently programmed gain */
151 s16 adc_diff;
152 s16 min_adc_diff;
174 s16 temperature;
857 s16 range;
858 s16 slope;
860 static u16 slopes_to_scale(const struct slope *slopes, u8 num, s16 val)
882 static s16 dib0090_wbd_to_d
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dtherm.c84 s16 value = nvbios_rd16(bios, entry + 1);
166 s16 value = nvbios_rd16(bios, entry + 1);
/linux-master/drivers/gpu/drm/omapdrm/
H A Dtcm.h68 s16 offset, u16 slot_bytes,
132 u16 align, s16 offset, u16 slot_bytes,
H A Dtcm-sita.c79 static int l2r_t2b(u16 w, u16 h, u16 a, s16 offset,
174 s16 offset, u16 slot_bytes,
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dtables_nphy.h195 const s16 *b43_ntab_get_rf_pwr_offset_table(struct b43_wldev *dev);
214 extern const s16 tbl_tx_filter_coef_rev4[7][15];
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.c52 static int setexposure(struct sd *sd, s16 expo);
238 static int setexposure(struct sd *sd, s16 expo)
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_hw.h66 s16 yuv2rgb_offset; /* offset to the YUV->RGB matrix entries */
205 const s16 *rgb2yuv_coeffs);
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h280 s16 access; /* time (ms) to access mailbox */
281 s16 execute; /* time (ms) to execute */
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c206 s16 offset = (s16)(__pa(swapper_pg_dir));
/linux-master/drivers/iio/accel/
H A Dcros_ec_accel_legacy.c42 unsigned long scan_mask, s16 *data)
79 s16 data = 0;
/linux-master/drivers/iio/light/
H A Dcros_ec_light_prox.c55 (s16 *)&data);
67 (s16 *)&data);
/linux-master/arch/arm/mach-omap2/
H A Dprcm-common.h528 s16 offset;
546 s16 offset;
/linux-master/drivers/iio/pressure/
H A Dt5403.c68 s16 t_r;
109 s16 t_r;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h130 s16 RSSI; /* receive signal strength (in dBm) */
131 s16 SNR; /* receive signal SNR in dB */
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot9 truncate -s $$(hexdump -s16 -n4 -e '"%u"' $<) $@
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c78 static s16 get_err_info(u8 error_type, u16 latest)
126 s16 err_info;
/linux-master/include/linux/clk/
H A Dti.h255 int (*cm_wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
258 s16 *prcm_inst, u8 *idlest_reg_id);

Completed in 533 milliseconds

1234567891011>>