Lines Matching defs:hdev

144 static int __hidpp_send_report(struct hid_device *hdev,  in __hidpp_send_report()
761 static int wtp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in wtp_input_mapping()
882 static int wtp_raw_event(struct hid_device *hdev, u8 *data, int size) in wtp_raw_event()
954 static int wtp_allocate(struct hid_device *hdev, const struct hid_device_id *id) in wtp_allocate()
969 static int wtp_connect(struct hid_device *hdev, bool connected) in wtp_connect()
1038 static int m560_send_config_command(struct hid_device *hdev, bool connected) in m560_send_config_command()
1059 static int m560_allocate(struct hid_device *hdev) in m560_allocate()
1074 static int m560_raw_event(struct hid_device *hdev, u8 *data, int size) in m560_raw_event()
1184 static int m560_input_mapping(struct hid_device *hdev, struct hid_input *hi, in m560_input_mapping()
1232 static int k400_allocate(struct hid_device *hdev) in k400_allocate()
1247 static int k400_connect(struct hid_device *hdev, bool connected) in k400_connect()
1264 static int hidpp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapping()
1288 static int hidpp_input_configured(struct hid_device *hdev, in hidpp_input_configured()
1342 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event()
1381 static void hidpp_overwrite_name(struct hid_device *hdev, bool use_unifying) in hidpp_overwrite_name()
1418 static struct input_dev *hidpp_allocate_input(struct hid_device *hdev) in hidpp_allocate_input()
1444 struct hid_device *hdev = hidpp->hid_dev; in hidpp_connect_event() local
1514 static int hidpp_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidpp_probe()
1617 static void hidpp_remove(struct hid_device *hdev) in hidpp_remove()