Home
last modified time | relevance | path

Searched refs:input_ff_event (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/input/
H A Dff-core.c247 int input_ff_event(struct input_dev *dev, unsigned int type, in input_ff_event() function
278 EXPORT_SYMBOL_GPL(input_ff_event);
319 dev->event = input_ff_event; in input_ff_create()
/linux-6.15/include/linux/
H A Dinput.h585 int input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
/linux-6.15/drivers/hid/
H A Dhid-input.c1852 return input_ff_event(dev, type, code, value); in hidinput_input_event()