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

  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 212 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
224 if (pipe(hpriv->pipe) < 0)
227 return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->pipe[0], POLLIN);
233 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
241 usbi_remove_pollfd(HANDLE_CTX(handle), hpriv->pipe[0]);
243 close(hpriv->pipe[0]);
244 close(hpriv->pipe[1]);
350 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
354 hpriv->endpoints[i] = -1;
362 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv local
434 struct handle_priv *hpriv; local
495 struct handle_priv *hpriv = NULL; local
669 struct handle_priv *hpriv; local
    [all...]
linux_usbfs.c 1246 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
2421 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
2470 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 2649 milliseconds