Searched refs:os_priv (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c200 dpriv = (struct device_priv *)dev->os_priv;
241 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
242 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
268 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
269 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
288 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
303 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
350 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
363 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
379 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
[all...]
H A Ddarwin_usb.c58 #define DARWIN_CACHED_DEVICE(a) ((struct darwin_cached_device *) (((struct darwin_device_priv *)((a)->os_priv))->dev))
153 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
853 priv = (struct darwin_device_priv *)dev->os_priv;
923 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
980 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
1097 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
1141 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
1244 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
1277 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
1303 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
[all...]
H A Dwindows_usb.h230 return (struct windows_device_priv *)dev->os_priv;
286 return (struct windows_device_handle_priv *) handle->os_priv;
H A Dlinux_usbfs.c216 return (struct linux_device_priv *) dev->os_priv;
222 return (struct linux_device_handle_priv *) handle->os_priv;
H A Dwince_usb.c97 return (struct wince_device_priv *) dev->os_priv;
/external/libusb/libusb/os/
H A Ddarwin_usb.c117 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
237 dpriv = (struct darwin_device_priv *)handle->dev->os_priv;
240 if (dpriv->location == location && handle->os_priv) {
241 priv = (struct darwin_device_handle_priv *)handle->os_priv;
350 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
361 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
383 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
400 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
461 priv = (struct darwin_device_priv *)dev->os_priv;
578 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
[all...]
H A Dlinux_usbfs.c148 return (struct linux_device_priv *) dev->os_priv;
154 return (struct linux_device_handle_priv *) handle->os_priv;
/external/libusb/libusb/
H A Dlibusbi.h218 unsigned char os_priv[0]; member in struct:libusb_device
228 unsigned char os_priv[0]; member in struct:libusb_device_handle
782 * This private data area is accessible through the "os_priv" field of
787 * This private data area is accessible through the "os_priv" field of
797 /* Mumber of additional bytes for os_priv for each iso packet.
H A Dcore.c516 memset(&dev->os_priv, 0, priv_size);
876 memset(&_handle->os_priv, 0, priv_size);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h311 unsigned char os_priv member in struct:libusb_device
328 unsigned char os_priv member in struct:libusb_device_handle
973 * This private data area is accessible through the "os_priv" field of
978 * This private data area is accessible through the "os_priv" field of
988 /* Mumber of additional bytes for os_priv for each iso packet.
H A Dcore.c1104 memset(&_handle->os_priv, 0, priv_size);

Completed in 102 milliseconds