Searched refs:input_mt_slot (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h1061 * struct input_mt_slot - represents the state of an input MT slot
1064 struct input_mt_slot { struct
1104 * @mt: pointer to array of struct input_mt_slot holding current values
1183 struct input_mt_slot *mt;
1433 static inline void input_mt_slot(struct input_dev *dev, int slot) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c187 struct input_mt_slot *mtslot = &dev->mt[dev->slot];
1613 dev->mt = kcalloc(num_slots, sizeof(struct input_mt_slot), GFP_KERNEL);

Completed in 59 milliseconds