Home
last modified time | relevance | path

Searched defs:envelope (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/adc/
H A Denvelope-detector.c44 struct envelope { struct
45 spinlock_t comp_lock; /* protects comp */
69 * The envelope_detector_comp_latch function works together with the compare argument
78 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch() argument
/linux/drivers/input/
H A Dff-memless.c77 const struct ff_envelope *envelope = get_envelope(state->effect); in calculate_next_time() local
151 struct ff_envelope *envelope) in apply_envelope()