Lines Matching refs:hid_device

60 struct hid_report *hid_register_report(struct hid_device *device,  in hid_register_report()
612 static void hid_close_report(struct hid_device *device) in hid_close_report()
647 struct hid_device *hid = to_hid_device(dev); in hid_device_release()
723 struct hid_device *hid = parser->device; in hid_scan_input_usage()
738 struct hid_device *hid = parser->device; in hid_scan_collection()
798 static int hid_scan_report(struct hid_device *hid) in hid_scan_report()
868 int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size) in hid_parse_report()
895 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
958 int hid_open_report(struct hid_device *device) in hid_open_report()
1126 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract()
1172 static void implement(const struct hid_device *hid, u8 *report, in implement()
1215 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1238 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage()
1256 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1287 static void hid_input_field(struct hid_device *hid, struct hid_field *field, in hid_input_field()
1346 static void hid_output_field(const struct hid_device *hid, in hid_output_field()
1452 void __hid_request(struct hid_device *hid, struct hid_report *report, in __hid_request()
1483 int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, u32 size, in hid_report_raw_event()
1548 int hid_input_report(struct hid_device *hid, int type, u8 *data, u32 size, int interrupt) in hid_input_report()
1599 bool hid_match_one_id(const struct hid_device *hdev, in hid_match_one_id()
1608 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id()
1624 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1636 struct hid_device *hdev = to_hid_device(dev); in read_report_descriptor()
1653 struct hid_device *hdev = to_hid_device(dev); in show_country()
1669 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
1763 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
1785 int hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) in hid_hw_start()
1812 void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop()
1827 int hid_hw_open(struct hid_device *hdev) in hid_hw_open()
1855 void hid_hw_close(struct hid_device *hdev) in hid_hw_close()
1930 const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
1951 struct hid_device *hdev = to_hid_device(dev); in hid_bus_match()
1966 bool hid_compare_device_paths(struct hid_device *hdev_a, in hid_compare_device_paths()
1967 struct hid_device *hdev_b, char separator) in hid_compare_device_paths()
1982 struct hid_device *hdev = to_hid_device(dev); in hid_device_probe()
2042 struct hid_device *hdev = to_hid_device(dev); in hid_device_remove()
2071 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show()
2094 struct hid_device *hdev = to_hid_device(dev); in hid_uevent()
2127 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2197 struct hid_device *hid_allocate_device(void) in hid_allocate_device()
2199 struct hid_device *hdev; in hid_allocate_device()
2223 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2243 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()
2254 struct hid_device *hdev = to_hid_device(dev); in __hid_bus_reprobe_drivers()
2313 int hid_check_keys_pressed(struct hid_device *hid) in hid_check_keys_pressed()