Lines Matching refs:byte
48 On a device which uses numbered reports, the first byte of the returned data
50 byte. For devices which do not use numbered reports, the report data
51 will begin at the first byte.
60 The first byte of the buffer passed to write() should be set to the report
61 number. If the device does not use numbered reports, the first byte should
62 be set to 0. The report data itself should begin at the second byte.
99 Set the first byte of the supplied buffer to the report number. For devices
100 which do not use numbered reports, set the first byte to 0. The report data
101 begins in the second byte. Make sure to set len accordingly, to one more
106 endpoint. The first byte of the supplied buffer should be set to the report
108 reports, set the first byte to 0. The report will be returned starting at
109 the first byte of the buffer (ie: the report number is not returned).