Home | History | Annotate | Download | only in usb

Lines Matching defs:reportbuf

272 		static uByte reportbuf[3];
284 reportbuf[0] = 0x02;
285 reportbuf[1] = 0x02;
287 &reportbuf, 2);
296 reportbuf[0] = 0x02;
297 reportbuf[1] = 0x02;
299 &reportbuf, 2);
331 static uByte reportbuf[] = { 1 };
339 &reportbuf, sizeof(reportbuf));