Home
last modified time | relevance | path

Searched refs:os_priv (Results 1 – 4 of 4) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c117 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; in ep_to_pipeRef()
237 dpriv = (struct darwin_device_priv *)handle->dev->os_priv; in darwin_devices_detached()
240 if (dpriv->location == location && handle->os_priv) { in darwin_devices_detached()
241 priv = (struct darwin_device_handle_priv *)handle->os_priv; in darwin_devices_detached()
350 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv; in darwin_get_device_descriptor()
361 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv; in get_configuration_index()
383 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv; in darwin_get_active_config_descriptor()
400 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv; in darwin_get_config_descriptor()
461 priv = (struct darwin_device_priv *)dev->os_priv; in process_new_device()
578 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; in darwin_open()
[all …]
Dlinux_usbfs.c148 return (struct linux_device_priv *) dev->os_priv; in __device_priv()
154 return (struct linux_device_handle_priv *) handle->os_priv; in __device_handle_priv()
/external/libusb/libusb/
Dlibusbi.h218 unsigned char os_priv[0]; member
228 unsigned char os_priv[0]; member
Dcore.c516 memset(&dev->os_priv, 0, priv_size); in usbi_alloc_device()
876 memset(&_handle->os_priv, 0, priv_size); in libusb_open()