Searched refs:effect_type (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-memless.c | 198 static int get_compatible_type(struct ff_device *ff, int effect_type) in get_compatible_type() argument 201 if (test_bit(effect_type, ff->ffbit)) in get_compatible_type() 202 return effect_type; in get_compatible_type() 204 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit)) in get_compatible_type() 332 int effect_type; in ml_get_combo_effect() local 355 effect_type = get_compatible_type(ml->dev->ff, effect->type); in ml_get_combo_effect() 356 if (combo_effect->type != effect_type) { in ml_get_combo_effect() 361 combo_effect->type = effect_type; in ml_get_combo_effect()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | ff-memless.c | 195 static int get_compatible_type(struct ff_device *ff, int effect_type) in get_compatible_type() argument 198 if (test_bit(effect_type, ff->ffbit)) in get_compatible_type() 199 return effect_type; in get_compatible_type() 201 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit)) in get_compatible_type() 329 int effect_type; in ml_get_combo_effect() local 352 effect_type = get_compatible_type(ml->dev->ff, effect->type); in ml_get_combo_effect() 353 if (combo_effect->type != effect_type) { in ml_get_combo_effect() 358 combo_effect->type = effect_type; in ml_get_combo_effect()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 291 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core() 301 data[1] = effect_type; in make_core() 290 make_core(struct iforce* iforce, u16 id, u16 mod_id1, u16 mod_id2, u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, u16 interval, u16 direction) make_core() argument
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 291 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core() 301 data[1] = effect_type; in make_core() 290 make_core(struct iforce* iforce, u16 id, u16 mod_id1, u16 mod_id2, u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, u16 interval, u16 direction) make_core() argument
|
Completed in 6 milliseconds