|
Linux Kernel
3.7.1
|
#include <linux/input.h>#include <linux/module.h>#include <linux/mutex.h>#include <linux/sched.h>#include <linux/slab.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_BASENAME ": " fmt |
Functions | |
| int | input_ff_upload (struct input_dev *dev, struct ff_effect *effect, struct file *file) |
| EXPORT_SYMBOL_GPL (input_ff_upload) | |
| int | input_ff_erase (struct input_dev *dev, int effect_id, struct file *file) |
| EXPORT_SYMBOL_GPL (input_ff_erase) | |
| EXPORT_SYMBOL_GPL | ( | input_ff_upload | ) |
| EXPORT_SYMBOL_GPL | ( | input_ff_erase | ) |
1.8.2