Lines Matching defs:seat
230 struct libinput_seat *seat = base->seat;
245 seat_slot = ffs(~seat->slot_map) - 1;
251 seat->slot_map |= bit(seat_slot);
300 struct libinput_seat *seat = base->seat;
314 seat->slot_map &= ~bit(seat_slot);
328 struct libinput_seat *seat = base->seat;
342 seat->slot_map &= ~bit(seat_slot);
355 struct libinput_seat *seat = base->seat;
368 seat_slot = ffs(~seat->slot_map) - 1;
374 seat->slot_map |= bit(seat_slot);
412 struct libinput_seat *seat = base->seat;
424 seat->slot_map &= ~bit(seat_slot);
437 struct libinput_seat *seat = base->seat;
449 seat->slot_map &= ~bit(seat_slot);