Lines Matching defs:hid
10 #include <linux/hid.h>
21 #include "hid-ids.h"
55 * struct rmi_data - stores information for hid communication
181 dev_err(&hdev->dev, "failed to write hid report (%d)\n", ret);
407 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON)
410 if ((usage->hid == HID_GD_X || usage->hid == HID_GD_Y)
422 static void rmi_report(struct hid_device *hid, struct hid_report *report)
426 if (!(hid->claimed & HID_CLAIMED_INPUT))
512 /* Allow incoming hid reports */
553 ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON))
676 * simply return and let the events be processed by hid-input
728 data->xport.proto_name = "hid";
765 MODULE_DEVICE_TABLE(hid, rmi_id);
768 .name = "hid-rmi",