Lines Matching defs:hdev
275 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in mt_show_quirks() local
285 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in mt_set_quirks() local
312 static void mt_feature_mapping(struct hid_device *hdev, in mt_feature_mapping()
385 static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapping()
534 static int mt_touch_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapped()
739 static void mt_touch_input_configured(struct hid_device *hdev, in mt_touch_input_configured()
771 static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapping()
804 static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapped()
849 static void mt_set_input_mode(struct hid_device *hdev) in mt_set_input_mode()
881 static void mt_set_maxcontacts(struct hid_device *hdev) in mt_set_maxcontacts()
937 static void mt_input_configured(struct hid_device *hdev, struct hid_input *hi) in mt_input_configured()
998 static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id) in mt_probe()
1080 static int mt_reset_resume(struct hid_device *hdev) in mt_reset_resume()
1087 static int mt_resume(struct hid_device *hdev) in mt_resume()
1099 static void mt_remove(struct hid_device *hdev) in mt_remove()