Searched refs:evdev (Results 1 – 12 of 12) sorted by relevance
28 struct evdev { struct46 struct evdev *evdev; argument52 static struct evdev *evdev_table[EVDEV_MINORS];89 struct evdev *evdev = handle->private; in evdev_event() local100 client = rcu_dereference(evdev->grab); in evdev_event()104 list_for_each_entry_rcu(client, &evdev->client_list, node) in evdev_event()109 wake_up_interruptible(&evdev->wait); in evdev_event()122 struct evdev *evdev = client->evdev; in evdev_flush() local125 retval = mutex_lock_interruptible(&evdev->mutex); in evdev_flush()129 if (!evdev->exist) in evdev_flush()[all …]
16 obj-$(CONFIG_INPUT_EVDEV) += evdev.o
136 module will be called evdev.
43 struct clock_event_device *evdev = dev_id; in timer_interrupt() local54 evdev->event_handler(evdev); in timer_interrupt()66 struct clock_event_device *evdev) in comparator_next_event() argument83 struct clock_event_device *evdev) in comparator_mode() argument87 pr_debug("%s: start\n", evdev->name); in comparator_mode()95 pr_debug("%s: stop\n", evdev->name); in comparator_mode()
33 struct clock_event_device *evdev = dev_id; in timer_interrupt() local37 evdev->event_handler(evdev); in timer_interrupt()49 struct clock_event_device *evdev) in score_timer_set_next_event() argument59 struct clock_event_device *evdev) in score_timer_set_mode() argument
128 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local131 evdev->event_handler(evdev); in nmdk_timer_interrupt()
52 Perhaps at some point an abstract function will be placed into evdev so
73 sent in the evdev event stream.89 - Used to indicate buffer overrun in the evdev client's event queue.125 BTN_TOUCH must be the first evdev code emitted in a synchronization frame.
22 1. have your kernel configured with evdev and a driver that supports your24 2. make sure evdev module is loaded and /dev/input/event* device files are
178 for example evdev225 3.2.4 evdev227 evdev is the generic input event interface. It passes the events
246 The id and name fields can be passed to userland via the evdev interface.257 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
160 The events will show up as scancodes F1 through F9 via evdev.