Searched defs:evdev_device (Results 1 – 5 of 5) sorted by relevance
44 struct evdev_device { struct46 enum evdev_device_seat_capability seat_caps; argument58 evdev_led_update_l(struct evdev_device *device, enum weston_led leds); argument
310 struct evdev_device *evdev_device = device->backend_data; in touch_get_output() local318 struct evdev_device *evdev_device = device->backend_data; in touch_get_calibration_head_name() local343 struct evdev_device *evdev_device = device->backend_data; in touch_get_calibration() local350 do_set_calibration(struct evdev_device *evdev_device, in do_set_calibration()372 struct evdev_device *evdev_device = device->backend_data; in touch_set_calibration() local
162 struct evdev_device { struct174 enum evdev_device_seat_capability seat_caps; argument175 enum evdev_device_tags tags; argument176 bool is_mt;177 bool is_suspended;178 int dpi; /* HW resolution */179 double trackpoint_multiplier; /* trackpoint constant multiplier */180 bool use_velocity_averaging; /* whether averaging should be applied on velocity calculation */181 struct ratelimit syn_drop_limit; /* ratelimit for SYN_DROPPED logging */182 struct ratelimit delay_warning_limit; /* ratelimit for delayd processing logging */[all …]
639 void (*change_to_left_handed)(struct evdev_device *)) in evdev_init_left_handed()791 void (*change_scroll_method)(struct evdev_device *)) in evdev_init_button_scroll()
72 struct evdev_device { struct83 struct list evdev_devices; argument