Searched refs:s32 (Results 76 - 100 of 1810) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_frac.h36 typedef s32 ia_css_s0_15;
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc_param.h23 s32 gain_shift;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dutil.h23 static inline s32 s32_div_u32_round_down(s32 dividend, u32 divisor, s32 *remainder)
25 s32 i_divisor = (s32)divisor;
26 s32 i_remainder;
27 s32 quotient;
42 static inline s32 s32_div_u32_round_closest(s32 dividend, u32 divisor)
/linux-master/include/linux/
H A Dpm_qos.h54 s32 target_value; /* Do not change to 64 bit */
55 s32 default_value;
56 s32 no_constraint_value;
68 s32 flags; /* Do not change to 64 bit */
73 s32 effective_flags; /* Do not change to 64 bit */
139 s32 pm_qos_read_value(struct pm_qos_constraints *c);
144 enum pm_qos_req_action action, s32 val);
147 s32 cpu_latency_qos_limit(void);
149 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value);
150 void cpu_latency_qos_update_request(struct pm_qos_request *req, s32 new_valu
[all...]
H A Dmtio.h16 s32 mt_type;
17 s32 mt_resid;
18 s32 mt_dsreg;
19 s32 mt_gstat;
20 s32 mt_erreg;
21 s32 mt_fileno;
22 s32 mt_blkno;
27 s32 mt_blkno;
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a_types.h168 s32 ae_y; /** Sum of Y in a statistics window, for AE.
170 s32 awb_cnt; /** Number of effective pixels
174 s32 awb_gr; /** Sum of Gr in a statistics window, for AWB.
177 s32 awb_r; /** Sum of R in a statistics window, for AWB.
180 s32 awb_b; /** Sum of B in a statistics window, for AWB.
183 s32 awb_gb; /** Sum of Gb in a statistics window, for AWB.
186 s32 af_hpf1; /** Sum of |Y| following high pass filter af_fir1
188 s32 af_hpf2; /** Sum of |Y| following high pass filter af_fir2
/linux-master/drivers/macintosh/
H A Dwindfarm.h19 #define FIX32TOPRINT(f) (((s32)(f)) >> 16),(((((s32)(f)) & 0xffff) * 1000) >> 16)
28 int (*set_value)(struct wf_control *ct, s32 val);
29 int (*get_value)(struct wf_control *ct, s32 *val);
30 s32 (*get_min)(struct wf_control *ct);
31 s32 (*get_max)(struct wf_control *ct);
63 s32 vmax = ct->ops->get_max(ct);
69 s32 vmin = ct->ops->get_min(ct);
73 static inline int wf_control_set(struct wf_control *ct, s32 val)
78 static inline int wf_control_get(struct wf_control *ct, s32 *va
[all...]
/linux-master/arch/mips/include/asm/
H A Dcompat.h13 typedef s32 __compat_uid_t;
14 typedef s32 __compat_gid_t;
37 s32 st_pad1[3];
44 s32 st_pad2[2];
46 s32 st_pad3;
48 s32 st_atime_nsec;
50 s32 st_mtime_nsec;
52 s32 st_ctime_nsec;
53 s32 st_blksize;
54 s32 st_block
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h20 s32 (*init_hw)(struct ixgbe_hw *);
21 s32 (*reset_hw)(struct ixgbe_hw *);
22 s32 (*start_hw)(struct ixgbe_hw *);
23 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
26 s32 (*stop_adapter)(struct ixgbe_hw *);
27 s32 (*get_bus_info)(struct ixgbe_hw *);
28 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
31 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
32 s32 (*check_lin
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mbx.h50 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id,
52 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id);
53 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id);
54 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id);
55 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id);
56 s32 igb_unlock_mbx(struct e1000_hw *hw, u16 mbx_id);
57 s32 igb_init_mbx_params_pf(struct e1000_hw *hw);
H A De1000_mbx.c16 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id,
20 s32 ret_val = -E1000_ERR_MBX;
41 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
44 s32 ret_val = 0;
62 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
65 s32 ret_val = -E1000_ERR_MBX;
80 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
83 s32 ret_val = -E1000_ERR_MBX;
98 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id)
101 s32 ret_va
[all...]
/linux-master/drivers/firmware/smccc/
H A Dsmccc.c20 s32 __ro_after_init smccc_soc_id_version = SMCCC_RET_NOT_SUPPORTED;
21 s32 __ro_after_init smccc_soc_id_revision = SMCCC_RET_NOT_SUPPORTED;
39 if ((s32)res.a0 >= 0) {
41 smccc_soc_id_version = (s32)res.a0;
43 smccc_soc_id_revision = (s32)res.a0;
63 s32 arm_smccc_get_soc_id_version(void)
68 s32 arm_smccc_get_soc_id_revision(void)
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.h14 s32 pch_gbe_phy_get_id(struct pch_gbe_hw *hw);
15 s32 pch_gbe_phy_read_reg_miic(struct pch_gbe_hw *hw, u32 offset, u16 *data);
16 s32 pch_gbe_phy_write_reg_miic(struct pch_gbe_hw *hw, u32 offset, u16 data);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3.host.c78 s32 alpha;
100 s32 isp_coring;
101 s32 isp_scale = XNR_CORING_SCALE_FACTOR;
102 s32 host_scale = IA_CSS_XNR3_CORING_SCALE;
103 s32 offset = host_scale / 2; /* fixed-point 0.5 */
119 s32 isp_strength;
120 s32 isp_scale = XNR_BLENDING_SCALE_FACTOR;
121 s32 host_scale = IA_CSS_XNR3_BLENDING_SCALE;
122 s32 offset = host_scale / 2; /* fixed-point 0.5 */
143 s32 max_dif
[all...]
/linux-master/net/batman-adv/
H A Dbitarray.h30 s32 diff;
44 static inline void batadv_set_bit(unsigned long *seq_bits, s32 n)
54 s32 seq_num_diff, int set_mark);
/linux-master/include/linux/iio/afe/
H A Drescale.h26 s32 numerator;
27 s32 denominator;
28 s32 offset;
/linux-master/include/media/
H A Dv4l2-h264.h35 s32 top_field_order_cnt;
36 s32 bottom_field_order_cnt;
41 s32 cur_pic_order_count;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-dsp.c17 #define INT_PI ((s32)(3.141592653589 * 32768.0))
20 ((float)(((s32)((a) * 100)) % ((s32)((b) * 100))) / 100.0)
22 #define baseband_freq(carrier, srate, tone) ((s32)( \
42 #define FREQ_A2M_CARRIER ((s32)(2.114516 * 32768.0))
43 #define FREQ_A2M_DUAL ((s32)(2.754916 * 32768.0))
44 #define FREQ_A2M_STEREO ((s32)(2.462326 * 32768.0))
46 #define FREQ_EIAJ_CARRIER ((s32)(1.963495 * 32768.0)) /* 5pi/8 */
47 #define FREQ_EIAJ_DUAL ((s32)(2.562118 * 32768.0))
48 #define FREQ_EIAJ_STEREO ((s32)(2.60105
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcurs907a.c25 curs907a_new(struct nouveau_drm *drm, int head, s32 oclass,
/linux-master/drivers/misc/altera-stapl/
H A Daltera-exprt.h16 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
/linux-master/drivers/staging/media/atomisp/pci/css_2401_system/
H A Dpixelgen_global.h71 s32 h_delta; /* horizontal delta? */
72 s32 v_delta; /* vertical delta? */
84 s32 seed0;
85 s32 seed1;
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Ddisp.h13 int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
/linux-master/drivers/iio/pressure/
H A Dms5611.h49 s32 *temp, s32 *pressure);
51 int (*compensate_temp_and_pressure)(struct ms5611_state *st, s32 *temp,
52 s32 *pressure);
/linux-master/drivers/acpi/arm64/
H A Dthermal_cpufreq.c11 s32 soc_id = arm_smccc_get_soc_id_version();
/linux-master/net/core/
H A Dpage_pool_priv.h6 s32 page_pool_inflight(const struct page_pool *pool, bool strict);

Completed in 283 milliseconds

1234567891011>>