Home
last modified time | relevance | path

Searched refs:input_mt (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/input/ !
H A Dinput-mt.c52 struct input_mt *mt __free(kfree) = in input_mt_init_slots()
138 struct input_mt *mt = dev->mt; in input_mt_report_slot_state()
198 struct input_mt *mt = dev->mt; in input_mt_report_pointer_emulation()
265 static void __input_mt_drop_unused(struct input_dev *dev, struct input_mt *mt) in __input_mt_drop_unused()
288 struct input_mt *mt = dev->mt; in input_mt_drop_unused()
307 struct input_mt *mt = dev->mt; in input_mt_release_slots()
334 struct input_mt *mt = dev->mt; in input_mt_sync_frame()
402 static int input_mt_set_matrix(struct input_mt *mt, in input_mt_set_matrix()
425 static void input_mt_set_slots(struct input_mt *mt, in input_mt_set_slots()
483 struct input_mt *mt = dev->mt; in input_mt_assign_slots()
[all …]
H A Dtouch-overlay.c183 struct input_mt *mt = input->mt; in touch_overlay_button_event()
218 struct input_mt *mt = input->mt; in touch_overlay_sync_frame()
H A Devdev.c921 const struct input_mt *mt = dev->mt; in evdev_handle_mt_request()
H A Dinput.c159 struct input_mt *mt = dev->mt; in input_handle_abs_event()
/linux/include/linux/input/ !
H A Dmt.h44 struct input_mt { struct
71 static inline bool input_mt_is_used(const struct input_mt *mt, in input_mt_is_used() argument
81 static inline int input_mt_new_trkid(struct input_mt *mt) in input_mt_new_trkid()
/linux/include/linux/ !
H A Dinput.h176 struct input_mt *mt;
/linux/drivers/hid/ !
H A Dhid-multitouch.c1106 struct input_mt *mt = input->mt; in mt_process_slot()
1913 struct input_mt *mt = input_dev->mt; in mt_release_contacts()
H A Dhid-asus.c241 struct input_mt *mt = drvdat->input->mt; in asus_report_tool_width()