Searched refs:added_device (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/src/ |
D | evdev-totem.c | 615 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()
|
D | evdev-tablet.c | 2116 struct evdev_device *added_device) in tablet_device_added() argument 2122 libinput_device_get_device_group(&added_device->base)) in tablet_device_added() 2125 is_touchscreen = evdev_device_has_capability(added_device, in tablet_device_added() 2127 is_ext_touchpad = evdev_device_has_capability(added_device, in tablet_device_added() 2129 (added_device->tags & EVDEV_TAG_EXTERNAL_TOUCHPAD); in tablet_device_added() 2135 added_device->devname); in tablet_device_added() 2136 tablet->touch_device = added_device; in tablet_device_added() 2143 added_device->devname); in tablet_device_added() 2144 tablet->rotation.touch_device = added_device; in tablet_device_added() 2146 if (libinput_device_config_left_handed_get(&added_device->base)) { in tablet_device_added()
|
D | evdev-mt-touchpad.c | 2586 struct evdev_device *added_device) in tp_interface_device_added() argument 2590 tp_pair_trackpoint(device, added_device); in tp_interface_device_added() 2591 tp_dwt_pair_keyboard(device, added_device); in tp_interface_device_added() 2592 tp_pair_lid_switch(device, added_device); in tp_interface_device_added() 2593 tp_pair_tablet_mode_switch(device, added_device); in tp_interface_device_added() 2594 tp_pair_tablet(device, added_device); in tp_interface_device_added() 2600 if (added_device->tags & EVDEV_TAG_EXTERNAL_MOUSE) in tp_interface_device_added()
|
D | evdev-fallback.c | 1424 struct evdev_device *added_device) in fallback_interface_device_added() argument 1426 fallback_lid_pair_keyboard(device, added_device); in fallback_interface_device_added() 1427 fallback_pair_tablet_mode(device, added_device); in fallback_interface_device_added()
|
D | evdev.h | 303 struct evdev_device *added_device);
|