Lines Matching refs:mt_device

100 struct mt_device {  struct
127 static void mt_post_parse_default_settings(struct mt_device *td); argument
128 static void mt_post_parse(struct mt_device *td);
170 static int cypress_compute_slot(struct mt_device *td) in cypress_compute_slot()
276 struct mt_device *td = hid_get_drvdata(hdev); in mt_show_quirks()
286 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_quirks()
314 struct mt_device *td = hid_get_drvdata(hdev); in mt_get_feature()
350 struct mt_device *td = hid_get_drvdata(hdev); in mt_feature_mapping()
417 static void mt_store_field(struct hid_usage *usage, struct mt_device *td, in mt_store_field()
432 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_mapping()
587 static int mt_compute_slot(struct mt_device *td, struct input_dev *input) in mt_compute_slot()
610 static void mt_complete_slot(struct mt_device *td, struct input_dev *input) in mt_complete_slot()
661 static void mt_sync_frame(struct mt_device *td, struct input_dev *input) in mt_sync_frame()
681 struct mt_device *td = hid_get_drvdata(hid); in mt_process_mt_event()
750 struct mt_device *td = hid_get_drvdata(hid); in mt_touch_report()
785 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_configured()
822 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapping()
880 struct mt_device *td = hid_get_drvdata(hid); in mt_event()
890 struct mt_device *td = hid_get_drvdata(hid); in mt_report()
905 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_input_mode()
937 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_maxcontacts()
961 static void mt_post_parse_default_settings(struct mt_device *td) in mt_post_parse_default_settings()
977 static void mt_post_parse(struct mt_device *td) in mt_post_parse()
993 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_configured()
1064 struct mt_device *td; in mt_probe()
1104 td = devm_kzalloc(&hdev->dev, sizeof(struct mt_device), GFP_KERNEL); in mt_probe()