Lines Matching refs:hid_device

275 	struct hid_device *hdev = container_of(dev, struct hid_device, dev);  in mt_show_quirks()
285 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in mt_set_quirks()
312 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature()
347 static void mt_feature_mapping(struct hid_device *hdev, in mt_feature_mapping()
428 static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapping()
577 static int mt_touch_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapped()
668 static int mt_touch_event(struct hid_device *hid, struct hid_field *field, in mt_touch_event()
678 static void mt_process_mt_event(struct hid_device *hid, struct hid_field *field, in mt_process_mt_event()
748 static void mt_touch_report(struct hid_device *hid, struct hid_report *report) in mt_touch_report()
782 static int mt_touch_input_configured(struct hid_device *hdev, in mt_touch_input_configured()
818 static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapping()
858 static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapped()
877 static int mt_event(struct hid_device *hid, struct hid_field *field, in mt_event()
888 static void mt_report(struct hid_device *hid, struct hid_report *report) in mt_report()
903 static void mt_set_input_mode(struct hid_device *hdev) in mt_set_input_mode()
935 static void mt_set_maxcontacts(struct hid_device *hdev) in mt_set_maxcontacts()
991 static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi) in mt_input_configured()
1061 static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id) in mt_probe()
1148 static int mt_reset_resume(struct hid_device *hdev) in mt_reset_resume()
1155 static int mt_resume(struct hid_device *hdev) in mt_resume()
1167 static void mt_remove(struct hid_device *hdev) in mt_remove()