Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dlibinput-device.h44 struct evdev_device { struct
46 enum evdev_device_seat_capability seat_caps; argument
58 evdev_led_update_l(struct evdev_device *device, enum weston_led leds); argument
Dlibinput-device.c310 struct evdev_device *evdev_device = device->backend_data; in touch_get_output() local
318 struct evdev_device *evdev_device = device->backend_data; in touch_get_calibration_head_name() local
343 struct evdev_device *evdev_device = device->backend_data; in touch_get_calibration() local
350 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
/third_party/libinput/src/
Devdev.h162 struct evdev_device { struct
174 enum evdev_device_seat_capability seat_caps; argument
175 enum evdev_device_tags tags; argument
176 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 …]
Devdev.c639 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()
/third_party/libinput/tools/
Dlibinput-debug-gui.c72 struct evdev_device { struct
83 struct list evdev_devices; argument