Searched refs:FF_GAIN (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 500 #define FF_GAIN 0x60 macro 504 * ff->playback(effect_id = FF_GAIN) is the first effect_id to 506 * Therefore the greatest safe value for effect_id is FF_GAIN - 1, 507 * and thus the total number of effects should never exceed FF_GAIN. 509 #define FF_MAX_EFFECTS FF_GAIN
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 504 #define FF_GAIN 0x60 macro 508 * ff->playback(effect_id = FF_GAIN) is the first effect_id to 510 * Therefore the greatest safe value for effect_id is FF_GAIN - 1, 511 * and thus the total number of effects should never exceed FF_GAIN. 513 #define FF_MAX_EFFECTS FF_GAIN
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 213 #define FF_GAIN 0x60 macro 215 #define FF_MAX_EFFECTS FF_GAIN
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 213 #define FF_GAIN 0x60 macro 215 #define FF_MAX_EFFECTS FF_GAIN
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 202 #define FF_GAIN 0x60 macro 204 #define FF_MAX_EFFECTS FF_GAIN
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-core.c | 270 case FF_GAIN: in input_ff_event() 271 if (!test_bit(FF_GAIN, dev->ffbit) || value > 0xffffU) in input_ff_event()
|
H A D | ff-memless.c | 528 set_bit(FF_GAIN, dev->ffbit); in input_ff_create_memless()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | ff-core.c | 267 case FF_GAIN: in input_ff_event() 268 if (!test_bit(FF_GAIN, dev->ffbit) || value > 0xffffU) in input_ff_event()
|
H A D | ff-memless.c | 525 set_bit(FF_GAIN, dev->ffbit); in input_ff_create_memless()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-main.c | 44 FF_SQUARE, FF_TRIANGLE, FF_SINE, FF_SAW_UP, FF_SAW_DOWN, FF_GAIN,
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-main.c | 44 FF_SQUARE, FF_TRIANGLE, FF_SINE, FF_SAW_UP, FF_SAW_DOWN, FF_GAIN,
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 1140 set_bit(FF_GAIN, dev->ffbit); in pidff_init_fields() 1266 if (test_bit(FF_GAIN, dev->ffbit)) { in hid_pidff_init()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 1140 set_bit(FF_GAIN, dev->ffbit); in pidff_init_fields() 1266 if (test_bit(FF_GAIN, dev->ffbit)) { in hid_pidff_init()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | uinput.c | 221 uinput_dev_event(dev, EV_FF, FF_GAIN, gain); in uinput_dev_set_gain()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | uinput.c | 222 uinput_dev_event(dev, EV_FF, FF_GAIN, gain); in uinput_dev_set_gain()
|
H A D | da7280.c | 1231 input_set_capability(haptics->input_dev, EV_FF, FF_GAIN); in da7280_probe()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 1937 FF_GAIN,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 2442 FF_GAIN,
|
Completed in 39 milliseconds