Lines Matching defs:record_device
80 struct record_device { struct
81 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_ABS
86 struct libinput_device *device;
88 struct event *events;
89 size_t nevents;
90 size_t events_sz;
92 struct {
96 } touch;