Lines Matching refs:mt_device
172 struct mt_device { struct
193 static void mt_post_parse_default_settings(struct mt_device *td, argument
195 static void mt_post_parse(struct mt_device *td, struct mt_application *app);
466 struct mt_device *td = hid_get_drvdata(hdev); in mt_show_quirks()
476 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_quirks()
548 struct mt_device *td = hid_get_drvdata(hdev); in mt_feature_mapping()
628 static struct mt_application *mt_allocate_application(struct mt_device *td, in mt_allocate_application()
663 static struct mt_application *mt_find_application(struct mt_device *td, in mt_find_application()
685 static struct mt_report_data *mt_allocate_report_data(struct mt_device *td, in mt_allocate_report_data()
730 static struct mt_report_data *mt_find_report_data(struct mt_device *td, in mt_find_report_data()
798 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_mapping()
1006 static int mt_compute_slot(struct mt_device *td, struct mt_application *app, in mt_compute_slot()
1027 static void mt_release_pending_palms(struct mt_device *td, in mt_release_pending_palms()
1054 static void mt_sync_frame(struct mt_device *td, struct mt_application *app, in mt_sync_frame()
1102 static int mt_process_slot(struct mt_device *td, struct input_dev *input, in mt_process_slot()
1297 struct mt_device *td = hid_get_drvdata(hid); in mt_touch_report()
1398 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_configured()
1464 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapping()
1543 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapped()
1559 struct mt_device *td = hid_get_drvdata(hid); in mt_event()
1603 struct mt_device *td = hid_get_drvdata(hid); in mt_report()
1657 struct mt_device *td = hid_get_drvdata(hdev); in mt_need_to_apply_feature()
1757 static void mt_post_parse_default_settings(struct mt_device *td, in mt_post_parse_default_settings()
1774 static void mt_post_parse(struct mt_device *td, struct mt_application *app) in mt_post_parse()
1782 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_configured()
1909 struct mt_device *td = hid_get_drvdata(hid); in mt_release_contacts()
1934 struct mt_device *td = timer_container_of(td, t, release_timer); in mt_expired_timeout()
1951 struct mt_device *td; in mt_probe()
1961 td = devm_kzalloc(&hdev->dev, sizeof(struct mt_device), GFP_KERNEL); in mt_probe()
2055 struct mt_device *td = hid_get_drvdata(hdev); in mt_suspend()
2089 struct mt_device *td = hid_get_drvdata(hdev); in mt_remove()
2104 struct mt_device *td = hid_get_drvdata(hdev); in mt_on_hid_hw_close()