Home
last modified time | relevance | path

Searched defs:evdev_device (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev.h162 struct evdev_device { struct
176 enum evdev_device_seat_capability seat_caps; argument
177 enum evdev_device_tags tags; argument
178 bool is_mt;
179 bool is_suspended;
180 int dpi; /* HW resolution */
181 double trackpoint_multiplier; /* trackpoint constant multiplier */
182 bool use_velocity_averaging; /* whether averaging should be applied on velocity calculation */
183 struct ratelimit syn_drop_limit; /* ratelimit for SYN_DROPPED logging */
184 struct ratelimit delay_warning_limit; /* ratelimit for delayd processing logging */
[all …]
Devdev.c713 void (*change_to_left_handed)(struct evdev_device *)) in evdev_init_left_handed()
865 void (*change_scroll_method)(struct evdev_device *)) in evdev_init_button_scroll()
/third_party/libinput/tools/
Dlibinput-debug-gui.c88 struct evdev_device { struct
99 struct list evdev_devices; argument