Home
last modified time | relevance | path

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

/linux/drivers/input/
A Devdev.c47 struct evdev *evdev; argument
331 struct evdev *evdev = container_of(dev, struct evdev, dev); in evdev_free() local
438 struct evdev *evdev = client->evdev; in evdev_release() local
484 client->evdev = evdev; in evdev_open()
506 struct evdev *evdev = client->evdev; in evdev_write() local
562 struct evdev *evdev = client->evdev; in evdev_read() local
613 struct evdev *evdev = client->evdev; in evdev_poll() local
1033 struct evdev *evdev = client->evdev; in evdev_do_ioctl() local
1260 struct evdev *evdev = client->evdev; in evdev_ioctl_handler() local
1340 struct evdev *evdev; in evdev_connect() local
[all …]
A Dbuilt-in.a12 evdev.o/
A DMakefile19 obj-$(CONFIG_INPUT_EVDEV) += evdev.o
A D.evdev.o.cmd1evdev.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa…
3 source_drivers/input/evdev.o := drivers/input/evdev.c
5 deps_drivers/input/evdev.o := \
1036 drivers/input/evdev.o: $(deps_drivers/input/evdev.o)
1038 $(deps_drivers/input/evdev.o):
A D.built-in.a.cmd1 ….o drivers/input/matrix-keymap.o drivers/input/input-leds.o drivers/input/evdev.o drivers/input/ke…
A DKconfig146 module will be called evdev.
/linux/drivers/clocksource/
A Dtimer-riscv.c94 struct clock_event_device *evdev = this_cpu_ptr(&riscv_clock_event); in riscv_timer_interrupt() local
97 evdev->event_handler(evdev); in riscv_timer_interrupt()
A Dtimer-clint.c139 struct clock_event_device *evdev = this_cpu_ptr(&clint_clock_event); in clint_timer_interrupt() local
142 evdev->event_handler(evdev); in clint_timer_interrupt()
A Dnomadik-mtu.c177 struct clock_event_device *evdev = dev_id; in nmdk_timer_interrupt() local
180 evdev->event_handler(evdev); in nmdk_timer_interrupt()
/linux/Documentation/userspace-api/media/rc/
A Drc-intro.rst14 A Remote Controller interface is mapped as a normal evdev/input
/linux/Documentation/input/
A Dinput.rst84 evdev subsection
87 ``evdev`` is the generic input event interface. It passes the events
107 evdev nodes are created with minors starting with 256.
A Dff.rst27 1. have your kernel configured with evdev and a driver that supports your
29 2. make sure evdev module is loaded and /dev/input/event* device files are
A Devent-codes.rst95 sent in the evdev event stream.
115 - Used to indicate buffer overrun in the evdev client's event queue.
154 BTN_TOUCH must be the first evdev code emitted in a synchronization frame.
A Dinput-programming.rst290 The id and name fields can be passed to userland via the evdev interface.
301 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
A Duinput.rst27 libevdev is a wrapper library for evdev devices that provides interfaces to
/linux/Documentation/usb/
A Dmtouchusb.rst61 Perhaps at some point an abstract function will be placed into evdev so
/linux/Documentation/driver-api/media/
A Drc-core.rst16 remote controller core is implemented on the top of the linux input/evdev
/linux/Documentation/input/joydev/
A Djoystick-api.rst14 encouraged to switch to the generic event (``evdev``) interface.
/linux/drivers/input/mouse/
A DKconfig455 For example, use the xf86-input-evdev driver for an X pointing device.
/linux/drivers/input/misc/
A DKconfig351 The events will show up as scancodes F1 through F9 via evdev.
/linux/
A Dmodules.builtin.modinfo13 ….thibault@ens-lyon.org>�evdev.license=GPL�evdev.file=drivers/input/evdevevdev.description=Input d…
A Dmodules.builtin725 kernel/drivers/input/evdev.ko
/linux/drivers/
A Dbuilt-in.a1843 input/evdev.o/

Completed in 47 milliseconds