Lines Matching refs:hid
37 struct hid_device *hid = input_get_drvdata(dev); in emsff_play() local
53 hid_hw_request(hid, emsff->report, HID_REQ_SET_REPORT); in emsff_play()
58 static int emsff_init(struct hid_device *hid) in emsff_init() argument
62 struct hid_input *hidinput = list_first_entry(&hid->inputs, in emsff_init()
65 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
70 hid_err(hid, "no output reports found\n"); in emsff_init()
76 hid_err(hid, "no fields in the report\n"); in emsff_init()
81 hid_err(hid, "not enough values in the field\n"); in emsff_init()
105 hid_hw_request(hid, emsff->report, HID_REQ_SET_REPORT); in emsff_init()
107 hid_info(hid, "force feedback for EMS based devices by Ignaz Forster <ignaz.forster@gmx.de>\n"); in emsff_init()
144 MODULE_DEVICE_TABLE(hid, ems_devices);