Lines Matching defs:slot
30 * This function allocates all necessary memory for MT slot handling
124 * @tool_type: the tool type to use in this slot
128 * ABS_MT_TOOL_TYPE. If active is true and the slot is currently
130 * assigned to the slot. The tool type is only reported if the
139 struct input_mt_slot *slot;
145 slot = &mt->slots[mt->slot];
146 slot->frame = mt->frame;
153 id = input_mt_get_value(slot, ABS_MT_TRACKING_ID);
465 * @slots: the slot assignment to be filled
471 * the slot assignment list. New contacts are assigned to unused
504 * input_mt_get_slot_by_key() - return slot matching key
506 * @key: the key of the sought slot
508 * Returns the slot of the given key, if it exists, otherwise
509 * set the key on the first unused slot and return.
511 * If no available slot can be found, -1 is returned.