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

  /external/libusb/libusb/os/
darwin_usb.c 1395 struct darwin_device_handle_priv *hpriv = NULL; local
    [all...]
linux_usbfs.c 1051 struct linux_device_handle_priv *hpriv = __device_handle_priv(handle); local
1055 hpriv->fd = open(filename, O_RDWR);
1056 if (hpriv->fd < 0) {
1067 "open failed, code %d errno %d", hpriv->fd, errno);
1072 return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->fd, POLLOUT);
2062 struct linux_device_handle_priv *hpriv = __device_handle_priv(handle); local
2111 struct linux_device_handle_priv *hpriv = NULL; local
    [all...]

Completed in 5430 milliseconds