Lines Matching refs:mt_device

159 struct mt_device {  struct
173 static void mt_post_parse_default_settings(struct mt_device *td, argument
175 static void mt_post_parse(struct mt_device *td, struct mt_application *app);
368 struct mt_device *td = hid_get_drvdata(hdev); in mt_show_quirks()
378 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_quirks()
443 struct mt_device *td = hid_get_drvdata(hdev); in mt_feature_mapping()
515 static struct mt_application *mt_allocate_application(struct mt_device *td, in mt_allocate_application()
548 static struct mt_application *mt_find_application(struct mt_device *td, in mt_find_application()
566 static struct mt_report_data *mt_allocate_report_data(struct mt_device *td, in mt_allocate_report_data()
602 static struct mt_report_data *mt_find_report_data(struct mt_device *td, in mt_find_report_data()
663 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_mapping()
848 static int mt_compute_slot(struct mt_device *td, struct mt_application *app, in mt_compute_slot()
869 static void mt_release_pending_palms(struct mt_device *td, in mt_release_pending_palms()
895 static void mt_sync_frame(struct mt_device *td, struct mt_application *app, in mt_sync_frame()
947 static int mt_process_slot(struct mt_device *td, struct input_dev *input, in mt_process_slot()
1116 struct mt_device *td = hid_get_drvdata(hid); in mt_touch_report()
1217 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_configured()
1264 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapping()
1330 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapped()
1346 struct mt_device *td = hid_get_drvdata(hid); in mt_event()
1358 struct mt_device *td = hid_get_drvdata(hid); in mt_report()
1381 struct mt_device *td = hid_get_drvdata(hdev); in mt_need_to_apply_feature()
1482 static void mt_post_parse_default_settings(struct mt_device *td, in mt_post_parse_default_settings()
1499 static void mt_post_parse(struct mt_device *td, struct mt_application *app) in mt_post_parse()
1507 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_configured()
1619 struct mt_device *td = hid_get_drvdata(hid); in mt_release_contacts()
1645 struct mt_device *td = from_timer(td, t, release_timer); in mt_expired_timeout()
1662 struct mt_device *td; in mt_probe()
1672 td = devm_kzalloc(&hdev->dev, sizeof(struct mt_device), GFP_KERNEL); in mt_probe()
1748 struct mt_device *td = hid_get_drvdata(hdev); in mt_remove()