Searched refs:envelope (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-memless.c77 return &effect->u.periodic.envelope;
79 return &effect->u.constant.envelope;
86 * Check for the next time envelope requires an update on memoryless devices
90 const struct ff_envelope *envelope = get_envelope(state->effect); local
93 if (envelope->attack_length) {
95 msecs_to_jiffies(envelope->attack_length);
102 if (envelope->fade_length) {
105 msecs_to_jiffies(envelope->fade_length);
161 * Apply an envelope to a value
164 struct ff_envelope *envelope)
163 apply_envelope(struct ml_effect_state *state, int value, struct ff_envelope *envelope) argument
[all...]
H A Dff-core.c85 effect->u.periodic.envelope.attack_length = 0;
86 effect->u.periodic.envelope.attack_level = 0;
87 effect->u.periodic.envelope.fade_length = 0;
88 effect->u.periodic.envelope.fade_level = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-ff.c104 * Uploads the part of an effect setting the envelope of the force
238 * Analyse the changes in an effect, and tell if we need to send an envelope
245 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length
246 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level
247 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length
248 || old->u.constant.envelope.fade_level != effect->u.constant.envelope
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-pidff.c241 * Send envelope report to the device
244 struct ff_envelope *envelope)
250 pidff_rescale(envelope->attack_level >
251 0x7fff ? 0x7fff : envelope->attack_level, 0x7fff,
254 pidff_rescale(envelope->fade_level >
255 0x7fff ? 0x7fff : envelope->fade_level, 0x7fff,
258 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length;
259 pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->fade_length;
261 debug("attack %u => %d", envelope->attack_level,
269 * Test if the new envelope differ
243 pidff_set_envelope_report(struct pidff_device *pidff, struct ff_envelope *envelope) argument
271 pidff_needs_set_envelope(struct ff_envelope *envelope, struct ff_envelope *old) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A DMakefile.am9 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
14 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
H A DMakefile.in59 am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
270 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
275 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h729 * struct ff_envelope - generic force-feedback effect envelope
736 * envelope force-feedback core will convert to positive/negative
750 * @envelope: envelope data
754 struct ff_envelope envelope; member in struct:ff_constant_effect
761 * @envelope: envelope data
766 struct ff_envelope envelope; member in struct:ff_ramp_effect
797 * @envelope: envelope dat
815 struct ff_envelope envelope; member in struct:ff_periodic_effect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex10 smooth spectral envelope curve as the frequency response of the LSP
H A D07-floor1.tex9 encode a spectral envelope curve. The representation plots this curve

Completed in 78 milliseconds