Home | Sort by: relevance | last modified time | path |
/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...] |