Lines Matching refs:evdev_device
614 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x()
627 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y()
642 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x_transformed()
657 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y_transformed()
905 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_x()
920 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_x_transformed()
935 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_y_transformed()
949 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_y()
1298 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_x()
1315 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_y()
1502 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_x_transformed()
1521 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_y_transformed()
2162 evdev_device_destroy(evdev_device(device)); in libinput_device_destroy()
3262 return evdev_device_get_sysname((struct evdev_device *) device); in libinput_device_get_sysname()
3268 return evdev_device_get_name((struct evdev_device *) device); in libinput_device_get_name()
3274 return evdev_device_get_id_product((struct evdev_device *) device); in libinput_device_get_id_product()
3280 return evdev_device_get_id_vendor((struct evdev_device *) device); in libinput_device_get_id_vendor()
3286 return evdev_device_get_output((struct evdev_device *) device); in libinput_device_get_output_name()
3311 return evdev_device_get_udev_device((struct evdev_device *)device); in libinput_device_get_udev_device()
3318 evdev_device_led_update((struct evdev_device *) device, leds); in libinput_device_led_update()
3325 return evdev_device_has_capability((struct evdev_device *) device, in libinput_device_has_capability()
3334 return evdev_device_get_size((struct evdev_device *)device, in libinput_device_get_size()
3342 return evdev_device_has_button((struct evdev_device *)device, code); in libinput_device_pointer_has_button()
3348 return evdev_device_has_key((struct evdev_device *)device, code); in libinput_device_keyboard_has_key()
3354 return evdev_device_get_touch_count((struct evdev_device *)device); in libinput_device_touch_get_touch_count()
3361 return evdev_device_has_switch((struct evdev_device *)device, sw); in libinput_device_switch_has_switch()
3367 return evdev_device_tablet_pad_has_key((struct evdev_device *)device, in libinput_device_tablet_pad_has_key()
3374 return evdev_device_tablet_pad_get_num_buttons((struct evdev_device *)device); in libinput_device_tablet_pad_get_num_buttons()
3380 return evdev_device_tablet_pad_get_num_rings((struct evdev_device *)device); in libinput_device_tablet_pad_get_num_rings()
3386 return evdev_device_tablet_pad_get_num_strips((struct evdev_device *)device); in libinput_device_tablet_pad_get_num_strips()
3392 return evdev_device_tablet_pad_get_num_mode_groups((struct evdev_device *)device); in libinput_device_tablet_pad_get_num_mode_groups()
3399 return evdev_device_tablet_pad_get_mode_group((struct evdev_device *)device, in libinput_device_tablet_pad_get_mode_group()