Home
last modified time | relevance | path

Searched refs:evdev (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/input/
Devdev.c38 struct evdev { struct
57 struct evdev *evdev; argument
262 struct evdev *evdev = client->evdev; in evdev_pass_values() local
296 wake_up_interruptible(&evdev->wait); in evdev_pass_values()
305 struct evdev *evdev = handle->private; in evdev_events() local
316 client = rcu_dereference(evdev->grab); in evdev_events()
321 list_for_each_entry_rcu(client, &evdev->client_list, node) in evdev_events()
348 struct evdev *evdev = client->evdev; in evdev_flush() local
350 mutex_lock(&evdev->mutex); in evdev_flush()
352 if (evdev->exist && !client->revoked) in evdev_flush()
[all …]
DMakefile18 obj-$(CONFIG_INPUT_EVDEV) += evdev.o
DKconfig162 module will be called evdev.
/linux-4.4.14/arch/avr32/kernel/
Dtime.c45 struct clock_event_device *evdev = dev_id; in timer_interrupt() local
56 evdev->event_handler(evdev); in timer_interrupt()
68 struct clock_event_device *evdev) in comparator_next_event() argument
84 static int comparator_shutdown(struct clock_event_device *evdev) in comparator_shutdown() argument
86 pr_debug("%s: %s\n", __func__, evdev->name); in comparator_shutdown()
100 static int comparator_set_oneshot(struct clock_event_device *evdev) in comparator_set_oneshot() argument
102 pr_debug("%s: %s\n", __func__, evdev->name); in comparator_set_oneshot()
/linux-4.4.14/arch/score/kernel/
Dtime.c33 struct clock_event_device *evdev = dev_id; in timer_interrupt() local
37 evdev->event_handler(evdev); in timer_interrupt()
49 struct clock_event_device *evdev) in score_timer_set_next_event() argument
/linux-4.4.14/drivers/clocksource/
Dnomadik-mtu.c182 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local
185 evdev->event_handler(evdev); in nmdk_timer_interrupt()
/linux-4.4.14/Documentation/usb/
Dmtouchusb.txt52 Perhaps at some point an abstract function will be placed into evdev so
/linux-4.4.14/Documentation/input/
Dff.txt22 1. have your kernel configured with evdev and a driver that supports your
24 2. make sure evdev module is loaded and /dev/input/event* device files are
Dinput.txt178 for example evdev
225 3.2.4 evdev
227 evdev is the generic input event interface. It passes the events
Devent-codes.txt73 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.
Dinput-programming.txt246 The id and name fields can be passed to userland via the evdev interface.
257 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
/linux-4.4.14/drivers/input/mouse/
DKconfig417 For example, use the xf86-input-evdev driver for an X pointing device.
/linux-4.4.14/drivers/input/misc/
DKconfig324 The events will show up as scancodes F1 through F9 via evdev.