Lines Matching refs:hdev
456 re = &(wacom->hdev->report_enum[HID_FEATURE_REPORT]); in wacom_intuos_schedule_prox_event()
459 hid_hw_request(wacom->hdev, r, HID_REQ_GET_REPORT); in wacom_intuos_schedule_prox_event()
1369 static void wacom_wac_pen_usage_mapping(struct hid_device *hdev, in wacom_wac_pen_usage_mapping() argument
1372 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_pen_usage_mapping()
1407 static int wacom_wac_pen_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_pen_event() argument
1410 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_pen_event()
1437 static void wacom_wac_pen_report(struct hid_device *hdev, in wacom_wac_pen_report() argument
1440 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_pen_report()
1465 static void wacom_wac_finger_usage_mapping(struct hid_device *hdev, in wacom_wac_finger_usage_mapping() argument
1468 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_finger_usage_mapping()
1533 static int wacom_wac_finger_event(struct hid_device *hdev, in wacom_wac_finger_event() argument
1536 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_finger_event()
1563 static void wacom_wac_finger_report(struct hid_device *hdev, in wacom_wac_finger_report() argument
1566 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_finger_report()
1580 void wacom_wac_usage_mapping(struct hid_device *hdev, in wacom_wac_usage_mapping() argument
1583 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_usage_mapping()
1591 return wacom_wac_pen_usage_mapping(hdev, field, usage); in wacom_wac_usage_mapping()
1594 return wacom_wac_finger_usage_mapping(hdev, field, usage); in wacom_wac_usage_mapping()
1597 int wacom_wac_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_event() argument
1600 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_event()
1606 return wacom_wac_pen_event(hdev, field, usage, value); in wacom_wac_event()
1609 return wacom_wac_finger_event(hdev, field, usage, value); in wacom_wac_event()
1614 void wacom_wac_report(struct hid_device *hdev, struct hid_report *report) in wacom_wac_report() argument
1616 struct wacom *wacom = hid_get_drvdata(hdev); in wacom_wac_report()
1624 return wacom_wac_pen_report(hdev, report); in wacom_wac_report()
1627 return wacom_wac_finger_report(hdev, report); in wacom_wac_report()