Searched refs:FF_CUSTOM (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/input/
H A Dinput-compat.c83 compat_effect->u.periodic.waveform == FF_CUSTOM)
/linux-master/include/uapi/linux/
H A Dinput.h395 * @custom_len: number of samples (FF_CUSTOM only)
396 * @custom_data: buffer of samples (FF_CUSTOM only)
399 * FF_SAW_DOWN, FF_CUSTOM. The exact syntax FF_CUSTOM is undefined
434 * FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or FF_CUSTOM)
495 #define FF_CUSTOM 0x5d macro
498 #define FF_WAVEFORM_MAX FF_CUSTOM
/linux-master/drivers/input/misc/
H A Dda7280.c535 if (effect->u.periodic.waveform != FF_CUSTOM) {
537 "Device can only accept FF_CUSTOM waveform\n");
1229 input_set_capability(haptics->input_dev, EV_FF, FF_CUSTOM);
H A Duinput.c250 effect->u.periodic.waveform == FF_CUSTOM)

Completed in 146 milliseconds