Searched refs:s32 (Results 76 - 100 of 324) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsysv_fs.h54 s32 s_magic; /* version of file system */
94 s32 s_fill[12];
96 s32 s_magic; /* version of file system */
122 s32 s_fill[14];
124 s32 s_magic; /* version of file system */
H A Di2c.h68 extern s32 i2c_smbus_xfer (struct i2c_adapter * adapter, u16 addr,
76 extern s32 i2c_smbus_write_quick(struct i2c_client * client, u8 value);
77 extern s32 i2c_smbus_read_byte(struct i2c_client * client);
78 extern s32 i2c_smbus_write_byte(struct i2c_client * client, u8 value);
79 extern s32 i2c_smbus_read_byte_data(struct i2c_client * client, u8 command);
80 extern s32 i2c_smbus_write_byte_data(struct i2c_client * client,
82 extern s32 i2c_smbus_read_word_data(struct i2c_client * client, u8 command);
83 extern s32 i2c_smbus_write_word_data(struct i2c_client * client,
86 extern s32 i2c_smbus_read_block_data(struct i2c_client *client,
88 extern s32 i2c_smbus_write_block_dat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c417 compat_sigset_t s32; local
422 if (copy_from_user (&s32, set, sizeof(compat_sigset_t)))
425 case 4: s.sig[3] = s32.sig[6] | (((long)s32.sig[7]) << 32);
426 case 3: s.sig[2] = s32.sig[4] | (((long)s32.sig[5]) << 32);
427 case 2: s.sig[1] = s32.sig[2] | (((long)s32.sig[3]) << 32);
428 case 1: s.sig[0] = s32.sig[0] | (((long)s32
455 compat_sigset_t s32; local
[all...]
H A Dcompat_ptrace.h69 s32 signal; /* Signal that caused the core dump. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsys_ia32.c380 compat_sigset_t s32; local
385 if (copy_from_user (&s32, set, sizeof(compat_sigset_t)))
388 case 4: s.sig[3] = s32.sig[6] | (((long)s32.sig[7]) << 32);
389 case 3: s.sig[2] = s32.sig[4] | (((long)s32.sig[5]) << 32);
390 case 2: s.sig[1] = s32.sig[2] | (((long)s32.sig[3]) << 32);
391 case 1: s.sig[0] = s32.sig[0] | (((long)s32
542 compat_sigset_t s32; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dtypes.h44 typedef int32_t s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_hw.c39 s32 atl1_reset_hw(struct atl1_hw *hw)
134 s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data)
308 s32 atl1_read_mac_addr(struct atl1_hw *hw)
376 s32 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data)
407 static s32 atl1_phy_leave_power_saving(struct atl1_hw *hw)
409 s32 ret;
419 s32 atl1_phy_enter_power_saving(struct atl1_hw *hw)
421 /* s32 ret_val;
439 static s32 atl1_phy_reset(struct atl1_hw *hw)
442 s32 ret_va
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dv4l2-common.h89 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtypes.h74 typedef signed int s32; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_spkm3_seal.c64 s32 checksum_type;
71 s32 now;
139 s32
140 make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm91.c102 s32 cpu_setpoint;
117 s32 setpoint;
130 s32 setpoint;
148 s32 tmax, tdelta, maxpow, powadj;
165 tmax = ((s32)fvt->maxtemp) << 16;
188 tdelta = ((s32)piddata->target_temp_delta) << 16;
189 maxpow = ((s32)piddata->max_power) << 16;
190 powadj = ((s32)piddata->power_adj) << 16;
220 s32 new_setpoint, temp, power;
332 s32 new_setpoin
[all...]
H A Dwindfarm_pm81.c165 s32 itarget;
166 s32 gd, gp, gr;
181 s32 sys_setpoint;
182 s32 hd_setpoint;
250 s32 cpu_setpoint;
251 s32 scale;
252 s32 offset;
331 s32 new_setpoint, temp, scaled, cputarget;
400 s32 tmax, tdelta, maxpow, powadj;
417 tmax = ((s32)fv
[all...]
H A Dwindfarm_smu_controls.c49 s32 value; /* current value */
50 s32 min, max; /* min/max values */
117 static int smu_fan_set(struct wf_control *ct, s32 value)
130 static int smu_fan_get(struct wf_control *ct, s32 *value)
137 static s32 smu_fan_min(struct wf_control *ct)
143 static s32 smu_fan_max(struct wf_control *ct)
162 const s32 *v;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dindycam.c164 ctrl->value = ((s32)reg == 0x00) ? 0xff : ((s32)reg - 1);
170 ctrl->value = (s32)reg;
176 ctrl->value = (s32)reg;
182 ctrl->value = (s32)reg;
189 ctrl->value = (s32)reg;
196 ctrl->value = (s32)reg;
204 ctrl->value = (s32)reg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsignal32.h150 void sigset_32to64(sigset_t *s64, compat_sigset_t *s32);
151 void sigset_64to32(compat_sigset_t *s32, sigset_t *s64);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-amd756-s4882.c51 static s32 amd756_access_virt0(struct i2c_adapter * adap, u16 addr,
79 static inline s32 amd756_access_channel(struct i2c_adapter * adap, u16 addr,
113 static s32 amd756_access_virt1(struct i2c_adapter * adap, u16 addr,
123 static s32 amd756_access_virt2(struct i2c_adapter * adap, u16 addr,
133 static s32 amd756_access_virt3(struct i2c_adapter * adap, u16 addr,
143 static s32 amd756_access_virt4(struct i2c_adapter * adap, u16 addr,
H A Di2c-stub.c39 static s32 stub_xfer(struct i2c_adapter * adap, u16 addr, unsigned short flags,
42 s32 ret;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc32.c482 compat_sigset_t s32; local
487 if (copy_from_user (&s32, set, sizeof(compat_sigset_t)))
490 case 4: s.sig[3] = s32.sig[6] | (((long)s32.sig[7]) << 32);
491 case 3: s.sig[2] = s32.sig[4] | (((long)s32.sig[5]) << 32);
492 case 2: s.sig[1] = s32.sig[2] | (((long)s32.sig[3]) << 32);
493 case 1: s.sig[0] = s32.sig[0] | (((long)s32
520 compat_sigset_t s32; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c36 s32 tv_sec;
37 s32 tv_nsec;
42 s32 st_pad1[3]; /* network id */
49 s32 st_pad2[2];
50 s32 st_size;
51 s32 st_pad3; /* st_size, off_t expansion */
55 s32 st_blksize;
56 s32 st_blocks;
58 s32 st_pad4[8]; /* expansion area */
63 s32 st_pad
[all...]
H A Dmisc.c296 asmlinkage int solaris_sysinfo(int cmd, u32 buf, s32 count)
411 asmlinkage int solaris_procids(int cmd, s32 pid, s32 pgid)
624 s32 maxerror;
625 s32 esterror;
630 s32 offset;
631 s32 freq;
632 s32 maxerror;
633 s32 esterror;
634 s32 statu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/slaves/
H A Dw1_therm.c128 t = ((s32)rom[0] >> 1)*1000;
130 t = 1000*(-1*(s32)(0x100-rom[0]) >> 1);
133 h = 1000*((s32)rom[7] - (s32)rom[6]);
134 h /= (s32)rom[7];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dmodule.c84 s32 offset;
119 offset <= (s32)0xfe000000 ||
120 offset >= (s32)0x02000000) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx.h461 inline static int em28xx_contrast_set(struct em28xx *dev, s32 val)
467 inline static int em28xx_brightness_set(struct em28xx *dev, s32 val)
473 inline static int em28xx_saturation_set(struct em28xx *dev, s32 val)
479 inline static int em28xx_u_balance_set(struct em28xx *dev, s32 val)
485 inline static int em28xx_v_balance_set(struct em28xx *dev, s32 val)
491 inline static int em28xx_gamma_set(struct em28xx *dev, s32 val)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/kyro/
H A DSTG4000Ramdac.c26 s32 HSyncPolarity,
27 s32 VSyncPolarity, u32 * pixelClock)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/dec/
H A Dprom.h169 extern void prom_init_cmdline(s32, s32 *, u32);

Completed in 106 milliseconds

1234567891011>>