/linux-2.6.39/arch/arm/plat-mxc/include/mach/ |
D | sdma.h | 11 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-2.6.39/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 15 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-2.6.39/drivers/staging/brcm80211/include/ |
D | qmath.h | 20 s16 qm_sat32(s32 op); 22 s32 qm_mul321616(s16 op1, s16 op2); 26 s32 qm_muls321616(s16 op1, s16 op2); 32 s32 qm_add32(s32 op1, s32 op2); 38 s32 qm_sub32(s32 op1, s32 op2); 40 s32 qm_mac321616(s32 acc, s16 op1, s16 op2); 42 s32 qm_shl32(s32 op, int shift); 44 s32 qm_shr32(s32 op, int shift); 52 s16 qm_norm32(s32 op); 60 s32 qm_abs32(s32 op); [all …]
|
/linux-2.6.39/drivers/staging/brcm80211/util/ |
D | qmath.c | 26 s16 qm_sat32(s32 op) in qm_sat32() 29 if (op > (s32) 0x7fff) { in qm_sat32() 31 } else if (op < (s32) 0xffff8000) { in qm_sat32() 45 s32 qm_mul321616(s16 op1, s16 op2) in qm_mul321616() 47 return (s32) (op1) * (s32) (op2); in qm_mul321616() 57 s32 result; in qm_mul16() 58 result = ((s32) (op1) * (s32) (op2)); in qm_mul16() 69 s32 qm_muls321616(s16 op1, s16 op2) in qm_muls321616() 71 s32 result; in qm_muls321616() 75 result = ((s32) (op1) * (s32) (op2)); in qm_muls321616() [all …]
|
/linux-2.6.39/drivers/macintosh/ |
D | windfarm_pid.h | 30 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 …]
|
D | therm_pm72.h | 152 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-2.6.39/drivers/net/igb/ |
D | e1000_phy.h | 44 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 …]
|
D | e1000_mac.h | 41 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 …]
|
D | e1000_mbx.c | 39 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 …]
|
D | e1000_hw.h | 308 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-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_common.h | 35 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_clear_hw_cntrs_generic(struct ixgbe_hw *hw); 39 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num, 41 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr); 42 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw); 44 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw); 46 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index); 47 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index); [all …]
|
D | ixgbe_phy.h | 91 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 …]
|
D | ixgbe_mbx.c | 43 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-2.6.39/drivers/net/e1000e/ |
D | e1000.h | 411 s32 (*get_variants)(struct e1000_adapter *); 523 extern s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num, 526 extern s32 e1000e_commit_phy(struct e1000_hw *hw); 539 extern s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable); 540 extern s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable); 543 extern s32 e1000e_check_for_copper_link(struct e1000_hw *hw); 544 extern s32 e1000e_check_for_fiber_link(struct e1000_hw *hw); 545 extern s32 e1000e_check_for_serdes_link(struct e1000_hw *hw); 546 extern s32 e1000e_setup_led_generic(struct e1000_hw *hw); 547 extern s32 e1000e_cleanup_led_generic(struct e1000_hw *hw); [all …]
|
/linux-2.6.39/drivers/net/ixgbevf/ |
D | vf.h | 47 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 …]
|
D | mbx.c | 36 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg() 59 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack() 85 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx() 88 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_read_posted_mbx() 108 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx() 111 s32 ret_val; in ixgbevf_write_posted_mbx() 148 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf() 151 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_bit_vf() 167 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf() 169 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_msg_vf() [all …]
|
/linux-2.6.39/arch/mips/include/asm/ |
D | compat.h | 15 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-2.6.39/arch/parisc/include/asm/ |
D | compat.h | 14 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-2.6.39/drivers/media/video/cx88/ |
D | cx88-dsp.c | 31 #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-2.6.39/arch/s390/include/asm/ |
D | compat.h | 42 typedef s32 compat_ssize_t; 43 typedef s32 compat_time_t; 44 typedef s32 compat_clock_t; 45 typedef s32 compat_pid_t; 53 typedef s32 compat_off_t; 57 typedef s32 compat_daddr_t; 60 typedef s32 compat_key_t; 61 typedef s32 compat_timer_t; 63 typedef s32 compat_int_t; 64 typedef s32 compat_long_t; [all …]
|
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/ |
D | wl_cfg80211.c | 54 static s32 wl_cfg80211_change_iface(struct wiphy *wiphy, 58 static s32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 61 static s32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 63 static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed); 64 static s32 wl_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, 66 static s32 wl_cfg80211_leave_ibss(struct wiphy *wiphy, 68 static s32 wl_cfg80211_get_station(struct wiphy *wiphy, 71 static s32 wl_cfg80211_set_power_mgmt(struct wiphy *wiphy, 73 s32 timeout); 74 static s32 wl_cfg80211_set_bitrate_mask(struct wiphy *wiphy, [all …]
|
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | dblldefs.h | 42 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-2.6.39/drivers/net/igbvf/ |
D | mbx.c | 36 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 …]
|
/linux-2.6.39/include/media/ |
D | v4l2-ctrls.h | 113 s32 minimum, maximum, default_value; 121 s32 val; 126 s32 val; 202 s32 min; 203 s32 max; 205 s32 def; 228 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags); 310 u32 id, s32 min, s32 max, u32 step, s32 def); 332 u32 id, s32 max, s32 mask, s32 def); 429 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl); [all …]
|
/linux-2.6.39/arch/ia64/kernel/ |
D | patch.c | 104 s32 *offp = (s32 *) start; in ia64_patch_vtop() 107 while (offp < (s32 *) end) { in ia64_patch_vtop() 127 s32 *offp = (s32 *) start; in ia64_patch_rse() 130 while (offp < (s32 *) end) { in ia64_patch_rse() 147 s32 *offp = (s32 *) start; in ia64_patch_mckinley_e9() 160 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9() 196 s32 *offp = (s32 *) start; in patch_fsyscall_table() 199 while (offp < (s32 *) end) { in patch_fsyscall_table() 213 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down() 216 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down() [all …]
|