Lines Matching refs:seat
354 struct libinput_seat *seat = base->seat; in fallback_flush_mt_down() local
369 seat_slot = ffs(~seat->slot_map) - 1; in fallback_flush_mt_down()
375 seat->slot_map |= bit(seat_slot); in fallback_flush_mt_down()
424 struct libinput_seat *seat = base->seat; in fallback_flush_mt_up() local
438 seat->slot_map &= ~bit(seat_slot); in fallback_flush_mt_up()
452 struct libinput_seat *seat = base->seat; in fallback_flush_mt_cancel() local
466 seat->slot_map &= ~bit(seat_slot); in fallback_flush_mt_cancel()
479 struct libinput_seat *seat = base->seat; in fallback_flush_st_down() local
492 seat_slot = ffs(~seat->slot_map) - 1; in fallback_flush_st_down()
498 seat->slot_map |= bit(seat_slot); in fallback_flush_st_down()
536 struct libinput_seat *seat = base->seat; in fallback_flush_st_up() local
548 seat->slot_map &= ~bit(seat_slot); in fallback_flush_st_up()
561 struct libinput_seat *seat = base->seat; in fallback_flush_st_cancel() local
573 seat->slot_map &= ~bit(seat_slot); in fallback_flush_st_cancel()