/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 231 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() 362 effect->u.periodic.envelope.attack_length, in iforce_upload_periodic() 363 effect->u.periodic.envelope.attack_level, in iforce_upload_periodic() [all …]
|
/openbmc/linux/drivers/input/ |
H A D | ff-memless.c | 61 return &effect->u.periodic.envelope; in get_envelope() 64 return &effect->u.constant.envelope; in get_envelope() 76 const struct ff_envelope *envelope = get_envelope(state->effect); in calculate_next_time() local 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() 91 msecs_to_jiffies(envelope->fade_length); in calculate_next_time() 150 struct ff_envelope *envelope) in apply_envelope() argument 159 if (envelope->attack_length && in apply_envelope() 161 state->play_at + msecs_to_jiffies(envelope->attack_length))) { in apply_envelope() [all …]
|
H A D | ff-core.c | 72 effect->u.periodic.envelope.attack_length = 0; in compat_effect() 73 effect->u.periodic.envelope.attack_level = 0; in compat_effect() 74 effect->u.periodic.envelope.fade_length = 0; in compat_effect() 75 effect->u.periodic.envelope.fade_level = 0; in compat_effect()
|
H A D | input-compat.h | 32 struct ff_envelope envelope; member
|
/openbmc/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 45 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 …]
|
H A D | Makefile | 44 obj-$(CONFIG_ENVELOPE_DETECTOR) += envelope-detector.o
|
H A D | Kconfig | 436 Say yes here to build support for an envelope detector using a DAC 440 called envelope-detector.
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 233 struct ff_envelope *envelope) in pidff_set_envelope_report() argument 239 pidff_rescale(envelope->attack_level > in pidff_set_envelope_report() 240 0x7fff ? 0x7fff : envelope->attack_level, 0x7fff, in pidff_set_envelope_report() 243 pidff_rescale(envelope->fade_level > in pidff_set_envelope_report() 244 0x7fff ? 0x7fff : envelope->fade_level, 0x7fff, in pidff_set_envelope_report() 247 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length; in pidff_set_envelope_report() 248 pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->fade_length; in pidff_set_envelope_report() 251 envelope->attack_level, in pidff_set_envelope_report() 261 static int pidff_needs_set_envelope(struct ff_envelope *envelope, in pidff_needs_set_envelope() argument 264 return envelope->attack_level != old->attack_level || in pidff_needs_set_envelope() [all …]
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 348 struct ff_envelope envelope; member 360 struct ff_envelope envelope; member 409 struct ff_envelope envelope; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 351 struct ff_envelope envelope; member 363 struct ff_envelope envelope; member 412 struct ff_envelope envelope; member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 2592 params[8] = effect->u.constant.envelope.attack_level >> 7; in hidpp_ff_upload_effect() 2593 params[9] = effect->u.constant.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2594 params[10] = effect->u.constant.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2595 params[11] = effect->u.constant.envelope.fade_level >> 7; in hidpp_ff_upload_effect() 2596 params[12] = effect->u.constant.envelope.fade_length >> 8; in hidpp_ff_upload_effect() 2597 params[13] = effect->u.constant.envelope.fade_length & 255; in hidpp_ff_upload_effect() 2603 effect->u.constant.envelope.attack_level, in hidpp_ff_upload_effect() 2604 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect() 2605 effect->u.constant.envelope.fade_level, in hidpp_ff_upload_effect() 2606 effect->u.constant.envelope.fade_length); in hidpp_ff_upload_effect() [all …]
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-tse850-3.dts | 69 env_det: envelope-detector { 70 compatible = "axentia,tse850-envelope-detector"; 90 envelope-detector-mux {
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-base-a-aem_11.27.19.bb | 1 require fvp-envelope.inc
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-envelope-detector | 26 dac instead of zero. The envelope detector will search
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | font-awesome.min.css | 33 …envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f00…
|
H A D | bootstrap.min.css | 5 …fore{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\…
|
H A D | bootstrap.css | 297 .glyphicon-envelope:before {
|
H A D | bootstrap.css.map | 1 …envelope:before {\n content: \"\\2709\";\n}\n.glyphicon-pencil:before {\n content: \"\\270f\";\n…
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | intel_pstate.rst | 245 thermal envelope of the processor package to be exceeded. 263 package may change over time or the thermal envelope it was designed for might
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ipu3.rst | 320 and image filtering. It needs some extra filter and envelope padding pixels to
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 335 envelope From:) that will give credit to the correct author; but again,
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 233 Put the resulting printout and the hand-written passphrase into an envelope
|
/openbmc/linux/ |
H A D | MAINTAINERS | 10207 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector 10208 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.yaml 10209 F: drivers/iio/adc/envelope-detector.c
|
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |