Home
last modified time | relevance | path

Searched refs:FF_CUSTOM (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dinput.h495 #define FF_CUSTOM 0x5d macro
498 #define FF_WAVEFORM_MAX FF_CUSTOM
/linux-6.12.1/drivers/input/
Dinput-compat.c83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
/linux-6.12.1/drivers/input/misc/
Dcs40l50-vibra.c322 if (effect->type != FF_PERIODIC || periodic->waveform != FF_CUSTOM) { in cs40l50_add()
509 input_set_capability(vib->input, EV_FF, FF_CUSTOM); in cs40l50_vibra_probe()
Dda7280.c534 if (effect->u.periodic.waveform != FF_CUSTOM) { in da7280_haptics_upload_effect()
1228 input_set_capability(haptics->input_dev, EV_FF, FF_CUSTOM); in da7280_probe()
Duinput.c250 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
/linux-6.12.1/Documentation/input/
Dff.rst81 - FF_CUSTOM custom waveform
98 - The exact syntax FF_CUSTOM is undefined for the time being as no driver
/linux-6.12.1/drivers/hid/
Dhid-debug.c3591 [FF_CUSTOM] = "FF_CUSTOM",