Searched refs:libinput_device_config_left_handed_get (Results 1 – 11 of 11) sorted by relevance
595 ck_assert_int_eq(libinput_device_config_left_handed_get(device), in START_TEST()601 ck_assert_int_eq(libinput_device_config_left_handed_get(device), in START_TEST()609 ck_assert_int_eq(libinput_device_config_left_handed_get(device), in START_TEST()628 ck_assert_int_eq(libinput_device_config_left_handed_get(device), in START_TEST()634 ck_assert_int_eq(libinput_device_config_left_handed_get(device), in START_TEST()642 ck_assert_int_eq(libinput_device_config_left_handed_get(device), in START_TEST()
626 rc = libinput_device_config_left_handed_get(d); in START_TEST()
5462 tablet_enabled = libinput_device_config_left_handed_get(tablet_dev); in START_TEST()5463 touch_enabled = libinput_device_config_left_handed_get(touch_dev); in START_TEST()5470 tablet_enabled = libinput_device_config_left_handed_get(tablet_dev); in START_TEST()5471 touch_enabled = libinput_device_config_left_handed_get(touch_dev); in START_TEST()
903 rc = libinput_device_config_left_handed_get(d); in START_TEST()
2305 ck_assert_int_eq(libinput_device_config_left_handed_get(d), 0); in START_TEST()
18 libinput_device_config_left_handed_get;
5232 libinput_device_config_left_handed_get(struct libinput_device *device);
2146 if (libinput_device_config_left_handed_get(&added_device->base)) { in tablet_device_added()
2577 if (libinput_device_config_left_handed_get(&tablet->base)) { in tp_pair_tablet()
4017 libinput_device_config_left_handed_get(struct libinput_device *device) in libinput_device_config_left_handed_get() function