Lines Matching full:report
100 .Em "report descriptor"
116 functions allow to synchronously get and set specific report if device
118 For devices with multiple report IDs, wanted ID should be provided in the
121 The report descriptor ID can be obtained by calling
123 A report descriptor can be obtained by calling
128 Alternatively a data buffer containing the report descriptor can be
132 When the report descriptor
143 To parse the report descriptor the
145 function should be called with a report descriptor, a set that
146 describes which items that are interesting, and the desired report
147 ID (or -1 to obtain items of all report IDs).
162 To iterate through all the items in the report descriptor
165 When the report descriptor ends it will returns 0; a syntax
166 error within the report descriptor will cause a return value less
178 the report.
179 The size of a report (of a certain kind) can be computed by the
182 If the report is prefixed by an ID byte it is given by
219 report descriptor the
224 can be used to put data into a report (which must be zeroed first).