Searched refs:s32 (Results 101 - 125 of 1810) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/pressure/
H A Dhsc030pa.h50 s32 pmin;
51 s32 pmax;
56 s32 p_scale_dec;
58 s32 p_offset_dec;
/linux-master/arch/arm/crypto/
H A Dcurve25519-core.S306 vmull.s32 q12, d2, d2
307 vmlal.s32 q12, d11, d1
308 vmlal.s32 q12, d12, d0
309 vmlal.s32 q12, d13, d23
310 vmlal.s32 q12, d16, d22
311 vmlal.s32 q12, d7, d21
312 vmull.s32 q10, d2, d11
313 vmlal.s32 q10, d4, d1
314 vmlal.s32 q10, d13, d0
315 vmlal.s32 q1
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_i210.h7 s32 igb_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask);
9 s32 igb_valid_led_default_i210(struct e1000_hw *hw, u16 *data);
10 s32 igb_read_invm_version(struct e1000_hw *hw,
12 s32 igb_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 *data);
13 s32 igb_write_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 data);
14 s32 igb_init_nvm_params_i210(struct e1000_hw *hw);
16 s32 igb_pll_workaround_i210(struct e1000_hw *hw);
17 s32 igb_get_cfg_done_i210(struct e1000_hw *hw);
H A De1000_hw.h296 s32 (*check_for_link)(struct e1000_hw *);
297 s32 (*reset_hw)(struct e1000_hw *);
298 s32 (*init_hw)(struct e1000_hw *);
300 s32 (*setup_physical_interface)(struct e1000_hw *);
302 s32 (*read_mac_addr)(struct e1000_hw *);
303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
307 s32 (*get_thermal_sensor_data)(struct e1000_hw *);
308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *);
314 s32 (*acquir
[all...]
/linux-master/kernel/
H A Dcfi.c29 static inline unsigned long trap_address(s32 *p)
34 static bool is_trap(unsigned long addr, s32 *start, s32 *end)
36 s32 *p;
63 mod->kcfi_traps = (s32 *)sechdrs[i].sh_addr;
64 mod->kcfi_traps_end = (s32 *)(sechdrs[i].sh_addr + sechdrs[i].sh_size);
91 extern s32 __start___kcfi_traps[];
92 extern s32 __stop___kcfi_traps[];
/linux-master/tools/perf/util/
H A Daddr_location.h22 s32 cpu;
23 s32 socket;
/linux-master/include/linux/
H A Dtc.h51 s32 revision; /* Hardware revision level. */
52 s32 clk_period; /* Clock period in nanoseconds. */
53 s32 slot_size; /* Slot size in megabytes. */
54 s32 io_timeout; /* I/O timeout in cycles. */
55 s32 dma_range; /* DMA address range in megabytes. */
56 s32 max_dma_burst; /* Maximum DMA burst length. */
57 s32 parity; /* System module supports TC parity. */
58 s32 reserved[4];
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.h35 s32 fm10k_get_bus_info_generic(struct fm10k_hw *hw);
36 s32 fm10k_get_invariants_generic(struct fm10k_hw *hw);
37 s32 fm10k_disable_queues_generic(struct fm10k_hw *hw, u16 q_cnt);
38 s32 fm10k_start_hw_generic(struct fm10k_hw *hw);
39 s32 fm10k_stop_hw_generic(struct fm10k_hw *hw);
47 s32 fm10k_get_host_state_generic(struct fm10k_hw *hw, bool *host_ready);
/linux-master/drivers/media/common/siano/
H A Dsmsdvb.h66 s32 in_band_power;
79 s32 RSSI; /* dBm */
80 s32 carrier_offset; /* Carrier Offset in bin/1024 */
88 s32 MRC_SNR; /* dB */
89 s32 mrc_in_band_pwr; /* In band power in dBM */
90 s32 MRC_RSSI; /* dBm */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil.h82 s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
83 s32 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
85 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data)
87 s32 err;
96 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data)
98 s32 err;
109 s32 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, const char *name,
111 s32 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, const char *name, void *data,
114 s32 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, const char *name, u32 data)
121 s32 brcmf_fil_iovar_int_ge
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_hw.h38 s32 (*check_for_link)(struct igc_hw *hw);
39 s32 (*reset_hw)(struct igc_hw *hw);
40 s32 (*init_hw)(struct igc_hw *hw);
41 s32 (*setup_physical_interface)(struct igc_hw *hw);
43 s32 (*read_mac_addr)(struct igc_hw *hw);
44 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed,
46 s32 (*acquire_swfw_sync)(struct igc_hw *hw, u16 mask);
68 s32 (*get_invariants)(struct igc_hw *hw);
101 s32 (*acquire)(struct igc_hw *hw);
102 s32 (*rea
[all...]
H A Digc_nvm.c15 static s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg)
17 s32 ret_val = -IGC_ERR_NVM;
46 s32 igc_acquire_nvm(struct igc_hw *hw)
48 s32 timeout = IGC_NVM_GRANT_ATTEMPTS;
50 s32 ret_val = 0;
97 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
101 s32 ret_val = 0;
133 s32 igc_read_mac_addr(struct igc_hw *hw)
161 s32 igc_validate_nvm_checksum(struct igc_hw *hw)
165 s32 ret_va
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_color_mgmt.c11 static const s32 yuv2rgb_bt601_narrow[KOMEDA_N_YUV2RGB_COEFFS] = {
18 static const s32 yuv2rgb_bt601_wide[KOMEDA_N_YUV2RGB_COEFFS] = {
25 static const s32 yuv2rgb_bt709_narrow[KOMEDA_N_YUV2RGB_COEFFS] = {
32 static const s32 yuv2rgb_bt709_wide[KOMEDA_N_YUV2RGB_COEFFS] = {
39 static const s32 yuv2rgb_bt2020[KOMEDA_N_YUV2RGB_COEFFS] = {
46 const s32 *komeda_select_yuv2rgb_coeffs(u32 color_encoding, u32 color_range)
49 const s32 *coeffs;
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore.h42 int core507d_new(struct nouveau_drm *, s32, struct nv50_core **);
43 int core507d_new_(const struct nv50_core_func *, struct nouveau_drm *, s32,
56 int core827d_new(struct nouveau_drm *, s32, struct nv50_core **);
58 int core907d_new(struct nouveau_drm *, s32, struct nv50_core **);
63 int core917d_new(struct nouveau_drm *, s32, struct nv50_core **);
65 int corec37d_new(struct nouveau_drm *, s32, struct nv50_core **);
72 int corec57d_new(struct nouveau_drm *, s32, struct nv50_core **);
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c13 static s32 e1000_poll_for_msg(struct e1000_hw *hw)
39 static s32 e1000_poll_for_ack(struct e1000_hw *hw)
68 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size)
71 s32 ret_val = -E1000_ERR_MBX;
94 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size)
97 s32 ret_val = -E1000_ERR_MBX;
138 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask)
141 s32 ret_val = -E1000_ERR_MBX;
157 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw)
159 s32 ret_va
[all...]
/linux-master/include/net/tc_act/
H A Dtc_gate.h13 s32 ipv;
14 s32 maxoctets;
21 s32 ipv;
22 s32 maxoctets;
27 s32 tcfg_priority;
32 s32 tcfg_clockid;
46 s32 current_max_octets;
63 static inline s32 tcf_gate_prio(const struct tc_action *a)
65 s32 tcfg_prio;
/linux-master/arch/s390/include/asm/
H A Dstp.h67 s32 tto;
70 s32 adst_offset : 16;
71 s32 ndst_offset : 16;
80 s32 also : 16;
81 s32 nlso : 16;
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c13 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw)
35 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw)
126 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask)
129 s32 ret_val = IXGBE_ERR_MBX;
143 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw)
145 s32 ret_val = IXGBE_ERR_MBX;
161 static s32 ixgbevf_check_for_ack_vf(struct ixgbe_hw *hw)
163 s32 ret_val = IXGBE_ERR_MBX;
180 static s32 ixgbevf_check_for_rst_vf(struct ixgbe_hw *hw)
182 s32 ret_va
[all...]
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c15 static inline s32 linear_inter(s32 tmax, s32 tmin, s32 percent,
16 s32 min_result, bool even)
18 s32 v;
23 return max_t(s32, min_result, v - 1);
25 return max_t(s32, min_result, v);
29 s32 ui, s32 coef
[all...]
/linux-master/arch/sparc/kernel/
H A Djump_label.c19 s32 off = (s32)entry->target - (s32)entry->code;
/linux-master/block/partitions/
H A Dultrix.c18 s32 pt_magic; /* magic no. indicating part. info exits */
19 s32 pt_valid; /* set by driver if pt is current */
21 s32 pi_nblocks; /* no. of sectors */
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h160 void emit_mov_i(struct jit_context *ctx, u8 dst, s32 imm);
166 bool valid_alu_i(u8 op, s32 imm);
169 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val);
172 void emit_alu_i(struct jit_context *ctx, u8 dst, s32 imm, u8 op);
187 bool valid_jmp_i(u8 op, s32 imm);
190 void setup_jmp_i(struct jit_context *ctx, s32 imm, u8 width,
191 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off);
195 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off);
201 void emit_jmp_i(struct jit_context *ctx, u8 dst, s32 im
[all...]
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_i2c.h27 s32 mgb4_i2c_read_byte(struct mgb4_i2c_client *client, u16 reg);
28 s32 mgb4_i2c_write_byte(struct mgb4_i2c_client *client, u16 reg, u8 val);
29 s32 mgb4_i2c_mask_byte(struct mgb4_i2c_client *client, u16 reg, u8 mask,
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo_guest.h41 struct vbva_buffer *vbva, s32 screen);
43 s32 screen);
53 s32 origin_x, s32 origin_y, u32 start_offset,
56 int hgsmi_update_input_mapping(struct gen_pool *ctx, s32 origin_x, s32 origin_y,
/linux-master/arch/mips/dec/prom/
H A Dcmdline.c18 void __init prom_init_cmdline(s32 argc, s32 *argv, u32 magic)

Completed in 221 milliseconds

1234567891011>>