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

  /external/libusb/libusb/os/
sunos_usb.c 366 sunos_usb_open_ep0(sunos_dev_handle_priv_t *hpriv, sunos_dev_priv_t *dpriv)
370 if (hpriv->eps[0].datafd > 0) {
377 hpriv->eps[0].datafd = open(filename, O_RDWR);
378 if (hpriv->eps[0].datafd < 0) {
383 hpriv->eps[0].statfd = open(filename, O_RDONLY);
384 if (hpriv->eps[0].statfd < 0) {
385 close(hpriv->eps[0].datafd);
386 hpriv->eps[0].datafd = -1;
481 sunos_dev_handle_priv_t *hpriv; local
484 hpriv = (sunos_dev_handle_priv_t *)hdl->os_priv
591 sunos_dev_handle_priv_t *hpriv; local
617 sunos_dev_handle_priv_t *hpriv; local
718 sunos_dev_handle_priv_t *hpriv; local
749 sunos_dev_handle_priv_t *hpriv = local
768 sunos_dev_handle_priv_t *hpriv = local
812 sunos_dev_handle_priv_t *hpriv; local
841 sunos_dev_handle_priv_t *hpriv; local
927 sunos_dev_handle_priv_t *hpriv; local
1075 sunos_dev_handle_priv_t *hpriv; local
    [all...]
netbsd_usb.c 215 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
233 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
345 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
349 hpriv->endpoints[i] = -1;
357 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
361 if (hpriv->endpoints[i] >= 0)
362 close(hpriv->endpoints[i]);
429 struct handle_priv *hpriv; local
435 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv;
612 struct handle_priv *hpriv; local
    [all...]
openbsd_usb.c 249 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
273 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
379 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
383 hpriv->endpoints[i] = -1;
391 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv; local
395 if (hpriv->endpoints[i] >= 0)
396 close(hpriv->endpoints[i]);
475 struct handle_priv *hpriv; local
481 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv;
692 struct handle_priv *hpriv; local
    [all...]
linux_usbfs.c 1285 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
1326 struct linux_device_handle_priv *hpriv = _device_handle_priv(dev_handle); local
1564 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
2558 struct linux_device_handle_priv *hpriv = _device_handle_priv(handle); local
2608 struct linux_device_handle_priv *hpriv = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c     [all...]

Completed in 359 milliseconds