Home | History | Annotate | Download | only in strace

Lines Matching defs:ffe

83 	struct_ff_effect ffe;
85 if (umove_or_printaddr(tcp, arg, &ffe))
89 printxval(evdev_ff_types, ffe.type, "FF_???");
92 ffe.id,
93 ffe.direction);
104 ffe.trigger.button,
105 ffe.trigger.interval,
106 ffe.replay.length,
107 ffe.replay.delay);
109 switch (ffe.type) {
112 ffe.u.constant.level);
113 decode_envelope(&ffe.u.constant.envelope);
119 ffe.u.ramp.start_level,
120 ffe.u.ramp.end_level);
121 decode_envelope(&ffe.u.ramp.envelope);
130 ffe.u.periodic.waveform,
131 ffe.u.periodic.period,
132 ffe.u.periodic.magnitude,
133 ffe.u.periodic.offset,
134 ffe.u.periodic.phase);
135 decode_envelope(&ffe.u.periodic.envelope);
137 ffe.u.periodic.custom_len);
138 printaddr(ptr_to_kulong(ffe.u.periodic.custom_data));
144 ffe.u.rumble.strong_magnitude,
145 ffe.u.rumble.weak_magnitude);