Searched refs:FF_RUMBLE (Results 1 – 25 of 45) sorted by relevance
12
/linux-6.12.1/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-lg2ff.c | 73 set_bit(FF_RUMBLE, dev->ffbit); in lg2ff_init()
|
D | hid-bigbenff.c | 280 if (effect->type != FF_RUMBLE) in hid_bigben_play_effect() 412 set_bit(FF_RUMBLE, hidinput->input->ffbit); in bigben_probe()
|
D | hid-megaworld.c | 64 set_bit(FF_RUMBLE, dev->ffbit); in mwctrl_init()
|
D | hid-zpff.c | 78 set_bit(FF_RUMBLE, dev->ffbit); in zpff_init()
|
D | hid-betopff.c | 107 set_bit(FF_RUMBLE, dev->ffbit); in betopff_init()
|
D | hid-emsff.c | 83 set_bit(FF_RUMBLE, dev->ffbit); in emsff_init()
|
D | hid-mf.c | 96 set_bit(FF_RUMBLE, dev->ffbit); in mf_init()
|
D | hid-holtekff.c | 156 set_bit(FF_RUMBLE, dev->ffbit); in holtekff_init()
|
D | hid-google-stadiaff.c | 87 input_set_capability(dev, EV_FF, FF_RUMBLE); in stadiaff_init()
|
D | hid-sjoy.c | 92 set_bit(FF_RUMBLE, dev->ffbit); in sjoyff_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-axff.c | 103 set_bit(FF_RUMBLE, dev->ffbit); in axff_init()
|
D | hid-gaff.c | 103 set_bit(FF_RUMBLE, dev->ffbit); in gaff_init()
|
D | hid-pl.c | 149 set_bit(FF_RUMBLE, dev->ffbit); in plff_init()
|
D | hid-dr.c | 111 set_bit(FF_RUMBLE, dev->ffbit); in drff_init()
|
/linux-6.12.1/include/uapi/linux/ |
D | input.h | 474 #define FF_RUMBLE 0x50 macro 483 #define FF_EFFECT_MIN FF_RUMBLE
|
/linux-6.12.1/drivers/input/ |
D | ff-memless.c | 201 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit)) in get_compatible_type() 202 return FF_RUMBLE; in get_compatible_type() 268 case FF_RUMBLE: in ml_combine_effects() 541 if (test_bit(FF_RUMBLE, ff->ffbit)) { in input_ff_create_memless()
|
D | ff-core.c | 55 case FF_RUMBLE: in compat_effect() 349 __set_bit(FF_RUMBLE, dev->ffbit); in input_ff_create()
|
/linux-6.12.1/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-6.12.1/drivers/input/joystick/ |
D | psxpad-spi.c | 148 case FF_RUMBLE: in psxpad_spi_play_effect() 162 input_set_capability(pad->idev, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
|
/linux-6.12.1/drivers/input/misc/ |
D | gpio-vibra.c | 132 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 | sc27xx-vibra.c | 155 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
|
12