Lines Matching defs:slot
29 * This function allocates all necessary memory for MT slot handling
123 * @tool_type: the tool type to use in this slot
127 * ABS_MT_TOOL_TYPE. If active is true and the slot is currently
129 * assigned to the slot. The tool type is only reported if the
138 struct input_mt_slot *slot;
144 slot = &mt->slots[mt->slot];
145 slot->frame = mt->frame;
152 id = input_mt_get_value(slot, ABS_MT_TRACKING_ID);
425 * @slots: the slot assignment to be filled
431 * the slot assignment list. New contacts are assigned to unused
464 * input_mt_get_slot_by_key() - return slot matching key
466 * @key: the key of the sought slot
468 * Returns the slot of the given key, if it exists, otherwise
469 * set the key on the first unused slot and return.
471 * If no available slot can be found, -1 is returned.