Module devices::virtio::input::evdev

source ·

Structs§

Constants§

Functions§

  • Generates ioctl request number.
  • Generates ioctl request number.
  • Gets the absolute axes of an event device (see EVIOCGABS ioctl for details).
  • Gets id information from an event device (see EVIOCGID ioctl for details).
  • errno 🔒
  • Grabs an event device (see EVIOCGGRAB ioctl for details). After this function succeeds the given descriptor has exclusive access to the device, effectively making it unusable for any other process in the host.
  • Gets the name of an event device (see EVIOCGNAME ioctl for details).
  • Gets the properties of an event device (see EVIOCGPROP ioctl for details).
  • Gets the unique (serial) name of an event device (see EVIOCGUNIQ ioctl for details).
  • Gets the event types supported by an event device as well as the event codes supported for each type (see EVIOCGBIT ioctl for details).