Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h492 #define FF_CUSTOM 0x5d macro
495 #define FF_WAVEFORM_MAX FF_CUSTOM
/openbmc/linux/include/uapi/linux/
H A Dinput.h495 #define FF_CUSTOM 0x5d macro
498 #define FF_WAVEFORM_MAX FF_CUSTOM
/openbmc/linux/drivers/input/
H A Dinput-compat.c83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
/openbmc/linux/Documentation/input/
H A Dff.rst81 - FF_CUSTOM custom waveform
98 - The exact syntax FF_CUSTOM is undefined for the time being as no driver
/openbmc/linux/drivers/input/misc/
H A Dda7280.c535 if (effect->u.periodic.waveform != FF_CUSTOM) { in da7280_haptics_upload_effect()
1229 input_set_capability(haptics->input_dev, EV_FF, FF_CUSTOM); in da7280_probe()
H A Duinput.c250 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()