OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usbi_create_fd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.h
95
struct winfd
usbi_create_fd
(HANDLE handle, int access_mode,
poll_windows.c
33
* - call
usbi_create_fd
with this handle to obtain a custom fd.
318
struct winfd
usbi_create_fd
(HANDLE handle, int access_mode, struct usbi_transfer *itransfer, cancel_transfer *cancel_fn)
function
wince_usb.c
640
wfd =
usbi_create_fd
(eventHandle, direction_in ? RW_READ : RW_WRITE, itransfer, &wince_cancel_transfer);
[
all
...]
windows_usb.c
[
all
...]
Completed in 47 milliseconds