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

  /external/libusb_aah/libusb/os/
openbsd_usb.c 42 struct handle_priv { struct
126 sizeof(struct handle_priv),
205 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
226 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
343 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
355 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv
    [all...]
windows_usb.c 623 struct windows_device_handle_priv *handle_priv = _device_handle_priv( local
637 if (handle_priv->autoclaim_count[current_interface] != 0) {
640 handle_priv->autoclaim_count[current_interface]++;
651 if (handle_priv->autoclaim_count[current_interface] != 0) {
652 handle_priv->autoclaim_count[current_interface]++;
667 struct windows_device_handle_priv* handle_priv = _device_handle_priv(dev_handle); local
671 if (handle_priv->autoclaim_count[transfer_priv->interface_number] > 0) {
672 handle_priv->autoclaim_count[transfer_priv->interface_number]--;
673 if (handle_priv->autoclaim_count[transfer_priv->interface_number] == 0) {
2319 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2352 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2372 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2417 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2485 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2506 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2549 struct windows_device_handle_priv *handle_priv = _device_handle_priv( local
2614 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2642 struct windows_device_handle_priv *handle_priv = _device_handle_priv(transfer->dev_handle); local
2696 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2736 struct windows_device_handle_priv *handle_priv = _device_handle_priv(transfer->dev_handle); local
2772 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
2907 struct windows_device_handle_priv *handle_priv = _device_handle_priv(transfer->dev_handle); local
2923 struct windows_device_handle_priv *handle_priv = _device_handle_priv(transfer->dev_handle); local
2939 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); local
    [all...]

Completed in 29 milliseconds