Searched refs:s32 (Results 476 - 500 of 1829) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-ov2640.c257 s32 reso = gspca_dev->cam.cam_mode[(s32) gspca_dev->curr_mode].priv;
258 s32 n; /* reserved for FETCH functions */
319 s32 reso = gspca_dev->cam.cam_mode[(s32) gspca_dev->curr_mode].priv;
339 s32 backlight = sd->vcur.backlight;
340 s32 bright = sd->vcur.brightness;
341 s32 sharp = sd->vcur.sharpness;
342 s32 gam = sd->vcur.gamma;
343 s32 cnt
[all...]
H A Dgl860-ov9655.c25 static s32 tbl_length[] = {12, 56, 52, 54, 56, 42, 32, 12};
250 s32 reso = gspca_dev->cam.cam_mode[(s32) gspca_dev->curr_mode].priv;
251 s32 n; /* reserved for FETCH functions */
252 s32 i;
329 s32 reso = gspca_dev->cam.cam_mode[(s32) gspca_dev->curr_mode].priv;
349 s32 bright = sd->vcur.brightness;
350 s32 hue = sd->vcur.hue;
/linux-master/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c154 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st)
156 s32 value = 0;
177 s32 value;
204 s32 value;
239 s32 value;
262 s32 value;
285 s32 value;
316 s32 value;
504 s32 value;
/linux-master/drivers/macintosh/
H A Dwindfarm_pm112.c95 static s32 cpu_all_tmax = 100 << 16;
134 s32 tmax;
202 static int cpu_check_overtemp(s32 temp)
205 s32 t_avg, t_old;
271 s32 greatest_delta = 0;
272 s32 temp, power, t_max = 0;
359 s32 temp;
409 s32 temp;
461 s32 power;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8723x.h148 bool (*iqk_similarity_cmp)(struct rtw_dev *rtwdev, s32 result[][IQK_NR],
345 static inline s32 iqkxy_to_s32(s32 val)
351 static inline s32 iqk_mult(s32 x, s32 y, s32 *ext)
354 s32 t;
421 bool rtw8723x_iqk_similarity_cmp(struct rtw_dev *rtwdev, s32 result[][IQK_NR],
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c72 #define I2F(i) ((s32)(i) * 65536)
74 #define FMUL(fa, fb) ((s32)(((s64)(fa) * (s64)(fb)) / 65536))
128 static inline s32 cubic_conv(s32 f_a, s32 f_x)
130 const s32 f_1 = I2F(1);
131 const s32 f_2 = I2F(2);
132 const s32 f_3 = I2F(3);
133 const s32 f_4 = I2F(4);
134 const s32 f_x
[all...]
/linux-master/drivers/media/usb/gspca/
H A Djeilinj.c121 static void setfreq(struct gspca_dev *gspca_dev, s32 val)
134 static void setcamquality(struct gspca_dev *gspca_dev, s32 val)
151 static void setautogain(struct gspca_dev *gspca_dev, s32 val)
164 static void setred(struct gspca_dev *gspca_dev, s32 val)
177 static void setgreen(struct gspca_dev *gspca_dev, s32 val)
190 static void setblue(struct gspca_dev *gspca_dev, s32 val)
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddevices.c330 static s32 iwl_temp_calib_to_offset(struct iwl_priv *priv)
338 return (s32)(temperature -
344 const s32 volt2temp_coef = IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF;
345 s32 threshold = (s32)celsius_to_kelvin(CT_KILL_THRESHOLD_LEGACY) -
376 s32 offset = iwl_temp_calib_to_offset(priv);
/linux-master/drivers/iio/adc/
H A Dqcom-vadc-common.c20 s32 x;
21 s32 y;
347 u32 tablesize, s32 input, int *output)
371 static s32 qcom_vadc_map_temp_voltage(const struct vadc_map_pt *pts,
489 static u16 qcom_vadc_scale_voltage_code(s32 voltage,
671 s32 voltage;
/linux-master/include/media/
H A Dv4l2-ctrls.h63 s32 *p_s32;
244 * @val: The control's new s32 value.
301 s32 val;
303 s32 val;
1079 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);
1093 int __v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val);
1107 static inline int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val)
/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_core.c110 s32 ge2comp(s32 a, s32 width)
209 s32 i;
590 static s32 stv0900_get_rf_level(struct stv0900_internal *intp,
594 s32 agc_gain = 0,
623 rf_lvl = (s32)agc_gain - lookup->table[imin].regval;
643 s32 rflevel = stv0900_get_rf_level(internal, &stv0900_rf,
658 static s32 stv0900_carr_get_quality(struct dvb_frontend *fe,
665 s32 c_
[all...]
H A Dstv6111.c532 static s32 table_lookup(const struct slookup *table,
535 s32 gain;
536 s32 reg_diff;
558 gain += ((s32)(reg_value - table[imin].reg_value) *
559 (s32)(table[imax].value
569 s32 gain;
622 gain -= ((((s32)(state->frequency / 1000) - 1550) * 2) / 12);
625 gain += (s32)((state->reg[0x01] & 0xC0) >> 6) * 600 - 1300;
/linux-master/net/ipv4/
H A Dtcp_cubic.c147 s32 delta;
222 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32)
267 t = (s32)(tcp_jiffies32 - ca->epoch_start);
399 if ((s32)(now - ca->last_ack) <= hystart_ack_delta_us) {
412 if ((s32)(now - ca->round_start) > threshold) {
459 if (ca->epoch_start && (s32)(tcp_jiffies32 - ca->epoch_start) < HZ)
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.c143 s32 one_mv_i16_cost;
144 s32 one_mv_i4x4_cost;
145 s32 one_mv_i8x8_cost;
146 s32 two_mv_i16_cost;
147 s32 two_mv_i4x4_cost;
148 s32 two_mv_i8x8_cost;
149 s32 four_mv_i16_cost;
150 s32 four_mv_i4x4_cost;
151 s32 four_mv_i8x8_cost;
310 s32 keyratio_iste
[all...]
/linux-master/drivers/iio/chemical/
H A Dbme680_core.c63 s32 t_fine;
335 s32 adc_temp)
366 s32 var1, var2, var3, press_comp;
407 s32 var1, var2, var3, var4, var5, var6, temp_scaled, calc_hum;
410 var1 = (adc_humid - ((s32) ((s32) calib->par_h1 * 16))) -
411 (((temp_scaled * (s32) calib->par_h3) / 100) >> 1);
412 var2 = ((s32) calib->par_h2 *
468 s32 var1, var2, var3, var4, var5, heatr_res_x100;
474 var1 = (((s32) BME680_AMB_TEM
[all...]
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c192 void emit_mov_i(struct jit_context *ctx, u8 dst, s32 imm)
211 bool valid_alu_i(u8 op, s32 imm)
247 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val)
298 void emit_alu_i(struct jit_context *ctx, u8 dst, s32 imm, u8 op)
502 bool valid_jmp_i(u8 op, s32 imm)
554 s16 bpf_off, u8 *jit_op, s32 *jit_off)
605 void setup_jmp_i(struct jit_context *ctx, s32 imm, u8 width,
606 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off)
651 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_of
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h96 s32 result;
109 s32 result;
/linux-master/fs/nfs/
H A Dnfs4session.h52 s32 d_target_highest_slotid; /* Derivative */
53 s32 d2_target_highest_slotid; /* 2nd derivative */
/linux-master/include/soc/fsl/qe/
H A Ducc_fast.h190 s32 ucc_fast_tx_virtual_fifo_base_offset;/* pointer to base of Tx
192 s32 ucc_fast_rx_virtual_fifo_base_offset;/* pointer to base of Rx
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c28 static s32 il3945_expected_tpt_g[RATE_COUNT_3945] = {
32 static s32 il3945_expected_tpt_g_prot[RATE_COUNT_3945] = {
36 static s32 il3945_expected_tpt_a[RATE_COUNT_3945] = {
40 static s32 il3945_expected_tpt_b[RATE_COUNT_3945] = {
85 il3945_get_rate_idx_by_rssi(s32 rssi, enum nl80211_band band)
245 s32 fail_count;
879 il3945_rate_scale_init(struct ieee80211_hw *hw, s32 sta_id)
882 s32 rssi = 0;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.h87 static inline s32 efx_filter_insert_filter(struct efx_nic *efx,
137 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx,
H A Dnic.h150 s32 efx_farch_filter_insert(struct efx_nic *efx, struct efx_filter_spec *spec,
163 s32 efx_farch_filter_get_rx_ids(struct efx_nic *efx,
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.h123 s32 efx_mcdi_filter_insert(struct efx_nic *efx, struct efx_filter_spec *spec,
137 s32 efx_mcdi_filter_get_rx_ids(struct efx_nic *efx,
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore507d.c158 s32 oclass, struct nv50_core **pcore)
181 core507d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf_fail.c10 s32 netns_id;
11 s32 error;

Completed in 268 milliseconds

<<11121314151617181920>>