Searched refs:s32 (Results 51 - 75 of 536) sorted by relevance

1234567891011>>

/drivers/staging/omapdrm/
H A Dtcm-sita.h57 s32 x;
58 s32 y;
H A Dtcm.h69 s32 (*reserve_2d)(struct tcm *tcm, u16 height, u16 width, u8 align,
71 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area);
72 s32 (*free) (struct tcm *tcm, struct tcm_area *area);
129 static inline s32 tcm_reserve_2d(struct tcm *tcm, u16 width, u16 height,
133 s32 res = tcm == NULL ? -ENODEV :
161 static inline s32 tcm_reserve_1d(struct tcm *tcm, u32 slots,
165 s32 res = tcm == NULL ? -ENODEV :
191 static inline s32 tcm_free(struct tcm_area *area)
193 s32 res = 0; /* free succeeds by default */
297 static inline s32 tcm_1d_limi
[all...]
/drivers/staging/tidspbridge/dynload/
H A Dtramp_table_c6000.c34 s32 vaddr;
35 s32 symndx;
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c383 static s32
390 s32 infra = 0;
391 s32 err = 0;
434 static s32 brcmf_dev_intvar_set(struct net_device *ndev, s8 *name, s32 val)
438 s32 err = 0;
453 static s32
454 brcmf_dev_intvar_get(struct net_device *ndev, s8 *name, s32 *retval)
462 s32 err = 0;
479 s32 er
[all...]
/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c228 static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw);
231 static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank);
232 static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
234 static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
236 static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
238 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
240 static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw);
241 static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw);
242 static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw);
243 static s32 e1000_cleanup_led_ich8la
[all...]
H A D82571.c63 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
64 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
65 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
66 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
67 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
69 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
71 static s32 e1000_setup_link_82571(struct e1000_hw *hw);
75 static s32 e1000_led_on_82574(struct e1000_hw *hw);
79 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw);
81 static s32 e1000_set_d0_lplu_state_8257
[all...]
H A Dmac.c39 s32 e1000e_get_bus_info_pcie(struct e1000_hw *hw)
166 s32 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw)
169 s32 ret_val = 0;
420 s32 e1000e_check_for_copper_link(struct e1000_hw *hw)
423 s32 ret_val;
489 s32 e1000e_check_for_fiber_link(struct e1000_hw *hw)
495 s32 ret_val;
556 s32 e1000e_check_for_serdes_link(struct e1000_hw *hw)
562 s32 ret_val;
663 static s32 e1000_set_default_fc_generi
[all...]
H A Dhw.h765 s32 (*id_led_init)(struct e1000_hw *);
766 s32 (*blink_led)(struct e1000_hw *);
768 s32 (*check_for_link)(struct e1000_hw *);
769 s32 (*cleanup_led)(struct e1000_hw *);
772 s32 (*get_bus_info)(struct e1000_hw *);
774 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
775 s32 (*led_on)(struct e1000_hw *);
776 s32 (*led_off)(struct e1000_hw *);
778 s32 (*reset_hw)(struct e1000_hw *);
779 s32 (*init_h
[all...]
/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c38 static int clamp_set(struct wf_control *ct, s32 value)
50 static int clamp_get(struct wf_control *ct, s32 *value)
56 static s32 clamp_min(struct wf_control *ct)
61 static s32 clamp_max(struct wf_control *ct)
H A Dwindfarm_smu_sensors.c66 static int smu_read_adc(u8 id, s32 *value)
88 static int smu_cputemp_get(struct wf_sensor *sr, s32 *value)
92 s32 val;
106 *value = (s32)(scaled << 1);
111 static int smu_cpuamp_get(struct wf_sensor *sr, s32 *value)
114 s32 val, scaled;
125 scaled = (s32)(val * (u32)cpuvcp->curr_scale);
126 scaled += (s32)cpuvcp->curr_offset;
132 static int smu_cpuvolt_get(struct wf_sensor *sr, s32 *value)
135 s32 va
[all...]
H A Dwindfarm_pid.c34 s32 wf_pid_run(struct wf_pid_state *st, s32 new_sample)
37 s32 target;
68 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd +
89 s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp)
92 s32 error, target, sval, adj;
120 sval = st->param.tmax - (s32)(integ >> 20);
138 target = st->target + (s32)((deri
[all...]
/drivers/media/dvb/frontends/
H A Dstb0899_priv.h143 s32 real;
144 s32 read;
167 s32 srch_range; /* Demod internal Search Range */
168 s32 sub_range; /* Demod current sub range (Hz) */
169 s32 tuner_step; /* Tuner step (Hz) */
170 s32 tuner_offst; /* Relative offset to carrier (Hz) */
173 s32 mclk; /* Masterclock Divider factor (binary) */
174 s32 rolloff; /* Current RollOff of the filter (x100) */
192 s32 agc_gain; /* RF AGC Gain */
193 s32 center_fre
[all...]
/drivers/video/
H A Dsticore.h82 s32 freq_ref; /* frequency reference */
88 s32 text_planes; /* number of planes used for text */
96 s32 reent_lvl; /* storage for reentry level value */
135 s32 text_planes; /* number of planes to use for text */
141 s32 errno; /* error number on failure */
142 s32 text_planes; /* number of planes used for text */
167 s32 errno; /* error number on failure */
174 s32 bits_per_pixel; /* bits/pixel device has configured */
175 s32 bits_used; /* bits which can be accessed */
176 s32 plane
[all...]
/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c151 static s32 igb_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg)
155 s32 ret_val = -E1000_ERR_NVM;
182 s32 igb_acquire_nvm(struct e1000_hw *hw)
185 s32 timeout = E1000_NVM_GRANT_ATTEMPTS;
186 s32 ret_val = 0;
275 static s32 igb_ready_nvm_eeprom(struct e1000_hw *hw)
279 s32 ret_val = 0;
330 s32 igb_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
334 s32 ret_val;
392 s32 igb_read_nvm_eer
[all...]
H A De1000_mac.c38 static s32 igb_set_default_fc(struct e1000_hw *hw);
39 static s32 igb_set_fc_watermarks(struct e1000_hw *hw);
49 s32 igb_get_bus_info_pcie(struct e1000_hw *hw)
52 s32 ret_val;
198 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, bool add)
204 s32 ret_val = 0;
237 s32 igb_check_alt_mac_addr(struct e1000_hw *hw)
240 s32 ret_val = 0;
533 s32 igb_check_for_copper_link(struct e1000_hw *hw)
536 s32 ret_va
[all...]
H A De1000_phy.c34 static s32 igb_phy_setup_autoneg(struct e1000_hw *hw);
37 static s32 igb_wait_autoneg(struct e1000_hw *hw);
67 s32 igb_check_reset_block(struct e1000_hw *hw)
84 s32 igb_get_phy_id(struct e1000_hw *hw)
87 s32 ret_val = 0;
113 static s32 igb_phy_reset_dsp(struct e1000_hw *hw)
115 s32 ret_val = 0;
139 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
143 s32 ret_val = 0;
197 s32 igb_write_phy_reg_mdi
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddrv.h66 s32 node_allocated; /* Node status */
67 s32 heap_allocated; /* Heap status */
68 s32 streams_allocated; /* Streams status */
103 s32 stream_allocated; /* Stream status */
119 s32 shm_size;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c37 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
38 static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
40 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
49 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
50 static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw);
51 static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw);
52 static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw);
53 static s32 ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
54 static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
56 static s32 ixgbe_setup_f
[all...]
H A Dixgbe_phy.c37 static s32 ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data);
38 static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
39 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
40 static s32 ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data);
41 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
44 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
48 static s32 ixgbe_get_phy_id(struct ixgbe_hw *hw);
56 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw)
58 s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
104 static s32 ixgbe_get_phy_i
[all...]
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.c169 static s32 wl_frame_get_mgmt(u16 fc, const struct ether_addr *da,
172 static s32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev,
175 static s32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev,
177 static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed);
178 static s32 wl_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev,
180 static s32 wl_cfg80211_leave_ibss(struct wiphy *wiphy,
182 static s32 wl_cfg80211_get_station(struct wiphy *wiphy,
185 static s32 wl_cfg80211_set_power_mgmt(struct wiphy *wiphy,
187 s32 timeout);
190 static s32 wl_cfg80211_disconnec
[all...]
H A Dwl_cfgp2p.c56 wl_cfgp2p_vndr_ie(struct wl_priv *wl, u8 *iebuf, s32 bssidx, s32 pktflag,
57 s8 *oui, s32 ie_id, s8 *data, s32 datalen, const s8* add_del_cmd);
63 static s32 wl_cfgp2p_cancel_listen(struct wl_priv *wl, struct net_device *ndev,
243 s32
299 s32
304 s32 ret = BCME_OK;
305 s32 val = 0;
310 ret = wldev_ioctl(ndev, WLC_DOWN, &val, sizeof(s32), tru
[all...]
/drivers/net/wireless/iwlegacy/
H A D4965.c568 static s32
569 il4965_math_div_round(s32 num, s32 denom, s32 * res)
571 s32 sign = 1;
598 static s32
599 il4965_get_voltage_compensation(s32 eeprom_voltage, s32 current_voltage)
601 s32 comp = 0;
618 static s32
[all...]
/drivers/scsi/
H A Ddpti.h288 static s32 adpt_i2o_post_this(adpt_hba* pHba, u32* data, int len);
289 static s32 adpt_i2o_quiesce_hba(adpt_hba* pHba);
290 static s32 adpt_i2o_status_get(adpt_hba* pHba);
291 static s32 adpt_i2o_init_outbound_q(adpt_hba* pHba);
292 static s32 adpt_i2o_hrt_get(adpt_hba* pHba);
293 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
294 static s32 adpt_i2o_to_scsi(void __iomem *reply, struct scsi_cmnd* cmd);
295 static s32 adpt_scsi_host_alloc(adpt_hba* pHba,struct scsi_host_template * sht);
296 static s32 adpt_hba_reset(adpt_hba* pHba);
297 static s32 adpt_i2o_reset_hb
[all...]
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_pb0100.c181 s32 *sensor_settings;
190 ARRAY_SIZE(pb0100_ctrl) * sizeof(s32),
217 s32 *sensor_settings = sd->sensor_priv;
368 s32 *sensor_settings = sd->sensor_priv;
379 s32 *sensor_settings = sd->sensor_priv;
403 s32 *sensor_settings = sd->sensor_priv;
414 s32 *sensor_settings = sd->sensor_priv;
435 s32 *sensor_settings = sd->sensor_priv;
446 s32 *sensor_settings = sd->sensor_priv;
467 s32 *sensor_setting
[all...]
/drivers/char/xilinx_hwicap/
H A Dbuffer_icap.c191 s32 retries = 0;
225 s32 retries = 0;
271 s32 buffer_count = 0;
272 s32 num_writes = 0;
330 s32 buffer_count = 0;
331 s32 read_count = 0;

Completed in 418 milliseconds

1234567891011>>