Lines Matching defs:seat
200 seat_add_to_gc_queue(device->seat);
205 Seat *seat = NULL;
213 log_warning("Device with invalid seat name %s found, ignoring.", sn);
217 seat = hashmap_get(m->seats, sn);
218 master = udev_device_has_tag(d, "master-of-seat");
221 if (!master && !seat)
228 if (!seat) {
229 r = manager_add_seat(m, sn, &seat);
231 if (!device->seat)
238 device_attach(device, seat);
239 seat_start(seat);