Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-core.c261 int input_ff_event(struct input_dev *dev, unsigned int type, in input_ff_event() function
292 EXPORT_SYMBOL_GPL(input_ff_event);
342 dev->event = input_ff_event; in input_ff_create()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h572 int input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c1551 return input_ff_event(dev, type, code, value); in hidinput_input_event()