Lines Matching refs:userio
1 The userio Protocol
11 of them. userio accomplishes this by allowing any privileged userspace program
17 In order to interact with the userio kernel module, one simply opens the
18 /dev/userio character device in their applications. Commands are sent to the
20 driver is read as-is from the /dev/userio device. All of the structures and
21 macros you need to interact with the device are defined in <linux/userio.h> and
26 The struct used for sending commands to /dev/userio is as follows:
34 of the USERIO_CMD macros defined in <linux/userio.h>. "data" is the argument
42 To close the virtual serio port, just close /dev/userio.
66 The userio userspace tools are able to record PS/2 devices using some of the
67 debugging information from i8042, and play back the devices on /dev/userio. The