Searched refs:s16 (Results 51 - 75 of 696) sorted by relevance

1234567891011>>

/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h293 s16 peak_filter; /* -8 .. 15 */
334 s16 coef0; /* -256 .. 255 */
335 s16 coef1; /* -256 .. 255 */
336 s16 coef2; /* -256 .. 255 */
337 s16 coef3; /* -256 .. 255 */};
384 s16 video_agc_gain; /* -75 .. 1972 in 0.1 dB steps */
385 s16 audio_agc_gain; /* -4 .. 1020 in 0.1 dB steps */
465 s16 atv_top_equ0[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU0__A */
466 s16 atv_top_equ1[DRXJ_COEF_IDX_MAX]; /*< shadow of ATV_TOP_EQU1__A */
467 s16 atv_top_equ
[all...]
/linux-master/arch/x86/include/asm/
H A Dnuma.h25 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
31 static inline void set_apicid_to_node(int apicid, s16 node)
39 static inline void set_apicid_to_node(int apicid, s16 node)
/linux-master/drivers/iio/temperature/
H A Dmlx90632.c445 s16 *ambient_new_raw, s16 *ambient_old_raw)
453 *ambient_new_raw = (s16)read_tmp;
458 *ambient_old_raw = (s16)read_tmp;
465 s16 *object_new_raw, s16 *object_old_raw)
470 s16 read;
482 read = (s16)read_tmp;
487 *object_new_raw = (read + (s16)read_tmp) / 2;
492 read = (s16)read_tm
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dmxl692_defs.h428 s16 timing_offset;
445 s16 i_value[12];
446 s16 q_value[12];
451 s16 ffe_taps[MXL_EAGLE_QAM_FFE_TAPS_LENGTH];
452 s16 spur_taps[MXL_EAGLE_QAM_SPUR_TAPS_LENGTH];
453 s16 dfe_taps[MXL_EAGLE_QAM_DFE_TAPS_LENGTH];
475 s16 timing_offset;
486 s16 snr_db_tenths;
487 s16 timing_offset;
503 s16 ffe_tap
[all...]
H A Dstb0899_priv.h164 s16 derot_freq; /* Current derotator frequency (Hz) */
165 s16 derot_percent;
167 s16 direction; /* Current derotator search direction */
168 s16 derot_step; /* Derotator step (binary value) */
169 s16 t_derot; /* Derotator time constant (ms) */
170 s16 t_data; /* Data recovery time constant (ms) */
171 s16 sub_dir; /* Direction of the next sub range */
173 s16 t_agc1; /* Agc1 time constant (ms) */
174 s16 t_agc2; /* Agc2 time constant (ms) */
185 s16 step_siz
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h293 s16 pre_badplcp_cnt;
294 s16 bphy_pre_badplcp_cnt;
306 s16 crsminpwr_index;
360 s16 a0;
361 s16 b0;
362 s16 a1;
363 s16 b1;
393 s16 pwrdet_2g_a1;
394 s16 pwrdet_2g_b0;
395 s16 pwrdet_2g_b
[all...]
/linux-master/lib/
H A Doverflow_kunit.c177 DEFINE_TEST_ARRAY(s16) = { variable
362 DEFINE_TEST_FUNC(s16, "%d");
459 TEST_ONE_SHIFT(0, 14, s16, 0, false);
480 TEST_ONE_SHIFT(1, 15, s16, 0, true);
500 TEST_ONE_SHIFT(17483, 1, s16, 0, true);
511 TEST_ONE_SHIFT(17483, 2, s16, 0, true);
529 TEST_ONE_SHIFT(0xFFFFU, 0, s16, 0, true);
543 TEST_ONE_SHIFT(0, 16, s16, 0, true);
544 TEST_ONE_SHIFT(0, 17, s16, 0, true);
566 TEST_ONE_SHIFT(-5, 0, s16,
[all...]
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h178 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code);
181 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off);
191 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off);
195 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off);
198 int finish_jmp(struct jit_context *ctx, u8 jit_op, s16 bpf_off);
207 int emit_ja(struct jit_context *ctx, s16 off);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h185 s16 channel_power;
187 s16 band_power;
192 s16 signal_to_noise;
193 s16 rsvd2;
205 s16 i;
206 s16 q;
/linux-master/drivers/staging/media/av7110/
H A Ddvb_filter.h161 s16 vbv_delay;
199 s16 last_frame_centre_horizontal_offset;
200 s16 last_frame_centre_vertical_offset;
210 s16 frame_centre_horizontal_offset[OFF_SIZE];
212 s16 frame_centre_vertical_offset[OFF_SIZE];
214 s16 temporal_reference[2];
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c55 rlc(const s16 *in, __be16 *output, int blocktype)
57 s16 block[8 * 8];
58 s16 *wp = block;
112 * one s16 value for the header and 8 * 8 coefficients of type s16.
115 derlc(const __be16 **rlc_in, s16 *dwht_out, const __be16 *end_of_input)
121 s16 block[8 * 8 + 16];
122 s16 *wp = block;
138 s16 in;
196 static void quantize_intra(s16 *coef
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
H A Dia_css_eed1_8.host.c36 static const s16 chgrinv_x[NUMBER_OF_CHGRINV_POINTS] = {
41 static const s16 chgrinv_a[NUMBER_OF_CHGRINV_POINTS] = {
46 static const s16 chgrinv_b[NUMBER_OF_CHGRINV_POINTS] = {
51 static const s16 chgrinv_c[NUMBER_OF_CHGRINV_POINTS] = {
56 static const s16 tcinv_x[NUMBER_OF_TCINV_POINTS] = {
60 static const s16 tcinv_a[NUMBER_OF_TCINV_POINTS] = {
64 static const s16 tcinv_b[NUMBER_OF_TCINV_POINTS] = {
68 static const s16 tcinv_c[NUMBER_OF_TCINV_POINTS] = {
72 static const s16 fcinv_x[NUMBER_OF_FCINV_POINTS] = {
76 static const s16 fcinv_
[all...]
/linux-master/arch/powerpc/boot/
H A Dtypes.h14 typedef short s16; typedef
24 typedef s16 int16_t;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.h77 s16 b43legacy_nrssi_hw_read(struct b43legacy_wldev *dev, u16 offset);
78 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val);
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h66 s16 silence;
67 s16 max_packet;
/linux-master/drivers/dma/bestcomm/
H A Dfec.c41 s16 incr_bytes;
43 s16 incr_dst;
45 s16 incr_dst_ma;
62 s16 incr_bytes;
64 s16 incr_src;
66 s16 incr_src_ma;
131 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */
232 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */
H A Data.c41 s16 incr_bytes;
43 s16 incr_dst;
45 s16 incr_src;
105 inc->incr_bytes = -(s16)sizeof(u32);
119 inc->incr_bytes = -(s16)sizeof(u32);
H A Dgen_bd.c46 s16 incr_bytes;
48 s16 incr_dst;
64 s16 incr_bytes;
66 s16 incr_src;
68 s16 incr_src_ma;
138 inc->incr_bytes = -(s16)sizeof(u32);
221 inc->incr_bytes = -(s16)sizeof(u32);
/linux-master/samples/hid/
H A Dhid_mouse.bpf.c11 s16 y;
57 s16 x;
/linux-master/include/linux/
H A Damd-pstate.h100 s16 epp_policy;
101 s16 epp_cached;
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c362 static s32 bmc150_magn_compensate_x(struct bmc150_magn_trim_regs *tregs, s16 x,
365 s16 val;
374 val = ((s16)(((u16)((((s32)xyz1) << 14) / rhall)) - ((u16)0x4000)));
375 val = ((s16)((((s32)x) * ((((((((s32)tregs->xy2) * ((((s32)val) *
377 ((s32)(((s16)tregs->xy1) << 7)))) >> 9) + ((s32)0x100000)) *
378 ((s32)(((s16)tregs->x2) + ((s16)0xA0)))) >> 12)) >> 13)) +
379 (((s16)tregs->x1) << 3);
384 static s32 bmc150_magn_compensate_y(struct bmc150_magn_trim_regs *tregs, s16 y,
387 s16 va
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dprm33xx.c20 static u32 am33xx_prm_read_reg(s16 inst, u16 idx)
26 static void am33xx_prm_write_reg(u32 val, s16 inst, u16 idx)
32 static u32 am33xx_prm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx)
56 static int am33xx_prm_is_hardreset_asserted(u8 shift, u8 part, s16 inst,
82 static int am33xx_prm_assert_hardreset(u8 shift, u8 part, s16 inst,
112 s16 inst, u16 rstctrl_offs,
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c243 size_t utf16s_utf8nlen(const u16 *s16, size_t maxlen) argument
247 for (len = 0; len < maxlen && *s16; len += clen) {
248 u16 c0 = *s16++;
263 if ((*s16 & 0xfc00) == 0xdc00) {
264 ++s16;
274 u32 utf16_to_utf32(const u16 **s16) argument
278 c0 = *(*s16)++;
285 c1 = **s16;
290 ++(*s16);
/linux-master/include/asm-generic/
H A Dint-ll64.h18 typedef __s16 s16; typedef
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvolt.h19 s16 step;

Completed in 218 milliseconds

1234567891011>>