HomeSort by: relevance | last modified time | path
    Searched defs:reportbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhidev.c 272 static uByte reportbuf[3]; local in function:uhidev_attach
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 }; local in function:uhidev_attach
339 &reportbuf, sizeof(reportbuf));
    [all...]
uhidev.c 272 static uByte reportbuf[3]; local in function:uhidev_attach
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 }; local in function:uhidev_attach
339 &reportbuf, sizeof(reportbuf));
    [all...]

Completed in 23 milliseconds