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

  /external/libusb_aah/libusb/os/
openbsd_usb.c 205 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
217 if (pipe(hpriv->pipe) < 0)
220 return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->pipe[0], POLLIN);
226 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
234 usbi_remove_pollfd(HANDLE_CTX(handle), hpriv->pipe[0]);
236 close(hpriv->pipe[0]);
237 close(hpriv->pipe[1]);
343 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
347 hpriv->endpoints[i] = -1;
355 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv local
427 struct handle_priv *hpriv; local
488 struct handle_priv *hpriv = NULL; local
662 struct handle_priv *hpriv; local
    [all...]
darwin_usb.c 1632 struct darwin_device_handle_priv *hpriv = NULL; local
    [all...]
linux_usbfs.c 1216 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
2295 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
2344 struct linux_device_handle_priv *hpriv = NULL; local
    [all...]
  /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 790 milliseconds