OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_type
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
core.c
769
enum libusb_transfer_type
ep_type
;
local
785
ep_type
= ep->bmAttributes & 0x3;
789
if (
ep_type
== LIBUSB_TRANSFER_TYPE_ISOCHRONOUS
790
||
ep_type
== LIBUSB_TRANSFER_TYPE_INTERRUPT)
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
core.c
941
enum libusb_transfer_type
ep_type
;
local
[
all
...]
Completed in 775 milliseconds