Lines Matching defs:hdev
133 static int __hidpp_send_report(struct hid_device *hdev, in __hidpp_send_report()
704 static int wtp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in wtp_input_mapping()
825 static int wtp_raw_event(struct hid_device *hdev, u8 *data, int size) in wtp_raw_event()
897 static int wtp_allocate(struct hid_device *hdev, const struct hid_device_id *id) in wtp_allocate()
912 static int wtp_connect(struct hid_device *hdev, bool connected) in wtp_connect()
937 static int hidpp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapping()
956 static void hidpp_input_configured(struct hid_device *hdev, in hidpp_input_configured()
1008 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event()
1045 static void hidpp_overwrite_name(struct hid_device *hdev, bool use_unifying) in hidpp_overwrite_name()
1082 static struct input_dev *hidpp_allocate_input(struct hid_device *hdev) in hidpp_allocate_input()
1108 struct hid_device *hdev = hidpp->hid_dev; in hidpp_connect_event() local
1167 static int hidpp_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidpp_probe()
1261 static void hidpp_remove(struct hid_device *hdev) in hidpp_remove()