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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-lgff.c73 x = effect->u.ramp.start_level + 0x7f; /* 0x7f is center */
74 y = effect->u.ramp.end_level + 0x7f;
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;
638 pidff_needs_set_envelope(&effect->u.ramp.envelope,
639 &old->u.ramp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-memless.c249 effect->u.ramp.start_level =
250 max(min(effect->u.ramp.start_level + x, 0x7f), -0x80);
251 effect->u.ramp.end_level =
252 max(min(effect->u.ramp.end_level + y, 0x7f), -0x80);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/tx4927/
H A Dtx4927_pci.h99 volatile unsigned long long ramp; member in struct:tx4927_ccfg_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/tx4927/
H A Dtx4927_pci.h99 volatile unsigned long long ramp; member in struct:tx4927_ccfg_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/tx4938/
H A Dtx4938.h325 volatile unsigned long long ramp; member in struct:tx4938_ccfg_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/tx4938/
H A Dtx4938.h325 volatile unsigned long long ramp; member in struct:tx4938_ccfg_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_debug.c295 static void __init sdebug_build_parts(unsigned char * ramp);
2269 static void __init sdebug_build_parts(unsigned char * ramp) argument
2295 ramp[510] = 0x55; /* magic partition markings */
2296 ramp[511] = 0xAA;
2297 pp = (struct partition *)(ramp + 0x1be);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h758 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
866 struct ff_ramp_effect ramp; member in union:ff_effect::__anon9923
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 108 milliseconds