Lines Matching refs:slots
88 "--use-st", action="store_true", help="Ignore slots, use the BTN_TOOL bits"
116 slots = [Slot(i) for i in range(0, nslots)]
117 # We claim the first slots are used just to make the formatting
119 for i in range(min(5, len(slots))):
120 slots[i].used = True
147 s = slots[slot]
155 s = slots[slot]
158 for sl in slots[: slot + 1]:
161 s = slots[slot]
179 current_slot_state = tuple(s.is_active for s in slots)
190 fmt = " | ".join([str(s) for s in slots if s.used])
197 for s in slots: