Home
last modified time | relevance | path

Searched refs:added_device (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/src/
Devdev-totem.c615 struct evdev_device *added_device) in totem_interface_device_added() argument
620 if ((evdev_device_get_id_vendor(added_device) != in totem_interface_device_added()
622 (evdev_device_get_id_product(added_device) != in totem_interface_device_added()
629 g2 = libinput_device_get_device_group(&added_device->base); in totem_interface_device_added()
636 added_device->devname); in totem_interface_device_added()
640 totem->touch_device = added_device; in totem_interface_device_added()
641 evdev_log_info(device, "%s: is the totem touch device\n", added_device->devname); in totem_interface_device_added()
Devdev-tablet.c2118 struct evdev_device *added_device) in tablet_device_added() argument
2124 libinput_device_get_device_group(&added_device->base)) in tablet_device_added()
2127 is_touchscreen = evdev_device_has_capability(added_device, in tablet_device_added()
2129 is_ext_touchpad = evdev_device_has_capability(added_device, in tablet_device_added()
2131 (added_device->tags & EVDEV_TAG_EXTERNAL_TOUCHPAD); in tablet_device_added()
2137 added_device->devname); in tablet_device_added()
2138 tablet->touch_device = added_device; in tablet_device_added()
2145 added_device->devname); in tablet_device_added()
2146 tablet->rotation.touch_device = added_device; in tablet_device_added()
2148 if (libinput_device_config_left_handed_get(&added_device->base)) { in tablet_device_added()
Devdev-mt-touchpad.c2603 struct evdev_device *added_device) in tp_interface_device_added() argument
2607 tp_pair_trackpoint(device, added_device); in tp_interface_device_added()
2608 tp_dwt_pair_keyboard(device, added_device); in tp_interface_device_added()
2609 tp_pair_lid_switch(device, added_device); in tp_interface_device_added()
2610 tp_pair_tablet_mode_switch(device, added_device); in tp_interface_device_added()
2611 tp_pair_tablet(device, added_device); in tp_interface_device_added()
2617 if (added_device->tags & EVDEV_TAG_EXTERNAL_MOUSE) in tp_interface_device_added()
Devdev-fallback.c1506 struct evdev_device *added_device) in fallback_interface_device_added() argument
1508 fallback_lid_pair_keyboard(device, added_device); in fallback_interface_device_added()
1509 fallback_pair_tablet_mode(device, added_device); in fallback_interface_device_added()
Devdev.h305 struct evdev_device *added_device);
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff2784 + struct evdev_device* added_device)
2786 + if (device == NULL || added_device == NULL) {
2796 + libinput_device_get_device_group(&added_device->base)) {
2799 + is_joystick = evdev_device_has_capability(added_device,
2806 + added_device->devname);
2807 + joystick_dispatch->device = added_device;
3939 libinput_device_get_device_group(&added_device->base))
3943 is_touchscreen = evdev_device_has_capability(added_device,
3945 is_ext_touchpad = evdev_device_has_capability(added_device,