![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 #ifndef _INPUT_POLLER_H 0003 #define _INPUT_POLLER_H 0004 0005 /* 0006 * Support for polling mode for input devices. 0007 */ 0008 #include <linux/sysfs.h> 0009 0010 struct input_dev_poller; 0011 0012 void input_dev_poller_finalize(struct input_dev_poller *poller); 0013 void input_dev_poller_start(struct input_dev_poller *poller); 0014 void input_dev_poller_stop(struct input_dev_poller *poller); 0015 0016 extern struct attribute_group input_poller_attribute_group; 0017 0018 #endif /* _INPUT_POLLER_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |