Searched refs:FF_RUMBLE (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/drivers/hid/ |
D | hid-lgff.c | 44 FF_RUMBLE, 93 case FF_RUMBLE: in hid_lgff_play()
|
D | hid-tmff.c | 38 FF_RUMBLE, 107 case FF_RUMBLE: in tmff_play()
|
D | hid-lg2ff.c | 79 set_bit(FF_RUMBLE, dev->ffbit); in lg2ff_init()
|
D | hid-zpff.c | 84 set_bit(FF_RUMBLE, dev->ffbit); in zpff_init()
|
D | hid-betopff.c | 102 set_bit(FF_RUMBLE, dev->ffbit); in betopff_init()
|
D | hid-emsff.c | 89 set_bit(FF_RUMBLE, dev->ffbit); in emsff_init()
|
D | hid-mf.c | 104 set_bit(FF_RUMBLE, dev->ffbit); in mf_init()
|
D | hid-holtekff.c | 162 set_bit(FF_RUMBLE, dev->ffbit); in holtekff_init()
|
D | hid-sjoy.c | 104 set_bit(FF_RUMBLE, dev->ffbit); in sjoyff_init()
|
D | hid-axff.c | 108 set_bit(FF_RUMBLE, dev->ffbit); in axff_init()
|
D | hid-gaff.c | 110 set_bit(FF_RUMBLE, dev->ffbit); in gaff_init()
|
D | hid-pl.c | 161 set_bit(FF_RUMBLE, dev->ffbit); in plff_init()
|
D | hid-dr.c | 117 set_bit(FF_RUMBLE, dev->ffbit); in drff_init()
|
/Linux-v4.19/include/uapi/linux/ |
D | input.h | 465 #define FF_RUMBLE 0x50 macro 474 #define FF_EFFECT_MIN FF_RUMBLE
|
/Linux-v4.19/drivers/input/ |
D | ff-memless.c | 216 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit)) in get_compatible_type() 217 return FF_RUMBLE; in get_compatible_type() 283 case FF_RUMBLE: in ml_combine_effects() 547 if (test_bit(FF_RUMBLE, ff->ffbit)) { in input_ff_create_memless()
|
D | ff-core.c | 68 case FF_RUMBLE: in compat_effect() 363 __set_bit(FF_RUMBLE, dev->ffbit); in input_ff_create()
|
/Linux-v4.19/Documentation/input/ |
D | ff.rst | 87 - FF_RUMBLE rumble effects 94 - In most cases you should use FF_PERIODIC instead of FF_RUMBLE. All 95 devices that support FF_RUMBLE support FF_PERIODIC (square, triangle,
|
/Linux-v4.19/drivers/input/joystick/ |
D | psxpad-spi.c | 147 case FF_RUMBLE: in psxpad_spi_play_effect() 161 input_set_capability(pad->pdev->input, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
|
/Linux-v4.19/drivers/input/misc/ |
D | sc27xx-vibra.c | 110 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
|
D | arizona-haptics.c | 187 __set_bit(FF_RUMBLE, haptics->input_dev->ffbit); in arizona_haptics_probe()
|
D | pm8xxx-vibrator.c | 217 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
|
D | twl4030-vibra.c | 228 __set_bit(FF_RUMBLE, info->input_dev->ffbit); in twl4030_vibra_probe()
|
D | drv2665.c | 195 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
|
D | pwm-vibra.c | 202 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
|
D | regulator-haptic.c | 189 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in regulator_haptic_probe()
|
12