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
2387 static int wtp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in wtp_input_mapping()
2506 static int wtp_raw_event(struct hid_device *hdev, u8 *data, int size) in wtp_raw_event()
2578 static int wtp_allocate(struct hid_device *hdev, const struct hid_device_id *id) in wtp_allocate()
2593 static int wtp_connect(struct hid_device *hdev, bool connected) in wtp_connect()
2655 static int m560_send_config_command(struct hid_device *hdev, bool connected) in m560_send_config_command()
2673 static int m560_raw_event(struct hid_device *hdev, u8 *data, int size) in m560_raw_event()
2787 static int m560_input_mapping(struct hid_device *hdev, struct hid_input *hi, in m560_input_mapping()
2835 static int k400_allocate(struct hid_device *hdev) in k400_allocate()
2850 static int k400_connect(struct hid_device *hdev, bool connected) in k400_connect()
2960 static int lg_dinovo_input_mapping(struct hid_device *hdev, struct hid_input *hi, in lg_dinovo_input_mapping()
3179 static u8 *hidpp_report_fixup(struct hid_device *hdev, u8 *rdesc, in hidpp_report_fixup()
3195 static int hidpp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapping()
3216 static int hidpp_input_mapped(struct hid_device *hdev, struct hid_input *hi, in hidpp_input_mapped()
3255 static int hidpp_input_configured(struct hid_device *hdev, in hidpp_input_configured()
3348 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event()
3398 static int hidpp_event(struct hid_device *hdev, struct hid_field *field, in hidpp_event()
3510 static void hidpp_overwrite_name(struct hid_device *hdev) in hidpp_overwrite_name()
3544 static struct input_dev *hidpp_allocate_input(struct hid_device *hdev) in hidpp_allocate_input()
3570 struct hid_device *hdev = hidpp->hid_dev; in hidpp_connect_event() local
3692 static int hidpp_get_report_length(struct hid_device *hdev, int id) in hidpp_get_report_length()
3705 static u8 hidpp_validate_device(struct hid_device *hdev) in hidpp_validate_device()
3747 static bool hidpp_application_equals(struct hid_device *hdev, in hidpp_application_equals()
3758 static int hidpp_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidpp_probe()
3921 static void hidpp_remove(struct hid_device *hdev) in hidpp_remove()