Lines Matching full:ffe
67 struct ff_effect ffe;
69 if (!verbose(tcp) || umove(tcp, arg, &ffe) < 0)
73 printxval(evdev_ff_types, ffe.type, "FF_???");
75 ffe.id, ffe.direction);
79 ffe.trigger.button, ffe.trigger.interval);
81 ffe.replay.length, ffe.replay.delay);
82 switch (ffe.type) {
85 ffe.u.constant.level);
86 decode_envelope(&ffe.u.constant.envelope);
92 ffe.u.ramp.start_level,
93 ffe.u.ramp.end_level);
94 decode_envelope(&ffe.u.ramp.envelope);
103 ffe.u.periodic.waveform,
104 ffe.u.periodic.period,
105 ffe.u.periodic.magnitude,
106 ffe.u.periodic.offset,
107 ffe.u.periodic.phase);
108 decode_envelope(&ffe.u.periodic.envelope);
111 ffe.u.periodic.custom_len,
112 (unsigned long)ffe.u.periodic.custom_data);
117 ffe.u.rumble.strong_magnitude,
118 ffe.u.rumble.weak_magnitude);