Lines Matching refs:report
67 bundles called "reports". Each report is divided into "fields",
73 it performs an interrupt transfer containing a report which contains
74 the changed value. The hid-core.c module parses the report, and
76 the report. In its basic mode, the hiddev will make these individual
126 Instructs the kernel to retrieve all input and feature report values
137 Instructs the kernel to get a feature or input report from the device,
142 Instructs the kernel to send a report to the device. This report can
144 individual usage values in the report before sending the report in full
148 Fills in a hiddev_report_info structure for the user. The report is
151 report id as reported by the device -- or relative --
152 HID_REPORT_ID_FIRST for the first report, and (HID_REPORT_ID_NEXT |
153 report_id) for the next report after report_id. Without a-priori
154 information about report ids, the right way to use this ioctl is to
156 returns non-zero when there is no more next ID. The real report ID is
160 Returns the field information associated with a report in a
168 given its report type, report id, field index, and index within the
176 filled in with the report and field information associated with this
180 Sets the value of a usage in an output report. The user fills in
202 sends a report, a struct hiddev_usage_ref will be returned
205 additional notification when the device has sent a report.