Home
last modified time | relevance | path

Searched refs:ff_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/
H A Dff-core.c23 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access()
50 static int compat_effect(struct ff_device *ff, struct ff_effect *effect) in compat_effect()
94 struct ff_device *ff = dev->ff; in input_ff_upload()
168 struct ff_device *ff = dev->ff; in erase_effect()
205 struct ff_device *ff = dev->ff; in input_ff_erase()
226 struct ff_device *ff = dev->ff; in input_ff_flush()
250 struct ff_device *ff = dev->ff; in input_ff_event()
305 struct ff_device *ff __free(kfree) = in input_ff_create()
345 struct ff_device *ff = dev->ff; in input_ff_destroy()
H A Dff-memless.c196 static int get_compatible_type(struct ff_device *ff, int effect_type) in get_compatible_type()
482 static void ml_ff_destroy(struct ff_device *ff) in ml_ff_destroy()
497 static void ml_ff_stop(struct ff_device *ff) in ml_ff_stop()
521 struct ff_device *ff; in input_ff_create_memless()
/linux/include/linux/
H A Dinput.h171 struct ff_device *ff;
572 struct ff_device { struct
581 void (*destroy)(struct ff_device *); argument
582 void (*stop)(struct ff_device *); argument
/linux/drivers/input/misc/
H A Dda7280.c1148 struct ff_device *ff; in da7280_probe()