Searched refs:FF_CUSTOM (Results 1 - 5 of 5) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 384 * @custom_len: number of samples (FF_CUSTOM only) 385 * @custom_data: buffer of samples (FF_CUSTOM only) 388 * FF_SAW_DOWN, FF_CUSTOM. The exact syntax FF_CUSTOM is undefined 423 * FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or FF_CUSTOM) 484 #define FF_CUSTOM 0x5d macro 487 #define FF_WAVEFORM_MAX FF_CUSTOM
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 385 * @custom_len: number of samples (FF_CUSTOM only) 386 * @custom_data: buffer of samples (FF_CUSTOM only) 389 * FF_SAW_DOWN, FF_CUSTOM. The exact syntax FF_CUSTOM is undefined 424 * FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or FF_CUSTOM) 485 #define FF_CUSTOM 0x5d macro 488 #define FF_WAVEFORM_MAX FF_CUSTOM
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 393 * @custom_len: number of samples (FF_CUSTOM only) 394 * @custom_data: buffer of samples (FF_CUSTOM only) 397 * FF_SAW_DOWN, FF_CUSTOM. The exact syntax FF_CUSTOM is undefined 432 * FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or FF_CUSTOM) 493 #define FF_CUSTOM 0x5d macro 496 #define FF_WAVEFORM_MAX FF_CUSTOM
|
/third_party/libevdev/test/ |
H A D | test-event-names.c | 170 ck_assert_str_eq(libevdev_event_code_get_name(EV_FF, FF_CUSTOM), "FF_CUSTOM"); in START_TEST()
|
/third_party/libevdev/include/ |
H A D | event-names.h | 769 [FF_CUSTOM] = "FF_CUSTOM", 1055 { .name = "FF_CUSTOM", .value = FF_CUSTOM },
|
Completed in 6 milliseconds