Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dff-core.c224 int input_ff_flush(struct input_dev *dev, struct file *file) in input_ff_flush() function
238 EXPORT_SYMBOL_GPL(input_ff_flush);
317 dev->flush = input_ff_flush; in input_ff_create()
/linux/drivers/input/misc/
H A Duinput.c283 return file ? input_ff_flush(dev, file) : 0; in uinput_dev_flush()