Lines Matching defs:hdev

161 	struct hid_device *hdev;	/* hid_device we're attached to */  member
377 struct hid_device *hdev = to_hid_device(dev); in mt_show_quirks() local
387 struct hid_device *hdev = to_hid_device(dev); in mt_set_quirks() local
418 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature()
450 static void mt_feature_mapping(struct hid_device *hdev, in mt_feature_mapping()
497 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
640 static void mt_store_field(struct hid_device *hdev, in mt_store_field()
686 static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapping()
1242 static int mt_touch_input_configured(struct hid_device *hdev, in mt_touch_input_configured()
1289 static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapping()
1362 static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapped()
1409 static bool mt_need_to_apply_feature(struct hid_device *hdev, in mt_need_to_apply_feature()
1480 static void mt_set_modes(struct hid_device *hdev, enum latency_mode latency, in mt_set_modes()
1541 static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi) in mt_input_configured()
1621 static void mt_fix_const_fields(struct hid_device *hdev, unsigned int usage) in mt_fix_const_fields()
1668 struct hid_device *hdev = td->hdev; in mt_expired_timeout() local
1681 static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id) in mt_probe()
1754 static int mt_reset_resume(struct hid_device *hdev) in mt_reset_resume()
1761 static int mt_resume(struct hid_device *hdev) in mt_resume()
1773 static void mt_remove(struct hid_device *hdev) in mt_remove()