Lines Matching refs:userio
4 The userio Protocol
19 of them. userio accomplishes this by allowing any privileged userspace program
26 In order to interact with the userio kernel module, one simply opens the
27 /dev/userio character device in their applications. Commands are sent to the
29 driver is read as-is from the /dev/userio device. All of the structures and
30 macros you need to interact with the device are defined in <linux/userio.h> and
36 The struct used for sending commands to /dev/userio is as follows::
44 of the USERIO_CMD macros defined in <linux/userio.h>. ``data`` is the argument
53 To close the virtual serio port, just close /dev/userio.
81 The userio userspace tools are able to record PS/2 devices using some of the
82 debugging information from i8042, and play back the devices on /dev/userio. The