Searched refs:s32 (Results 151 - 175 of 1810) sorted by relevance

1234567891011>>

/linux-master/arch/s390/kernel/
H A Dnospec-branch.c99 static void __init_or_module __nospec_revert(s32 *start, s32 *end)
105 s32 *epo;
142 void __init_or_module nospec_revert(s32 *start, s32 *end)
148 extern s32 __nospec_call_start[], __nospec_call_end[];
149 extern s32 __nospec_return_start[], __nospec_return_end[];
/linux-master/include/asm-generic/
H A Dcompat.h31 typedef s32 compat_ssize_t;
32 typedef s32 compat_clock_t;
33 typedef s32 compat_pid_t;
35 typedef s32 compat_off_t;
37 typedef s32 compat_daddr_t;
38 typedef s32 compat_timer_t;
39 typedef s32 compat_key_t;
41 typedef s32 compat_int_t;
42 typedef s32 compat_long_t;
84 typedef s32 compat_ipc_pid_
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_i210.c14 static s32 igb_update_flash_i210(struct e1000_hw *hw);
22 static s32 igb_get_hw_semaphore_i210(struct e1000_hw *hw)
25 s32 timeout = hw->nvm.word_size + 1;
26 s32 i = 0;
92 static s32 igb_acquire_nvm_i210(struct e1000_hw *hw)
117 s32 igb_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask)
122 s32 ret_val = 0;
123 s32 i = 0, timeout = 200; /* FIXME: find real value to use here */
187 static s32 igb_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words,
190 s32 statu
[all...]
/linux-master/arch/mips/dec/prom/
H A Dinit.c45 void __init which_prom(s32 magic, s32 *prom_vec)
94 s32 argc = fw_arg0;
95 s32 *argv = (void *)fw_arg1;
97 s32 *prom_vec = (void *)fw_arg3;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h498 s32 (*id_led_init)(struct e1000_hw *);
499 s32 (*blink_led)(struct e1000_hw *);
501 s32 (*check_for_link)(struct e1000_hw *);
502 s32 (*cleanup_led)(struct e1000_hw *);
505 s32 (*get_bus_info)(struct e1000_hw *);
507 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
508 s32 (*led_on)(struct e1000_hw *);
509 s32 (*led_off)(struct e1000_hw *);
511 s32 (*reset_hw)(struct e1000_hw *);
512 s32 (*init_h
[all...]
H A D80003es2lan.c21 static s32 e1000_setup_copper_link_80003es2lan(struct e1000_hw *hw);
22 static s32 e1000_acquire_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask);
26 static s32 e1000_cfg_kmrn_1000_80003es2lan(struct e1000_hw *hw);
27 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
28 static s32 e1000_read_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
30 static s32 e1000_write_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
38 static s32 e1000_init_phy_params_80003es2lan(struct e1000_hw *hw)
41 s32 ret_val;
70 static s32 e1000_init_nvm_params_80003es2lan(struct e1000_hw *hw)
114 static s32 e1000_init_mac_params_80003es2la
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_phy.c15 s32 igc_check_reset_block(struct igc_hw *hw)
32 s32 igc_get_phy_id(struct igc_hw *hw)
35 s32 ret_val = 0;
64 s32 igc_phy_has_link(struct igc_hw *hw, u32 iterations,
68 s32 ret_val = 0;
160 s32 igc_phy_hw_reset(struct igc_hw *hw)
164 s32 ret_val;
216 static s32 igc_phy_setup_autoneg(struct igc_hw *hw)
222 s32 ret_val;
396 static s32 igc_wait_autone
[all...]
H A Digc_i225.c18 static s32 igc_acquire_nvm_i225(struct igc_hw *hw)
41 static s32 igc_get_hw_semaphore_i225(struct igc_hw *hw)
43 s32 timeout = hw->nvm.word_size + 1;
44 s32 i = 0;
110 s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask)
112 s32 i = 0, timeout = 200;
115 s32 ret_val = 0;
187 static s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words,
190 s32 status = 0;
226 static s32 igc_write_nvm_srw
[all...]
H A Digc_base.c19 static s32 igc_reset_hw_base(struct igc_hw *hw)
21 s32 ret_val;
65 static s32 igc_init_nvm_params_base(struct igc_hw *hw)
107 static s32 igc_setup_copper_link_base(struct igc_hw *hw)
109 s32 ret_val = 0;
126 static s32 igc_init_mac_params_base(struct igc_hw *hw)
155 static s32 igc_init_phy_params_base(struct igc_hw *hw)
158 s32 ret_val = 0;
187 static s32 igc_get_invariants_base(struct igc_hw *hw)
190 s32 ret_va
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c13 static inline s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg,
16 s32 retval = ixgbevf_write_mbx(hw, msg, size);
33 static s32 ixgbevf_start_hw_vf(struct ixgbe_hw *hw)
48 static s32 ixgbevf_init_hw_vf(struct ixgbe_hw *hw)
50 s32 status = hw->mac.ops.start_hw(hw);
64 static s32 ixgbevf_reset_hw_vf(struct ixgbe_hw *hw)
70 s32 ret_val;
132 static s32 ixgbevf_hv_reset_hw_vf(struct ixgbe_hw *hw)
158 static s32 ixgbevf_stop_hw_vf(struct ixgbe_hw *hw)
212 static s32 ixgbevf_mta_vecto
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.h85 s32 fm10k_msg_lport_map_pf(struct fm10k_hw *, u32 **, struct fm10k_mbx_info *);
95 s32 fm10k_msg_err_pf(struct fm10k_hw *, u32 **, struct fm10k_mbx_info *);
100 s32 fm10k_iov_select_vid(struct fm10k_vf_info *vf_info, u16 vid);
101 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *, u32 **, struct fm10k_mbx_info *);
102 s32 fm10k_iov_msg_mac_vlan_pf(struct fm10k_hw *, u32 **,
104 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *, u32 **,
H A Dfm10k_vf.c12 static s32 fm10k_stop_hw_vf(struct fm10k_hw *hw)
16 s32 err;
64 static s32 fm10k_reset_hw_vf(struct fm10k_hw *hw)
66 s32 err;
95 static s32 fm10k_init_hw_vf(struct fm10k_hw *hw)
98 s32 err;
167 static s32 fm10k_update_vlan_vf(struct fm10k_hw *hw, u32 vid, u8 vsi, bool set)
200 s32 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results,
205 s32 err;
227 static s32 fm10k_read_mac_addr_v
[all...]
H A Dfm10k_tlv.h85 s32 (*func)(struct fm10k_hw *, u32 **,
91 s32 fm10k_tlv_msg_init(u32 *, u16);
92 s32 fm10k_tlv_attr_put_mac_vlan(u32 *, u16, const u8 *, u16);
93 s32 fm10k_tlv_attr_get_mac_vlan(u32 *, u8 *, u16 *);
94 s32 fm10k_tlv_attr_put_bool(u32 *, u16);
95 s32 fm10k_tlv_attr_put_value(u32 *, u16, s64, u32);
112 s32 fm10k_tlv_attr_get_value(u32 *, void *, u32);
126 fm10k_tlv_attr_get_value(attr, ptr, sizeof(s32))
129 s32 fm10k_tlv_attr_put_le_struct(u32 *, u16, const void *, u32);
130 s32 fm10k_tlv_attr_get_le_struc
[all...]
/linux-master/include/linux/
H A Dfixp-arith.h23 static const s32 sin_table[] = {
49 static inline s32 __fixp_sin32(int degrees)
51 s32 ret;
73 static inline s32 fixp_sin32(int degrees)
113 static inline s32 fixp_sin32_rad(u32 radians, u32 twopi)
116 s32 v1, v2, dx, dy;
H A Dflat.h68 s32 offset : 30;
72 s32 offset : 30;
H A Dusbdevice_fs.h76 s32 ifno;
77 s32 ioctl_code;
H A Dhid-sensor-hub.h29 s32 report_id;
30 s32 index;
31 s32 units;
32 s32 unit_expo;
33 s32 size;
34 s32 logical_minimum;
35 s32 logical_maximum;
275 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st);
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_i2c.c89 s32 mgb4_i2c_read_byte(struct mgb4_i2c_client *client, u16 reg)
101 return (s32)b;
104 s32 mgb4_i2c_write_byte(struct mgb4_i2c_client *client, u16 reg, u8 val)
112 s32 mgb4_i2c_mask_byte(struct mgb4_i2c_client *client, u16 reg, u8 mask, u8 val)
114 s32 ret;
130 s32 res;
/linux-master/drivers/hid/
H A Dhid-lg4ff.h9 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data);
16 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) { return 0; }
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly.c31 s32 oclass;
33 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **);
H A Dcurs.c30 s32 oclass;
32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **);
H A Doimm507b.c28 s32 oclass, struct nv50_wndw *wndw)
49 oimm507b_init(struct nouveau_drm *drm, s32 oclass, struct nv50_wndw *wndw)
/linux-master/arch/arm/mach-omap2/
H A Dprminst44xx.h13 extern s32 omap4_prmst_get_prm_dev_inst(void);
14 void omap4_prminst_set_prm_dev_inst(s32 dev_inst);
/linux-master/net/batman-adv/
H A Dbitarray.c15 static void batadv_bitmap_shift_left(unsigned long *seq_bits, s32 n)
36 s32 seq_num_diff, int set_mark)
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo.h268 s32 origin_x;
271 s32 origin_y;
304 s32 result;
314 s32 result;
382 s32 rc;
393 s32 rc;
425 s32 x; /* Upper left X co-ordinate relative to the first screen. */
426 s32 y; /* Upper left Y co-ordinate relative to the first screen. */

Completed in 265 milliseconds

1234567891011>>