Searched +full:". report" +path:/hid/ (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/hid/ |
H A D | hid-cp2112.c | 133 u8 length; /* length in bytes of everyting after .report */ 361 report.report = CP2112_DATA_READ_FORCE_SEND; cp2112_read() 366 ret = cp2112_hid_output(hdev, &report.report, sizeof(report), cp2112_read() 848 report.report = attr->report; pstr_store() 852 ret = cp2112_hid_output(hdev, &report.report, report.length + 1, pstr_store() 876 ret = cp2112_hid_get(hdev, attr->report, &report.report, pstr_show() 903 .report = _report, \
|
H A D | hid-multitouch.c | 1412 .report = mt_report,
|
H A D | wacom_sys.c | 1649 .report = wacom_wac_report,
|
H A D | hid-core.c | 882 * report in the list. 883 */ 884 report = list_entry( hid_validate_values()
|
/linux-4.1.27/drivers/hid/usbhid/ |
H A D | hid-core.c | 340 report = usbhid->out[usbhid->outtail].report; hid_submit_out() 371 report = usbhid->ctrl[usbhid->ctrltail].report; hid_submit_ctrl() 484 usbhid->ctrl[usbhid->ctrltail].report->type, hid_ctrl() 542 usbhid->out[usbhid->outhead].report = report; __usbhid_submit_report() 592 usbhid->ctrl[usbhid->ctrlhead].report = report; __usbhid_submit_report() 864 /* Byte 0 is the report number. Report data starts at byte 1.*/ usbhid_get_raw_report() 896 /* Byte 0 is the report number. Report data starts at byte 1.*/ usbhid_set_raw_report()
|
/linux-4.1.27/Documentation/hid/ |
H A D | hid-transport.txt | 269 Send an HID request on the ctrl channel. "report" contains the report that
|
Completed in 237 milliseconds