Searched refs:FF_RUMBLE (Results 1 – 25 of 41) sorted by relevance
12
/linux-5.19.10/drivers/hid/ |
D | hid-lgff.c | 32 FF_RUMBLE, 81 case FF_RUMBLE: in hid_lgff_play()
|
D | hid-tmff.c | 28 FF_RUMBLE, 97 case FF_RUMBLE: in tmff_play()
|
D | hid-bigbenff.c | 237 if (effect->type != FF_RUMBLE) in hid_bigben_play_effect() 357 set_bit(FF_RUMBLE, hidinput->input->ffbit); in bigben_probe()
|
D | hid-lg2ff.c | 73 set_bit(FF_RUMBLE, dev->ffbit); in lg2ff_init()
|
D | hid-megaworld.c | 64 set_bit(FF_RUMBLE, dev->ffbit); in mwctrl_init()
|
D | hid-betopff.c | 106 set_bit(FF_RUMBLE, dev->ffbit); in betopff_init()
|
D | hid-zpff.c | 78 set_bit(FF_RUMBLE, dev->ffbit); in zpff_init()
|
D | hid-emsff.c | 83 set_bit(FF_RUMBLE, dev->ffbit); in emsff_init()
|
D | hid-holtekff.c | 156 set_bit(FF_RUMBLE, dev->ffbit); in holtekff_init()
|
D | hid-mf.c | 96 set_bit(FF_RUMBLE, dev->ffbit); in mf_init()
|
D | hid-microsoft.c | 313 if (effect->type != FF_RUMBLE) in ms_play_effect() 351 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in ms_init_ff()
|
D | hid-sjoy.c | 92 set_bit(FF_RUMBLE, dev->ffbit); in sjoyff_init()
|
D | hid-gaff.c | 103 set_bit(FF_RUMBLE, dev->ffbit); in gaff_init()
|
D | hid-axff.c | 103 set_bit(FF_RUMBLE, dev->ffbit); in axff_init()
|
D | hid-pl.c | 149 set_bit(FF_RUMBLE, dev->ffbit); in plff_init()
|
/linux-5.19.10/include/uapi/linux/ |
D | input.h | 474 #define FF_RUMBLE 0x50 macro 483 #define FF_EFFECT_MIN FF_RUMBLE
|
/linux-5.19.10/drivers/input/ |
D | ff-memless.c | 204 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit)) in get_compatible_type() 205 return FF_RUMBLE; in get_compatible_type() 271 case FF_RUMBLE: in ml_combine_effects() 544 if (test_bit(FF_RUMBLE, ff->ffbit)) { in input_ff_create_memless()
|
D | ff-core.c | 56 case FF_RUMBLE: in compat_effect() 351 __set_bit(FF_RUMBLE, dev->ffbit); in input_ff_create()
|
/linux-5.19.10/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-5.19.10/drivers/input/joystick/ |
D | psxpad-spi.c | 145 case FF_RUMBLE: in psxpad_spi_play_effect() 159 input_set_capability(pad->idev, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
|
/linux-5.19.10/drivers/input/misc/ |
D | gpio-vibra.c | 140 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in gpio_vibrator_probe()
|
D | arizona-haptics.c | 184 __set_bit(FF_RUMBLE, haptics->input_dev->ffbit); in arizona_haptics_probe()
|
D | pm8xxx-vibrator.c | 209 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
|
D | sc27xx-vibra.c | 155 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
|
D | twl4030-vibra.c | 214 __set_bit(FF_RUMBLE, info->input_dev->ffbit); in twl4030_vibra_probe()
|
12