Lines Matching defs:hdev

30 static int wacom_get_report(struct hid_device *hdev, u8 type, u8 *buf,  in wacom_get_report()
43 static int wacom_set_report(struct hid_device *hdev, u8 type, u8 *buf, in wacom_set_report()
56 static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, in wacom_raw_event()
101 static void wacom_feature_mapping(struct hid_device *hdev, in wacom_feature_mapping()
171 static void wacom_usage_mapping(struct hid_device *hdev, in wacom_usage_mapping()
231 static void wacom_post_parse_hid(struct hid_device *hdev, in wacom_post_parse_hid()
246 static void wacom_parse_hid(struct hid_device *hdev, in wacom_parse_hid()
284 static int wacom_hid_set_device_mode(struct hid_device *hdev) in wacom_hid_set_device_mode()
303 static int wacom_set_device_mode(struct hid_device *hdev, int report_id, in wacom_set_device_mode()
329 static int wacom_bt_query_tablet_data(struct hid_device *hdev, u8 speed, in wacom_bt_query_tablet_data()
389 static int wacom_query_tablet_data(struct hid_device *hdev, in wacom_query_tablet_data()
421 static void wacom_retrieve_hid_descriptor(struct hid_device *hdev, in wacom_retrieve_hid_descriptor()
466 static bool wacom_are_sibling(struct hid_device *hdev, in wacom_are_sibling()
492 static struct wacom_hdev_data *wacom_get_hdev_data(struct hid_device *hdev) in wacom_get_hdev_data()
506 static int wacom_add_shared_data(struct hid_device *hdev) in wacom_add_shared_data()
673 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_led_select_store() local
760 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_button_image_store() local
1082 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_show_speed() local
1092 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in wacom_store_speed() local
1113 struct hid_device *hdev = wacom->hdev; in wacom_allocate_input() local
1382 static size_t wacom_compute_pktlen(struct hid_device *hdev) in wacom_compute_pktlen()
1399 static int wacom_probe(struct hid_device *hdev, in wacom_probe()
1603 static void wacom_remove(struct hid_device *hdev) in wacom_remove()
1621 static int wacom_resume(struct hid_device *hdev) in wacom_resume()
1637 static int wacom_reset_resume(struct hid_device *hdev) in wacom_reset_resume()