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_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()
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()
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()