Lines Matching defs:hdev
232 static int __hidpp_send_report(struct hid_device *hdev, in __hidpp_send_report()
831 struct hid_device *hdev = hidpp->hid_dev; in hidpp_unifying_init() local
2655 static int wtp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in wtp_input_mapping()
2774 static int wtp_raw_event(struct hid_device *hdev, u8 *data, int size) in wtp_raw_event()
2846 static int wtp_allocate(struct hid_device *hdev, const struct hid_device_id *id) in wtp_allocate()
2861 static int wtp_connect(struct hid_device *hdev, bool connected) in wtp_connect()
2923 static int m560_send_config_command(struct hid_device *hdev, bool connected) in m560_send_config_command()
2941 static int m560_raw_event(struct hid_device *hdev, u8 *data, int size) in m560_raw_event()
3055 static int m560_input_mapping(struct hid_device *hdev, struct hid_input *hi, in m560_input_mapping()
3103 static int k400_allocate(struct hid_device *hdev) in k400_allocate()
3118 static int k400_connect(struct hid_device *hdev, bool connected) in k400_connect()
3228 static int lg_dinovo_input_mapping(struct hid_device *hdev, struct hid_input *hi, in lg_dinovo_input_mapping()
3490 static u8 *hidpp_report_fixup(struct hid_device *hdev, u8 *rdesc, in hidpp_report_fixup()
3506 static int hidpp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapping()
3527 static int hidpp_input_mapped(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapped()
3566 static int hidpp_input_configured(struct hid_device *hdev, in hidpp_input_configured()
3672 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event()
3722 static int hidpp_event(struct hid_device *hdev, struct hid_field *field, in hidpp_event()
3842 static void hidpp_overwrite_name(struct hid_device *hdev) in hidpp_overwrite_name()
3876 static struct input_dev *hidpp_allocate_input(struct hid_device *hdev) in hidpp_allocate_input()
3902 struct hid_device *hdev = hidpp->hid_dev; in hidpp_connect_event() local
4029 static int hidpp_get_report_length(struct hid_device *hdev, int id) in hidpp_get_report_length()
4042 static u8 hidpp_validate_device(struct hid_device *hdev) in hidpp_validate_device()
4084 static bool hidpp_application_equals(struct hid_device *hdev, in hidpp_application_equals()
4095 static int hidpp_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidpp_probe()
4258 static void hidpp_remove(struct hid_device *hdev) in hidpp_remove()