Lines Matching refs:hid_device

34 static int wacom_get_report(struct hid_device *hdev, u8 type, u8 *buf,  in wacom_get_report()
51 static int wacom_set_report(struct hid_device *hdev, u8 type, u8 *buf, in wacom_set_report()
68 static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, in wacom_raw_event()
113 static void wacom_feature_mapping(struct hid_device *hdev, in wacom_feature_mapping()
190 static void wacom_usage_mapping(struct hid_device *hdev, in wacom_usage_mapping()
253 static void wacom_post_parse_hid(struct hid_device *hdev, in wacom_post_parse_hid()
268 static void wacom_parse_hid(struct hid_device *hdev, in wacom_parse_hid()
306 static int wacom_hid_set_device_mode(struct hid_device *hdev) in wacom_hid_set_device_mode()
325 static int wacom_set_device_mode(struct hid_device *hdev, int report_id, in wacom_set_device_mode()
351 static int wacom_bt_query_tablet_data(struct hid_device *hdev, u8 speed, in wacom_bt_query_tablet_data()
411 static int wacom_query_tablet_data(struct hid_device *hdev, in wacom_query_tablet_data()
443 static void wacom_retrieve_hid_descriptor(struct hid_device *hdev, in wacom_retrieve_hid_descriptor()
475 struct hid_device *dev;
482 static bool wacom_are_sibling(struct hid_device *hdev, in wacom_are_sibling()
483 struct hid_device *sibling) in wacom_are_sibling()
508 static struct wacom_hdev_data *wacom_get_hdev_data(struct hid_device *hdev) in wacom_get_hdev_data()
522 static int wacom_add_shared_data(struct hid_device *hdev) in wacom_add_shared_data()
689 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_led_select_store()
717 struct hid_device *hdev = container_of(dev, struct hid_device, dev);\
753 struct hid_device *hdev = container_of(dev, struct hid_device, dev);\
776 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_button_image_store()
1100 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_show_speed()
1110 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_store_speed()
1134 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_show_remote_mode()
1245 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_store_unpair_remote()
1314 struct hid_device *hdev = wacom->hdev; in wacom_allocate_input()
1503 struct hid_device *hdev1, *hdev2; in wacom_wireless_work()
1629 static size_t wacom_compute_pktlen(struct hid_device *hdev) in wacom_compute_pktlen()
1689 static int wacom_probe(struct hid_device *hdev, in wacom_probe()
1866 static void wacom_remove(struct hid_device *hdev) in wacom_remove()
1884 static int wacom_resume(struct hid_device *hdev) in wacom_resume()
1900 static int wacom_reset_resume(struct hid_device *hdev) in wacom_reset_resume()