OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USBDEVFS_SUBMITURB
(Results
51 - 53
of
53
) sorted by null
1
2
3
/system/core/adb/
usb_linux.c
333
res = ioctl(h->desc,
USBDEVFS_SUBMITURB
, urb);
384
res = ioctl(h->desc,
USBDEVFS_SUBMITURB
, urb);
/system/core/libusbhost/
usbhost.c
658
res = ioctl(req->dev->fd,
USBDEVFS_SUBMITURB
, urb);
/external/qemu/
usb-linux.c
481
ret = ioctl(s->fd,
USBDEVFS_SUBMITURB
, urb);
604
ret = ioctl(s->fd,
USBDEVFS_SUBMITURB
, urb);
[
all
...]
Completed in 688 milliseconds
1
2
3