Lines Matching defs:hdev
162 struct hid_device *hdev; /* hid_device we're attached to */ member
367 struct hid_device *hdev = to_hid_device(dev); in mt_show_quirks() local
377 struct hid_device *hdev = to_hid_device(dev); in mt_set_quirks() local
408 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature()
440 static void mt_feature_mapping(struct hid_device *hdev, in mt_feature_mapping()
487 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
620 static void mt_store_field(struct hid_device *hdev, in mt_store_field()
659 static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapping()
1213 static int mt_touch_input_configured(struct hid_device *hdev, in mt_touch_input_configured()
1260 static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapping()
1326 static int mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapped()
1373 static bool mt_need_to_apply_feature(struct hid_device *hdev, in mt_need_to_apply_feature()
1444 static void mt_set_modes(struct hid_device *hdev, enum latency_mode latency, in mt_set_modes()
1505 static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi) in mt_input_configured()
1597 static void mt_fix_const_fields(struct hid_device *hdev, unsigned int usage) in mt_fix_const_fields()
1646 struct hid_device *hdev = td->hdev; in mt_expired_timeout() local
1659 static int mt_probe(struct hid_device *hdev, const struct hid_device_id *id) in mt_probe()
1727 static int mt_reset_resume(struct hid_device *hdev) in mt_reset_resume()
1734 static int mt_resume(struct hid_device *hdev) in mt_resume()
1746 static void mt_remove(struct hid_device *hdev) in mt_remove()