HomeSort by relevance Sort by last modified time
    Searched refs:winfd (Results 1 - 9 of 9) sorted by null

  /external/libusb/libusb/os/
poll_windows.h 83 struct winfd { struct
91 extern const struct winfd INVALID_WINFD;
101 struct winfd usbi_create_fd(HANDLE handle, int access_mode,
103 void usbi_free_fd(struct winfd* winfd);
104 struct winfd fd_to_winfd(int fd);
105 struct winfd handle_to_winfd(HANDLE handle);
106 struct winfd overlapped_to_winfd(OVERLAPPED* overlapped);
windows_nt_common.h 55 struct winfd *windows_get_fd(struct usbi_transfer *transfer);
56 void windows_get_overlapped_result(struct usbi_transfer *transfer, struct winfd *pollable_fd, DWORD *io_result, DWORD *io_size);
poll_windows.c 72 const struct winfd INVALID_WINFD = {-1, INVALID_HANDLE_VALUE, NULL, NULL, NULL, RW_NONE};
73 struct winfd poll_fd[MAX_FDS];
320 struct winfd usbi_create_fd(HANDLE handle, int access_mode, struct usbi_transfer *itransfer, cancel_transfer *cancel_fn)
323 struct winfd wfd = INVALID_WINFD;
378 memcpy(&poll_fd[i], &wfd, sizeof(struct winfd));
408 void usbi_free_fd(struct winfd *wfd)
426 struct winfd fd_to_winfd(int fd)
429 struct winfd wfd;
444 memcpy(&wfd, &poll_fd[i], sizeof(struct winfd));
452 struct winfd handle_to_winfd(HANDLE handle
    [all...]
wince_usb.h 123 struct winfd pollable_fd;
windows_usbdk.c 80 struct winfd pollable_fd;
555 struct winfd wfd;
604 struct winfd wfd;
662 struct winfd wfd;
787 struct winfd *windows_get_fd(struct usbi_transfer *transfer)
812 void windows_get_overlapped_result(struct usbi_transfer *transfer, struct winfd *pollable_fd, DWORD *io_result, DWORD *io_size)
windows_nt_common.c 544 struct winfd *pollable_fd = NULL;
wince_usb.c 544 struct winfd wfd = fd_to_winfd(transfer_priv->pollable_fd.fd);
571 struct winfd wfd;
windows_winusb.c     [all...]
windows_winusb.h 291 struct winfd pollable_fd;

Completed in 269 milliseconds