OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USBDEVFS_REAPURB
(Results
51 - 52
of
52
) sorted by null
1
2
3
/system/core/adb/
usb_linux.c
396
res = ioctl(h->desc,
USBDEVFS_REAPURB
, &out);
517
** Sometimes we get stuck in ioctl(
USBDEVFS_REAPURB
).
/system/core/libusbhost/
usbhost.c
670
int res = ioctl(dev->fd,
USBDEVFS_REAPURB
, &urb);
671
D("
USBDEVFS_REAPURB
returned %d\n", res);
Completed in 27 milliseconds
1
2
3