Home
last modified time | relevance | path

Searched refs:FF_GAIN (Results 1 - 5 of 5) sorted by relevance

/third_party/libinput/include/linux/linux/
H A Dinput.h493 #define FF_GAIN 0x60 macro
497 * ff->playback(effect_id = FF_GAIN) is the first effect_id to
499 * Therefore the greatest safe value for effect_id is FF_GAIN - 1,
500 * and thus the total number of effects should never exceed FF_GAIN.
502 #define FF_MAX_EFFECTS FF_GAIN
/third_party/libinput/include/linux/freebsd/
H A Dinput.h494 #define FF_GAIN 0x60 macro
498 * ff->playback(effect_id = FF_GAIN) is the first effect_id to
500 * Therefore the greatest safe value for effect_id is FF_GAIN - 1,
501 * and thus the total number of effects should never exceed FF_GAIN.
503 #define FF_MAX_EFFECTS FF_GAIN
/third_party/libevdev/include/linux/linux/
H A Dinput.h502 #define FF_GAIN 0x60 macro
506 * ff->playback(effect_id = FF_GAIN) is the first effect_id to
508 * Therefore the greatest safe value for effect_id is FF_GAIN - 1,
509 * and thus the total number of effects should never exceed FF_GAIN.
511 #define FF_MAX_EFFECTS FF_GAIN
/third_party/libevdev/test/
H A Dtest-event-codes.c91 ck_assert_int_eq(libevdev_event_code_from_name(EV_FF, "FF_GAIN"), FF_GAIN); in START_TEST()
115 ck_assert_int_eq(libevdev_event_code_from_code_name("FF_GAIN"), FF_GAIN); in START_TEST()
/third_party/libevdev/include/
H A Devent-names.h770 [FF_GAIN] = "FF_GAIN",
1058 { .name = "FF_GAIN", .value = FF_GAIN },

Completed in 8 milliseconds