Searched defs:evdev_device (Results 1 – 3 of 3) sorted by relevance
162 struct evdev_device { struct176 enum evdev_device_seat_capability seat_caps; argument177 enum evdev_device_tags tags; argument178 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 …]
713 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()
88 struct evdev_device { struct99 struct list evdev_devices; argument