Lines Matching full:report
67 Get the report identifier used by this HID report.
69 Get the HID report descriptor.
72 bytes of the report descriptor data into the memory
81 The report descriptor is delivered
95 will return the current value of the input report.
104 Get a report from the device without waiting for data on
108 bytes of the report data into the memory specified by
115 field indicates which report is requested.
122 is the report number.
123 The report data begins from the second byte.
124 For devices which do not use numbered reports, the report data begins at the
128 Set a report in the device.
131 field indicates which report is to be set.
137 The value of the report is specified by the
143 the report number.
144 The report data begins from the second byte.
145 For devices which do not use numbered reports, the report data begins at the
158 Get the HID report descriptor size.
159 Returns the size of the device report descriptor to use with
163 Get the HID report descriptor.
166 bytes of the report descriptor data into the memory
209 Get a feature report from the device.
212 bytes of the feature report data into the memory specified by
214 The first byte of the supplied buffer should be set to the report
215 number of the requested report.
217 The report will be returned starting at the first byte of the buffer
218 (ie: the report number is not returned).
221 Set a feature Report in the device.
222 The value of the report is specified by the
227 Set the first byte of the supplied buffer to the report number.
229 The report data begins in the second byte.
230 Make sure to set len accordingly, to one more than the length of the report
231 (to account for the report number).
239 size prescribed by the report descriptor.
241 is the report number.
242 The report data begins from the second byte.
243 For devices which do not use numbered reports, the report data begins at the
250 size prescribed by the report descriptor.
253 should be set to the report number.
261 mode, the first byte should be set to 0 and the report data itself should
265 mode, the report data should begin at the first byte.