Searched defs:ff_periodic_effect (Results 1 – 3 of 3) sorted by relevance
402 struct ff_periodic_effect { struct403 uint16_t waveform;404 uint16_t period;405 int16_t magnitude;406 int16_t offset;407 uint16_t phase;409 struct ff_envelope envelope;411 uint32_t custom_len;412 int16_t *custom_data;
405 struct ff_periodic_effect { struct406 __u16 waveform;407 __u16 period;408 __s16 magnitude;409 __s16 offset;410 __u16 phase;412 struct ff_envelope envelope;414 __u32 custom_len;415 __s16 __user *custom_data;
164 struct ff_periodic_effect { struct166 short magnitude;168 short phase;171 int custom_len;172 short *custom_data;