Lines Matching defs:hdev

224 static int __hidpp_send_report(struct hid_device *hdev,  in __hidpp_send_report()
822 struct hid_device *hdev = hidpp->hid_dev; in hidpp_unifying_init() local
2388 static int wtp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in wtp_input_mapping()
2507 static int wtp_raw_event(struct hid_device *hdev, u8 *data, int size) in wtp_raw_event()
2579 static int wtp_allocate(struct hid_device *hdev, const struct hid_device_id *id) in wtp_allocate()
2594 static int wtp_connect(struct hid_device *hdev, bool connected) in wtp_connect()
2656 static int m560_send_config_command(struct hid_device *hdev, bool connected) in m560_send_config_command()
2674 static int m560_raw_event(struct hid_device *hdev, u8 *data, int size) in m560_raw_event()
2788 static int m560_input_mapping(struct hid_device *hdev, struct hid_input *hi, in m560_input_mapping()
2836 static int k400_allocate(struct hid_device *hdev) in k400_allocate()
2851 static int k400_connect(struct hid_device *hdev, bool connected) in k400_connect()
2961 static int lg_dinovo_input_mapping(struct hid_device *hdev, struct hid_input *hi, in lg_dinovo_input_mapping()
3180 static u8 *hidpp_report_fixup(struct hid_device *hdev, u8 *rdesc, in hidpp_report_fixup()
3196 static int hidpp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapping()
3217 static int hidpp_input_mapped(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapped()
3256 static int hidpp_input_configured(struct hid_device *hdev, in hidpp_input_configured()
3349 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event()
3399 static int hidpp_event(struct hid_device *hdev, struct hid_field *field, in hidpp_event()
3511 static void hidpp_overwrite_name(struct hid_device *hdev) in hidpp_overwrite_name()
3545 static struct input_dev *hidpp_allocate_input(struct hid_device *hdev) in hidpp_allocate_input()
3571 struct hid_device *hdev = hidpp->hid_dev; in hidpp_connect_event() local
3693 static int hidpp_get_report_length(struct hid_device *hdev, int id) in hidpp_get_report_length()
3706 static u8 hidpp_validate_device(struct hid_device *hdev) in hidpp_validate_device()
3748 static bool hidpp_application_equals(struct hid_device *hdev, in hidpp_application_equals()
3759 static int hidpp_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidpp_probe()
3922 static void hidpp_remove(struct hid_device *hdev) in hidpp_remove()