Home
last modified time | relevance | path

Searched refs:s32 (Results 1 – 25 of 758) sorted by relevance

12345678910>>...31

/linux-3.4.99/arch/arm/plat-mxc/include/mach/
Dsdma.h11 s32 ap_2_ap_addr;
12 s32 ap_2_bp_addr;
13 s32 ap_2_ap_fixed_addr;
14 s32 bp_2_ap_addr;
15 s32 loopback_on_dsp_side_addr;
16 s32 mcu_interrupt_only_addr;
17 s32 firi_2_per_addr;
18 s32 firi_2_mcu_addr;
19 s32 per_2_firi_addr;
20 s32 mcu_2_firi_addr;
[all …]
/linux-3.4.99/drivers/staging/comedi/drivers/
Djr3_pci.h15 static inline s16 get_s16(volatile const s32 * p) in get_s16()
20 static inline void set_s16(volatile s32 * p, s16 val) in set_s16()
46 s32 raw_data;
47 s32 reserved[2];
54 s32 fx;
55 s32 fy;
56 s32 fz;
57 s32 mx;
58 s32 my;
59 s32 mz;
[all …]
/linux-3.4.99/drivers/macintosh/
Dwindfarm_pid.h30 s32 gd, gp, gr; /* PID gains */
31 s32 itarget; /* PID input target */
32 s32 min,max; /* min and max target values */
38 s32 target; /* current target value */
39 s32 samples[WF_PID_MAX_HISTORY]; /* samples history buffer */
40 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */
46 extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
63 s32 gd, gp, gr; /* PID gains */
64 s32 pmaxadj; /* PID max power adjust */
65 s32 ttarget; /* PID input target */
[all …]
Dtherm_pm72.h152 s32 G_d;
153 s32 G_p;
154 s32 G_r;
155 s32 input_target;
156 s32 output_min;
157 s32 output_max;
158 s32 interval;
166 s32 sample_history[BACKSIDE_PID_HISTORY_SIZE];
167 s32 error_history[BACKSIDE_PID_HISTORY_SIZE];
169 s32 last_temp;
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/igb/
De1000_phy.h44 s32 igb_check_downshift(struct e1000_hw *hw);
45 s32 igb_check_reset_block(struct e1000_hw *hw);
46 s32 igb_copper_link_setup_igp(struct e1000_hw *hw);
47 s32 igb_copper_link_setup_m88(struct e1000_hw *hw);
48 s32 igb_copper_link_setup_m88_gen2(struct e1000_hw *hw);
49 s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw);
50 s32 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw);
51 s32 igb_get_cable_length_m88(struct e1000_hw *hw);
52 s32 igb_get_cable_length_m88_gen2(struct e1000_hw *hw);
53 s32 igb_get_cable_length_igp_2(struct e1000_hw *hw);
[all …]
De1000_mac.h41 s32 igb_blink_led(struct e1000_hw *hw);
42 s32 igb_check_for_copper_link(struct e1000_hw *hw);
43 s32 igb_cleanup_led(struct e1000_hw *hw);
44 s32 igb_config_fc_after_link_up(struct e1000_hw *hw);
45 s32 igb_disable_pcie_master(struct e1000_hw *hw);
46 s32 igb_force_mac_fc(struct e1000_hw *hw);
47 s32 igb_get_auto_rd_done(struct e1000_hw *hw);
48 s32 igb_get_bus_info_pcie(struct e1000_hw *hw);
49 s32 igb_get_hw_semaphore(struct e1000_hw *hw);
50 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,
[all …]
De1000_mbx.c39 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_mbx()
42 s32 ret_val = -E1000_ERR_MBX; in igb_read_mbx()
63 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx()
66 s32 ret_val = 0; in igb_write_mbx()
84 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_msg()
87 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_msg()
102 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_ack()
105 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_ack()
120 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_rst()
123 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_rst()
[all …]
De1000_hw.h308 s32 (*check_for_link)(struct e1000_hw *);
309 s32 (*reset_hw)(struct e1000_hw *);
310 s32 (*init_hw)(struct e1000_hw *);
312 s32 (*setup_physical_interface)(struct e1000_hw *);
314 s32 (*read_mac_addr)(struct e1000_hw *);
315 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
319 s32 (*acquire)(struct e1000_hw *);
320 s32 (*check_polarity)(struct e1000_hw *);
321 s32 (*check_reset_block)(struct e1000_hw *);
322 s32 (*force_speed_duplex)(struct e1000_hw *);
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h35 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
36 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw);
37 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
38 s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw);
39 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw);
40 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
42 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
43 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw);
45 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw);
47 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
[all …]
Dixgbe_phy.h91 s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw);
92 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
93 s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw);
94 s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
96 s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
98 s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
99 s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
103 s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
108 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
111 s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw);
[all …]
Dixgbe_mbx.c43 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx()
46 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_read_mbx()
67 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx()
70 s32 ret_val = 0; in ixgbe_write_mbx()
88 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg()
91 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_msg()
106 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack()
109 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_ack()
124 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst()
127 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_rst()
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
De1000.h419 s32 (*get_variants)(struct e1000_adapter *);
534 extern s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
537 extern s32 e1000e_commit_phy(struct e1000_hw *hw);
551 extern s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable);
552 extern s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
555 extern s32 e1000e_check_for_copper_link(struct e1000_hw *hw);
556 extern s32 e1000e_check_for_fiber_link(struct e1000_hw *hw);
557 extern s32 e1000e_check_for_serdes_link(struct e1000_hw *hw);
558 extern s32 e1000e_setup_led_generic(struct e1000_hw *hw);
559 extern s32 e1000e_cleanup_led_generic(struct e1000_hw *hw);
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/ixgbevf/
Dvf.h47 s32 (*init_hw)(struct ixgbe_hw *);
48 s32 (*reset_hw)(struct ixgbe_hw *);
49 s32 (*start_hw)(struct ixgbe_hw *);
50 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
53 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
54 s32 (*stop_adapter)(struct ixgbe_hw *);
55 s32 (*get_bus_info)(struct ixgbe_hw *);
58 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
59 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
60 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
[all …]
Dmbx.c37 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg()
60 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack()
86 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx()
89 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_read_posted_mbx()
109 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx()
112 s32 ret_val; in ixgbevf_write_posted_mbx()
149 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf()
152 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_bit_vf()
168 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf()
170 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_msg_vf()
[all …]
/linux-3.4.99/arch/mips/include/asm/
Dcompat.h15 typedef s32 compat_ssize_t;
16 typedef s32 compat_time_t;
17 typedef s32 compat_clock_t;
18 typedef s32 compat_suseconds_t;
20 typedef s32 compat_pid_t;
21 typedef s32 __compat_uid_t;
22 typedef s32 __compat_gid_t;
28 typedef s32 compat_off_t;
31 typedef s32 compat_ipc_pid_t;
32 typedef s32 compat_daddr_t;
[all …]
/linux-3.4.99/arch/parisc/include/asm/
Dcompat.h14 typedef s32 compat_ssize_t;
15 typedef s32 compat_time_t;
16 typedef s32 compat_clock_t;
17 typedef s32 compat_pid_t;
25 typedef s32 compat_off_t;
29 typedef s32 compat_daddr_t;
31 typedef s32 compat_timer_t;
33 typedef s32 compat_int_t;
34 typedef s32 compat_long_t;
42 s32 tv_nsec;
[all …]
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_qmath.c39 s32 result; in qm_muls16()
43 result = ((s32) (op1) * (s32) (op2)); in qm_muls16()
53 s32 qm_add32(s32 op1, s32 op2) in qm_add32()
55 s32 result; in qm_add32()
73 s32 temp = (s32) op1 + (s32) op2; in qm_add16()
74 if (temp > (s32) 0x7fff) in qm_add16()
76 else if (temp < (s32) 0xffff8000) in qm_add16()
92 s32 temp = (s32) op1 - (s32) op2; in qm_sub16()
93 if (temp > (s32) 0x7fff) in qm_sub16()
95 else if (temp < (s32) 0xffff8000) in qm_sub16()
[all …]
/linux-3.4.99/arch/s390/include/asm/
Dcompat.h41 typedef s32 compat_ssize_t;
42 typedef s32 compat_time_t;
43 typedef s32 compat_clock_t;
44 typedef s32 compat_pid_t;
52 typedef s32 compat_off_t;
56 typedef s32 compat_daddr_t;
59 typedef s32 compat_key_t;
60 typedef s32 compat_timer_t;
62 typedef s32 compat_int_t;
63 typedef s32 compat_long_t;
[all …]
/linux-3.4.99/drivers/media/video/cx88/
Dcx88-dsp.c31 #define INT_PI ((s32)(3.141592653589 * 32768.0))
34 ((float)(((s32)((a)*100))%((s32)((b)*100)))/100.0)
36 #define baseband_freq(carrier, srate, tone) ((s32)( \
52 #define FREQ_A2M_CARRIER ((s32)(2.114516 * 32768.0))
53 #define FREQ_A2M_DUAL ((s32)(2.754916 * 32768.0))
54 #define FREQ_A2M_STEREO ((s32)(2.462326 * 32768.0))
56 #define FREQ_EIAJ_CARRIER ((s32)(1.963495 * 32768.0)) /* 5pi/8 */
57 #define FREQ_EIAJ_DUAL ((s32)(2.562118 * 32768.0))
58 #define FREQ_EIAJ_STEREO ((s32)(2.601053 * 32768.0))
60 #define FREQ_BTSC_DUAL ((s32)(1.963495 * 32768.0)) /* 5pi/8 */
[all …]
/linux-3.4.99/include/linux/
Dpm_qos.h54 s32 target_value; /* Do not change to 64 bit */
55 s32 default_value;
75 s32 value);
77 s32 new_value);
79 s32 new_value, unsigned long timeout_us);
86 s32 pm_qos_read_value(struct pm_qos_constraints *c);
89 s32 __dev_pm_qos_read_value(struct device *dev);
90 s32 dev_pm_qos_read_value(struct device *dev);
92 s32 value);
93 int dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value);
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddblldefs.h42 typedef s32 dbll_flags;
77 typedef s32(*dbll_alloc_fxn) (void *hdl, s32 space, u32 size, u32 align,
78 u32 *dsp_address, s32 seg_id, s32 req,
84 typedef s32(*dbll_f_close_fxn) (void *);
91 typedef bool(*dbll_free_fxn) (void *hdl, u32 addr, s32 space, u32 size,
111 typedef s32(*dbll_read_fxn) (void *, size_t, size_t, void *);
116 typedef s32(*dbll_seek_fxn) (void *, long, int);
138 typedef s32(*dbll_tell_fxn) (void *);
146 typedef s32(*dbll_write_fxn) (void *hdl, u32 dsp_address, void *buf,
147 u32 n, s32 mtype);
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/igbvf/
Dmbx.c36 static s32 e1000_poll_for_msg(struct e1000_hw *hw) in e1000_poll_for_msg()
62 static s32 e1000_poll_for_ack(struct e1000_hw *hw) in e1000_poll_for_ack()
91 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
94 s32 ret_val = -E1000_ERR_MBX; in e1000_read_posted_mbx()
117 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
120 s32 ret_val = -E1000_ERR_MBX; in e1000_write_posted_mbx()
161 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
164 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_bit_vf()
180 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw) in e1000_check_for_msg_vf()
182 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_msg_vf()
[all …]
Dvf.h177 s32 (*init_params)(struct e1000_hw *);
178 s32 (*check_for_link)(struct e1000_hw *);
180 s32 (*get_bus_info)(struct e1000_hw *);
181 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
183 s32 (*reset_hw)(struct e1000_hw *);
184 s32 (*init_hw)(struct e1000_hw *);
185 s32 (*setup_link)(struct e1000_hw *);
189 s32 (*read_mac_addr)(struct e1000_hw *);
190 s32 (*set_vfta)(struct e1000_hw *, u16, bool);
207 s32 (*init_params)(struct e1000_hw *hw);
[all …]
/linux-3.4.99/arch/ia64/kernel/
Dpatch.c103 s32 *offp = (s32 *) start; in ia64_patch_vtop()
106 while (offp < (s32 *) end) { in ia64_patch_vtop()
126 s32 *offp = (s32 *) start; in ia64_patch_rse()
129 while (offp < (s32 *) end) { in ia64_patch_rse()
146 s32 *offp = (s32 *) start; in ia64_patch_mckinley_e9()
159 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9()
195 s32 *offp = (s32 *) start; in patch_fsyscall_table()
198 while (offp < (s32 *) end) { in patch_fsyscall_table()
212 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down()
215 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down()
[all …]
/linux-3.4.99/include/media/
Dv4l2-ctrls.h128 s32 minimum, maximum, default_value;
136 s32 val;
141 s32 val;
216 s32 min;
217 s32 max;
219 s32 def;
241 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags);
323 u32 id, s32 min, s32 max, u32 step, s32 def);
345 u32 id, s32 max, s32 mask, s32 def);
476 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);
[all …]

12345678910>>...31