Searched full:ff_periodic (Results 1 – 6 of 6) sorted by relevance
43 (e1->type != FF_PERIODIC || in check_effects_compatible()56 if (!test_bit(FF_PERIODIC, ff->ffbit)) in compat_effect()66 effect->type = FF_PERIODIC; in compat_effect()108 if (effect->type == FF_PERIODIC && in input_ff_upload()326 if (test_bit(FF_PERIODIC, ff->ffbit)) in input_ff_create()
74 - FF_PERIODIC can render periodic effects with the following waveforms:94 - In most cases you should use FF_PERIODIC instead of FF_RUMBLE. All95 devices that support FF_RUMBLE support FF_PERIODIC (square, triangle,
323 if (effect->type != FF_PERIODIC || periodic->waveform != FF_CUSTOM) { in cs40l50_add()507 input_set_capability(vib->input, EV_FF, FF_PERIODIC); in cs40l50_vibra_probe()
260 if (effect->type == FF_PERIODIC && in uinput_dev_upload_effect()
234 case FF_PERIODIC: in need_envelope_modifier()257 if (new->type != FF_PERIODIC) { in need_period_modifier()
3587 [FF_PERIODIC] = "FF_PERIODIC",