Searched defs:record_device (Results 1 – 1 of 1) sorted by relevance
80 struct record_device { struct81 struct list link;82 char *devnode; /* device node of the source device */83 struct libevdev *evdev;84 struct libevdev *evdev_prev; /* previous value, used for EV_ABS86 struct libinput_device *device;88 struct event *events;89 size_t nevents;90 size_t events_sz;92 struct {[all …]