Searched refs:ramp (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-lg3ff.c82 x = effect->u.ramp.start_level;
83 y = effect->u.ramp.end_level;
H A Dhid-lgff.c89 x = effect->u.ramp.start_level + 0x7f; /* 0x7f is center */
90 y = effect->u.ramp.end_level + 0x7f;
H A Dhid-tmff.c95 x = tmff_scale_s8(effect->u.ramp.start_level,
98 y = tmff_scale_s8(effect->u.ramp.end_level,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput-compat.h61 struct ff_ramp_effect ramp; member in union:ff_effect_compat::__anon11705
H A Dff-memless.c265 effect->u.ramp.start_level =
266 clamp_val(effect->u.ramp.start_level + x, -0x80, 0x7f);
267 effect->u.ramp.end_level =
268 clamp_val(effect->u.ramp.end_level + y, -0x80, 0x7f);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8350.c51 u16 ramp; member in struct:wm8350_output
109 if (out1->ramp == WM8350_RAMP_UP) {
110 /* ramp step up */
118 } else if (out1->ramp == WM8350_RAMP_DOWN) {
119 /* ramp step down */
133 if (out1->ramp == WM8350_RAMP_UP) {
134 /* ramp step up */
142 } else if (out1->ramp == WM8350_RAMP_DOWN) {
143 /* ramp step down */
174 if (out2->ramp
[all...]
H A Dtwl4030.c320 /* Configuration for headset ramp delay from setup data */
615 static void handsfree_ramp(struct snd_soc_codec *codec, int reg, int ramp) argument
621 if (ramp) {
622 /* HF ramp-up */
633 /* HF ramp-down */
719 static void headset_ramp(struct snd_soc_codec *codec, int ramp) argument
726 /* Base values for ramp delay calculation: 2^19 - 2^26 */
744 if (ramp) {
745 /* Headset ramp-up according to the TRM */
754 /* Wait ramp dela
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-pidff.c431 * Send ramp force report to the device
439 effect->u.ramp.start_level);
441 effect->u.ramp.end_level);
447 * Test if ramp force parameters have changed
451 return effect->u.ramp.start_level != old->u.ramp.start_level ||
452 effect->u.ramp.end_level != old->u.ramp.end_level;
640 pidff_needs_set_envelope(&effect->u.ramp.envelope,
641 &old->u.ramp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx4927.h100 u64 ramp; member in struct:tx4927_ccfg_reg
H A Dtx4938.h57 u64 ramp; member in struct:tx4938_ccfg_reg
H A Dtx4939.h71 __u64 ramp; member in struct:tx4939_ccfg_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm93.c121 /* #PROCHOT & #VRDHOT PWM ramp control */
654 static u8 LM93_RAMP_TO_REG(int ramp) argument
656 ramp = SENSORS_LIMIT(ramp, LM93_RAMP_MIN, LM93_RAMP_MAX);
657 return (u8)((ramp + 2) / 5);
2028 u8 ramp; local
2031 ramp = lm93_read_byte(client, LM93_REG_PWM_RAMP_CTL);
2032 ramp = (ramp & 0x0f) | (LM93_RAMP_TO_REG(val) << 4 & 0xf0);
2033 lm93_write_byte(client, LM93_REG_PWM_RAMP_CTL, ramp);
2057 u8 ramp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dwm8350-regulator.c926 u16 ilim, u16 ramp, u16 feedback)
941 (ramp << WM8350_DC2_RMP_SHIFT) |
951 (ramp << WM8350_DC5_RMP_SHIFT) |
925 wm8350_dcdc25_set_mode(struct wm8350 *wm8350, int dcdc, u16 mode, u16 ilim, u16 ramp, u16 feedback) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/wm8350/
H A Dpmic.h767 u16 ilim, u16 ramp, u16 feedback);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c2568 static void __init sdebug_build_parts(unsigned char *ramp, argument
2595 ramp[510] = 0x55; /* magic partition markings */
2596 ramp[511] = 0xAA;
2597 pp = (struct partition *)(ramp + 0x1be);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h894 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
1002 struct ff_ramp_effect ramp; member in union:ff_effect::__anon17573
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_core.c179 int ramp)
181 if (ramp) {
178 vortex_mix_disableinput(vortex_t * vortex, unsigned char mix, int channel, int ramp) argument

Completed in 240 milliseconds