Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/
Devdev.c28 struct evdev { struct
46 struct evdev *evdev; argument
52 static struct evdev *evdev_table[EVDEV_MINORS];
89 struct evdev *evdev = handle->private; in evdev_event() local
100 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() local
125 retval = mutex_lock_interruptible(&evdev->mutex); in evdev_flush()
129 if (!evdev->exist) in evdev_flush()
[all …]
DMakefile16 obj-$(CONFIG_INPUT_EVDEV) += evdev.o
DKconfig136 module will be called evdev.
/linux-2.6.39/arch/avr32/kernel/
Dtime.c43 struct clock_event_device *evdev = dev_id; in timer_interrupt() local
54 evdev->event_handler(evdev); in timer_interrupt()
66 struct clock_event_device *evdev) in comparator_next_event() argument
83 struct clock_event_device *evdev) in comparator_mode() argument
87 pr_debug("%s: start\n", evdev->name); in comparator_mode()
95 pr_debug("%s: stop\n", evdev->name); in comparator_mode()
/linux-2.6.39/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
59 struct clock_event_device *evdev) in score_timer_set_mode() argument
/linux-2.6.39/arch/arm/plat-nomadik/
Dtimer.c128 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local
131 evdev->event_handler(evdev); in nmdk_timer_interrupt()
/linux-2.6.39/Documentation/usb/
Dmtouchusb.txt52 Perhaps at some point an abstract function will be placed into evdev so
/linux-2.6.39/Documentation/input/
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.
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
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-2.6.39/drivers/input/misc/
DKconfig160 The events will show up as scancodes F1 through F9 via evdev.