Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Dff-core.c260 int input_ff_event(struct input_dev *dev, unsigned int type, in input_ff_event() function
291 EXPORT_SYMBOL_GPL(input_ff_event);
340 dev->event = input_ff_event; in input_ff_create()
/openbmc/linux/include/linux/
H A Dinput.h571 int input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
/openbmc/linux/drivers/hid/
H A Dhid-input.c1855 return input_ff_event(dev, type, code, value); in hidinput_input_event()