Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Dff-core.c235 int input_ff_flush(struct input_dev *dev, struct file *file) in input_ff_flush() function
251 EXPORT_SYMBOL_GPL(input_ff_flush);
339 dev->flush = input_ff_flush; in input_ff_create()
/openbmc/linux/include/linux/
H A Dinput.h575 int input_ff_flush(struct input_dev *dev, struct file *file);
/openbmc/linux/drivers/input/misc/
H A Duinput.c283 return file ? input_ff_flush(dev, file) : 0; in uinput_dev_flush()