Searched refs:s32 (Results 401 - 425 of 1829) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/usb/gspca/
H A Dmars.c38 static void setbrightness(struct gspca_dev *gspca_dev, s32 val);
39 static void setcolors(struct gspca_dev *gspca_dev, s32 val);
40 static void setgamma(struct gspca_dev *gspca_dev, s32 val);
41 static void setsharpness(struct gspca_dev *gspca_dev, s32 val);
101 static void setbrightness(struct gspca_dev *gspca_dev, s32 val)
108 static void setcolors(struct gspca_dev *gspca_dev, s32 val)
116 static void setgamma(struct gspca_dev *gspca_dev, s32 val)
123 static void setsharpness(struct gspca_dev *gspca_dev, s32 val)
/linux-master/drivers/misc/altera-stapl/
H A Daltera-jtag.h83 int altera_wait_cycles(struct altera_state *astate, s32 cycles,
85 int altera_wait_msecs(struct altera_state *astate, s32 microseconds,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.h85 s32 lcnphy_lowest_Re_div_Im;
96 s32 lcnphy_min_phase;
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dmem.c48 nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass,
88 nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type,
/linux-master/drivers/hid/
H A Dhid-megaworld.c20 s32 *weak;
21 s32 *strong;
/linux-master/arch/parisc/include/asm/
H A Dcompat.h40 s32 st_blksize;
41 s32 st_blocks;
/linux-master/drivers/staging/rtl8712/
H A Dsta_info.h64 s32 rssi;
65 s32 signal_quality;
/linux-master/arch/mips/include/asm/dec/
H A Dprom.h160 extern void prom_init_cmdline(s32, s32 *, u32);
/linux-master/drivers/ptp/
H A Dptp_clockmatrix.h102 s32 offset_ns, u32 max_ffo_ppb);
103 s32 current_freq_scaled_ppm;
/linux-master/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c34 static int wf_max6690_get(struct wf_sensor *sr, s32 *value)
37 s32 data;
/linux-master/include/trace/events/
H A Dpage_pool.h17 s32 inflight, u32 hold, u32 release),
23 __field(s32, inflight)
/linux-master/sound/core/
H A Drawmidi_compat.c12 s32 stream;
47 s32 stream;
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_7k_common.c63 s32
66 s32 ret = QCAFRM_GATHER;
/linux-master/arch/s390/kernel/
H A Duprobes.c228 s32 disp;
236 s32 s32[2]; member in union:split_register
302 rc = emu_load_ril((s32 __user *)uptr, &rx->u64);
327 rc = emu_cmp_ril(regs, (s16 __user *)uptr, &rx->s32[1]);
342 rc = emu_cmp_ril(regs, (s32 __user *)uptr, &rx->s64);
345 rc = emu_cmp_ril(regs, (s32 __user *)uptr, &rx->s32[1]);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c331 s32 primary_offset;
1031 s32 err = 0;
1083 s32 i;
1084 s32 offset;
1165 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg,
1174 s32 err = 0;
1323 static s32
1332 s32 infra = 0;
1333 s32 ap = 0;
1334 s32 er
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c154 s32 r[3];
199 int (*get_measure)(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo);
238 s32 channels[4];
374 s32 h[3], s[3];
431 static s32 yas530_linearize(struct yas5xx *yas5xx, u16 val, int axis)
435 static const s32 yas532ac_coef[] = {
440 s32 coe
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c70 s32 left, right, top, bottom;
71 s32 fb_left, fb_top;
122 s32 display_width, display_height;
263 s32 left, s32 right, s32 top, s32 bottom)
460 ddirty->left = min_t(s32, ddirty->left, dirty->unit_x1);
461 ddirty->top = min_t(s32, ddirty->top, dirty->unit_y1);
462 ddirty->right = max_t(s32, ddirt
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c19 #define S32_MIN ((s32)INT_MIN)
20 #define S32_MAX ((s32)INT_MAX)
33 #define s32 ___s32 macro
73 case S32: return (s32)x < (s32)y ? (s32)x : (s32)y;
84 case S32: return (s32)x > (s32)y ? (u32)(s32)
[all...]
/linux-master/arch/arc/net/
H A Dbpf_jit_arcv2.c679 static u8 arc_mov_i(u8 *buf, u8 rd, s32 imm)
694 static u8 arc_mov_i_fixed(u8 *buf, u8 rd, s32 imm)
839 static u8 arc_add_i(u8 *buf, u8 ra, u8 rb, s32 imm)
901 static u8 arc_sub_i(u8 *buf, u8 ra, s32 imm)
970 static u8 arc_mpy_i(u8 *buf, u8 ra, u8 rb, s32 imm)
992 static u8 arc_mpydu_i(u8 *buf, u8 ra, s32 imm)
1014 static u8 arc_divu_i(u8 *buf, u8 rd, s32 imm)
1036 static u8 arc_divs_i(u8 *buf, u8 rd, s32 imm)
1058 static u8 arc_remu_i(u8 *buf, u8 rd, s32 imm)
1080 static u8 arc_rems_i(u8 *buf, u8 rd, s32 im
[all...]
/linux-master/drivers/media/tuners/
H A Dmt2063.c358 s32 min_;
359 s32 max_;
570 s32 i;
571 s32 j = 0;
574 s32 tmpMin, tmpMax;
575 s32 bestDiff;
608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step);
612 ceil((s32) (pNode->max_ - f_Center), (s32) f_Ste
[all...]
H A Dtda18271-priv.h73 s32 rf_a1;
74 s32 rf_b1;
75 s32 rf_a2;
76 s32 rf_b2;
/linux-master/drivers/net/ethernet/ezchip/
H A Dnps_enet.c38 s32 i, last = length & (sizeof(u32) - 1);
219 static irqreturn_t nps_enet_irq_handler(s32 irq, void *dev_instance)
297 s32 max_frame_length;
413 static s32 nps_enet_set_mac_address(struct net_device *ndev, void *p)
416 s32 res;
466 static s32 nps_enet_open(struct net_device *ndev)
469 s32 err;
509 static s32 nps_enet_stop(struct net_device *ndev)
571 static s32 nps_enet_probe(struct platform_device *pdev)
576 s32 er
[all...]
/linux-master/drivers/phy/realtek/
H A Dphy-rtk-usb2.c111 s32 driving_level_compensate;
112 s32 disconnection_compensate;
242 s32 val;
243 s32 dc_disconnect_mask = phy_cfg->dc_disconnect_mask;
246 val = (s32)((data >> offset) & dc_disconnect_mask)
271 s32 dc_disconnect_mask;
308 s32 val;
309 s32 dc_disconnect_mask = phy_cfg->dc_disconnect_mask;
312 val = (s32)(data & dc_disconnect_mask)
317 val = (s32)(phy_paramete
[all...]
/linux-master/include/linux/
H A Dtimekeeper_internal.h101 s32 tai_offset;
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.c49 static int setbrightness(struct sd *sd, s32 val);
50 static int setcontrast(struct sd *sd, s32 val);
201 static int setbrightness(struct sd *sd, s32 val)
207 static int setcontrast(struct sd *sd, s32 val)

Completed in 286 milliseconds

<<11121314151617181920>>