Lines Matching defs:device
1653 /* A correct proximity out sequence from the device should disable
1684 /* A correct proximity out sequence from the device should disable
2649 /* We should get different tool objects for each device */
2750 struct libinput_device *device = dev->libinput_device;
2752 ck_assert(libinput_device_has_capability(device,
4450 struct libinput_device *device = dev->libinput_device;
4455 ck_assert(libinput_device_config_accel_is_available(device));
4457 profile = libinput_device_config_accel_get_default_profile(device);
4460 profile = libinput_device_config_accel_get_profile(device);
4463 profiles = libinput_device_config_accel_get_profiles(device);
4467 status = libinput_device_config_accel_set_profile(device,
4470 profile = libinput_device_config_accel_get_profile(device);
4473 status = libinput_device_config_accel_set_profile(device,
4476 profile = libinput_device_config_accel_get_profile(device);
4890 * hand-picked for the test device */
4963 /* Delete the device immediately after the tablet goes out of prox.
5081 /* we can't force a device suspend, but we can at least make sure
5082 the device doesn't send events */
5100 /* Remove tablet device to unpair, still disabled though */
5114 /* Touch device is still disabled */
5338 /* Now add a better device to override the pairing */
5552 /* Make sure that toggling one device doesn't toggle the other one */