Searched refs:s32 (Results 126 - 150 of 1810) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/prom/
H A Dinit_64.c39 if (!prom_chosen_node || (s32)prom_chosen_node == -1)
45 if (!node || (s32)node == -1)
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c30 s32 oclass;
32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **);
H A Doimm.c30 s32 oclass;
32 int (*init)(struct nouveau_drm *, s32, struct nv50_wndw *);
H A Dwimm.c30 s32 oclass;
32 int (*init)(struct nouveau_drm *, s32, struct nv50_wndw *);
H A Dovly917e.c37 ovly917e_new(struct nouveau_drm *drm, int head, s32 oclass,
H A Dcore827d.c39 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.h37 s32 fm10k_msg_mac_vlan_vf(struct fm10k_hw *, u32 **, struct fm10k_mbx_info *);
43 s32 fm10k_msg_lport_state_vf(struct fm10k_hw *, u32 **,
/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_priv.h47 s32 realval;/* real value */
48 s32 regval;/* binary value */
53 s32 size;/* Size of the lookup table */
280 s32 Power;/* Power of the RF signal (dBm) */
281 s32 C_N;/* Carrier to noise ratio (dB x10)*/
287 s32 quartz;
288 s32 mclk;
295 s32 freq[2];
296 s32 bw[2];
297 s32 symbol_rat
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dmem.h13 int nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass,
16 int nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.h30 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force);
31 bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val);
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h153 s32 (*init_params)(struct e1000_hw *);
154 s32 (*check_for_link)(struct e1000_hw *);
156 s32 (*get_bus_info)(struct e1000_hw *);
157 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
159 s32 (*set_uc_addr)(struct e1000_hw *, u32, u8 *);
160 s32 (*reset_hw)(struct e1000_hw *);
161 s32 (*init_hw)(struct e1000_hw *);
162 s32 (*setup_link)(struct e1000_hw *);
166 s32 (*read_mac_addr)(struct e1000_hw *);
167 s32 (*set_vft
[all...]
H A Dvf.c8 static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
9 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
11 static s32 e1000_init_hw_vf(struct e1000_hw *hw);
12 static s32 e1000_reset_hw_vf(struct e1000_hw *hw);
17 static s32 e1000_read_mac_addr_vf(struct e1000_hw *);
18 static s32 e1000_set_uc_addr_vf(struct e1000_hw *hw, u32 subcmd, u8 *addr);
19 static s32 e1000_set_vfta_vf(struct e1000_hw *, u16, bool);
25 static s32 e1000_init_mac_params_vf(struct e1000_hw *hw)
76 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
79 s32 statu
[all...]
/linux-master/kernel/trace/
H A Dtrace_btf.h7 s32 *nr);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dphy.c7 static s32 e1000_wait_autoneg(struct e1000_hw *hw);
8 static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
11 static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
44 s32 e1000e_check_reset_block_generic(struct e1000_hw *hw)
60 s32 e1000e_get_phy_id(struct e1000_hw *hw)
63 s32 ret_val = 0;
99 s32 e1000e_phy_reset_dsp(struct e1000_hw *hw)
101 s32 ret_val;
129 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
208 s32 e1000e_write_phy_reg_mdi
[all...]
/linux-master/arch/sparc/include/asm/
H A Didprom.h17 s32 id_date; /* Date of manufacture */
/linux-master/arch/m68k/include/asm/
H A Didprom.h16 s32 id_date; /* Date of manufacture */
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_datagram.h36 s32 result;
/linux-master/include/trace/events/
H A Dpreemptirq.h21 __field(s32, caller_offs)
22 __field(s32, parent_offs)
26 __entry->caller_offs = (s32)(ip - (unsigned long)_stext);
27 __entry->parent_offs = (s32)(parent_ip - (unsigned long)_stext);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_bitfields_direct.c26 int32_t s32; member in struct:core_reloc_bitfields
37 int64_t s32; member in struct:core_reloc_bitfields_output
59 out->s32 = BPF_CORE_READ_BITFIELD(in, s32);
H A Dtest_core_reloc_bitfields_probed.c26 int32_t s32; member in struct:core_reloc_bitfields
37 int64_t s32; member in struct:core_reloc_bitfields_output
52 out->s32 = BPF_CORE_READ_BITFIELD_PROBED(in, s32);
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_color_mgmt.h23 const s32 *komeda_select_yuv2rgb_coeffs(u32 color_encoding, u32 color_range);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common.host.h65 s32 tbl[ISP_DVS_NUM_COEF_TYPES * ISP_MAX_SDIS_HOR_PROJ_NUM_ISP];
67 s32 margin[DVS2_PROJ_MARGIN];
72 s32 tbl[ISP_DVS_NUM_COEF_TYPES * ISP_MAX_SDIS_VER_PROJ_NUM_ISP];
74 s32 margin[DVS2_PROJ_MARGIN];
/linux-master/kernel/time/
H A Dntp_internal.h13 s32 *time_tai, struct audit_ntp_data *ad);
/linux-master/arch/s390/kernel/
H A Dftrace.h9 s32 brasl_disp;
/linux-master/arch/x86/kernel/fpu/
H A Dbugs.c30 s32 fdiv_bug;

Completed in 220 milliseconds

1234567891011>>