Lines Matching defs:hdev

162 	struct hid_device *hdev;	/* hid_device we're attached to */  member
406 struct hid_device *hdev = to_hid_device(dev); in mt_show_quirks() local
416 struct hid_device *hdev = to_hid_device(dev); in mt_set_quirks() local
447 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature()
479 static void mt_feature_mapping(struct hid_device *hdev, in mt_feature_mapping()
526 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
669 static void mt_store_field(struct hid_device *hdev, in mt_store_field()
715 static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapping()
1273 static int mt_touch_input_configured(struct hid_device *hdev, in mt_touch_input_configured()
1320 static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapping()
1393 static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapped()
1440 static bool mt_need_to_apply_feature(struct hid_device *hdev, in mt_need_to_apply_feature()
1511 static void mt_set_modes(struct hid_device *hdev, enum latency_mode latency, in mt_set_modes()
1572 static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi) in mt_input_configured()
1649 static void mt_fix_const_fields(struct hid_device *hdev, unsigned int usage) in mt_fix_const_fields()
1696 struct hid_device *hdev = td->hdev; in mt_expired_timeout() local
1709 static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id) in mt_probe()
1782 static int mt_suspend(struct hid_device *hdev, pm_message_t state) in mt_suspend()
1796 static int mt_reset_resume(struct hid_device *hdev) in mt_reset_resume()
1803 static int mt_resume(struct hid_device *hdev) in mt_resume()
1817 static void mt_remove(struct hid_device *hdev) in mt_remove()