Lines Matching refs:hid_device
61 struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id) in hid_register_report()
593 static void hid_close_report(struct hid_device *device) in hid_close_report()
628 struct hid_device *hid = container_of(dev, struct hid_device, dev); in hid_device_release()
704 struct hid_device *hid = parser->device; in hid_scan_input_usage()
719 struct hid_device *hid = parser->device; in hid_scan_collection()
783 static int hid_scan_report(struct hid_device *hid) in hid_scan_report()
852 int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size) in hid_parse_report()
879 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
942 int hid_open_report(struct hid_device *device) in hid_open_report()
1086 __u32 hid_field_extract(const struct hid_device *hid, __u8 *report, in hid_field_extract()
1111 static void implement(const struct hid_device *hid, __u8 *report, in implement()
1157 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1180 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage()
1198 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1229 static void hid_input_field(struct hid_device *hid, struct hid_field *field, in hid_input_field()
1285 static void hid_output_field(const struct hid_device *hid, in hid_output_field()
1391 void __hid_request(struct hid_device *hid, struct hid_report *report, in __hid_request()
1422 int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size, in hid_report_raw_event()
1487 int hid_input_report(struct hid_device *hid, int type, u8 *data, int size, int interrupt) in hid_input_report()
1538 static bool hid_match_one_id(struct hid_device *hdev, in hid_match_one_id()
1547 const struct hid_device_id *hid_match_id(struct hid_device *hdev, in hid_match_id()
1563 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1575 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in read_report_descriptor()
1592 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_country()
1608 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
1707 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
2123 static const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
2143 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_bus_match()
2152 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_device_probe()
2194 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_device_remove()
2226 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show()
2244 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_uevent()
2511 bool hid_ignore(struct hid_device *hdev) in hid_ignore()
2585 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2653 struct hid_device *hid_allocate_device(void) in hid_allocate_device()
2655 struct hid_device *hdev; in hid_allocate_device()
2678 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2698 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()
2738 int hid_check_keys_pressed(struct hid_device *hid) in hid_check_keys_pressed()