Lines Matching +full:byte +full:- +full:len
40 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
64 \-compatible calls:
65 .Bl -tag -width indent
83 .Bd -literal
121 On a device which uses numbered reports, the first byte of the returned data
123 The report data begins from the second byte.
125 first byte.
142 On a device which uses numbered reports, the first byte of data to be sent is
144 The report data begins from the second byte.
146 first byte.
155 \-compatible calls:
156 .Bl -tag -width indent
169 .Bd -literal
183 .Bd -literal
190 .It Dv HIDIOCGRAWNAME(len) Pq Vt "char[] buf"
193 .Va len
199 .It Dv HIDIOCGRAWPHYS(len) Pq Vt "char[] buf"
203 .Va len
208 .It Dv HIDIOCGFEATURE(len) Pq Vt "void[] buf"
211 .Va len
214 The first byte of the supplied buffer should be set to the report
216 For devices which do not use numbered reports, set the first byte to 0.
217 The report will be returned starting at the first byte of the buffer
220 .It Dv HIDIOCSFEATURE(len) Pq Vt "void[] buf"
225 .Va len
227 Set the first byte of the supplied buffer to the report number.
228 For devices which do not use numbered reports, set the first byte to 0.
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
240 On a device which uses numbered reports, the first byte of the returned data
242 The report data begins from the second byte.
244 first byte.
251 The first byte of the buffer passed to
261 mode, the first byte should be set to 0 and the report data itself should
262 begin at the second byte.
265 mode, the report data should begin at the first byte.
280 .Bl -tag -width indent
287 .Bl -tag -width ".Pa /dev/hidraw?"