Home
last modified time | relevance | path

Searched refs:envelope (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/drivers/input/joystick/iforce/
A Diforce-ff.c231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier()
233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier()
234 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier()
239 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier()
240 || old->u.periodic.envelope.attack_level != effect->u.periodic.envelope.attack_level in need_envelope_modifier()
241 || old->u.periodic.envelope.fade_length != effect->u.periodic.envelope.fade_length in need_envelope_modifier()
242 || old->u.periodic.envelope.fade_level != effect->u.periodic.envelope.fade_level) in need_envelope_modifier()
364 effect->u.periodic.envelope.fade_length, in iforce_upload_periodic()
365 effect->u.periodic.envelope.fade_level); in iforce_upload_periodic()
[all …]
/linux-6.3-rc2/drivers/input/
A Dff-memless.c61 return &effect->u.periodic.envelope; in get_envelope()
64 return &effect->u.constant.envelope; in get_envelope()
79 if (envelope->attack_length) { in calculate_next_time()
81 msecs_to_jiffies(envelope->attack_length); in calculate_next_time()
88 if (envelope->fade_length) { in calculate_next_time()
150 struct ff_envelope *envelope) in apply_envelope() argument
159 if (envelope->attack_length && in apply_envelope()
163 value, envelope->attack_level); in apply_envelope()
173 time_of_envelope = envelope->fade_length; in apply_envelope()
254 &new->u.constant.envelope)); in ml_combine_effects()
[all …]
A Dff-core.c70 effect->u.periodic.envelope.attack_length = 0; in compat_effect()
71 effect->u.periodic.envelope.attack_level = 0; in compat_effect()
72 effect->u.periodic.envelope.fade_length = 0; in compat_effect()
73 effect->u.periodic.envelope.fade_level = 0; in compat_effect()
A Dinput-compat.h32 struct ff_envelope envelope; member
/linux-6.3-rc2/drivers/iio/adc/
A Denvelope-detector.c45 struct envelope { struct
79 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch() argument
117 struct envelope *env = ctx; in envelope_detector_comp_isr()
127 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare()
173 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout()
190 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw()
234 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert()
244 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert()
274 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval()
284 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval()
[all …]
A DMakefile44 obj-$(CONFIG_ENVELOPE_DETECTOR) += envelope-detector.o
A DKconfig436 Say yes here to build support for an envelope detector using a DAC
440 called envelope-detector.
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Denvelope-detector.yaml4 $id: http://devicetree.org/schemas/iio/adc/envelope-detector.yaml#
7 title: ADC envelope detector using a DAC and a comparator
32 const: axentia,tse850-envelope-detector
77 envelope-detector {
78 compatible = "axentia,tse850-envelope-detector";
/linux-6.3-rc2/drivers/hid/usbhid/
A Dhid-pidff.c233 struct ff_envelope *envelope) in pidff_set_envelope_report() argument
239 pidff_rescale(envelope->attack_level > in pidff_set_envelope_report()
243 pidff_rescale(envelope->fade_level > in pidff_set_envelope_report()
251 envelope->attack_level, in pidff_set_envelope_report()
265 envelope->fade_level != old->fade_level || in pidff_needs_set_envelope()
579 &old->u.constant.envelope)) in pidff_upload_effect()
581 &effect->u.constant.envelope); in pidff_upload_effect()
618 &old->u.periodic.envelope)) in pidff_upload_effect()
620 &effect->u.periodic.envelope); in pidff_upload_effect()
636 &old->u.ramp.envelope)) in pidff_upload_effect()
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dinput.h351 struct ff_envelope envelope; member
363 struct ff_envelope envelope; member
412 struct ff_envelope envelope; member
/linux-6.3-rc2/drivers/hid/
A Dhid-logitech-hidpp.c2343 effect->u.constant.envelope.attack_level, in hidpp_ff_upload_effect()
2344 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect()
2345 effect->u.constant.envelope.fade_level, in hidpp_ff_upload_effect()
2346 effect->u.constant.envelope.fade_length); in hidpp_ff_upload_effect()
2392 effect->u.periodic.envelope.attack_level, in hidpp_ff_upload_effect()
2394 effect->u.periodic.envelope.fade_level, in hidpp_ff_upload_effect()
2395 effect->u.periodic.envelope.fade_length); in hidpp_ff_upload_effect()
2418 effect->u.ramp.envelope.attack_level, in hidpp_ff_upload_effect()
2419 effect->u.ramp.envelope.attack_length, in hidpp_ff_upload_effect()
2420 effect->u.ramp.envelope.fade_level, in hidpp_ff_upload_effect()
[all …]
/linux-6.3-rc2/arch/arm/boot/dts/
A Dat91-tse850-3.dts69 env_det: envelope-detector {
70 compatible = "axentia,tse850-envelope-detector";
90 envelope-detector-mux {
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-envelope-detector26 dac instead of zero. The envelope detector will search
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dintel_pstate.rst245 thermal envelope of the processor package to be exceeded.
263 package may change over time or the thermal envelope it was designed for might
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dipu3.rst320 and image filtering. It needs some extra filter and envelope padding pixels to
/linux-6.3-rc2/Documentation/process/
A Dmaintainer-pgp-guide.rst233 Put the resulting printout and the hand-written passphrase into an envelope
/linux-6.3-rc2/
A DMAINTAINERS9937 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
9938 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.yaml
9939 F: drivers/iio/adc/envelope-detector.c

Completed in 56 milliseconds