Lines Matching defs:seat
184 struct libinput_seat *seat;
200 * logical seat. This test may fail if there is a local rule changing
206 seat = libinput_device_get_seat(device);
207 ck_assert_notnull(seat);
209 seat_name = libinput_seat_get_logical_name(seat);
228 const char *seat2_name = "new seat";
244 * logical seat. This test may fail if there is a local rule changing
260 /* Changing the logical seat name will remove and re-add the device */
507 struct libinput_seat *seat;
554 seat = libinput_device_get_seat(device);
555 user_data = libinput_seat_get_user_data(seat);
558 ck_assert(seat == saved_seat);