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.c216 * input_ff_flush - erase all effects owned by a file handle
224 int input_ff_flush(struct input_dev *dev, struct file *file) in input_ff_flush() function
238 EXPORT_SYMBOL_GPL(input_ff_flush);
318 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()
354 * The standard input_ff_flush() implementation does in uinput_create_device()