OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:os_priv
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c
200
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
...]
darwin_usb.c
58
#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
;
[
all
...]
windows_usb.h
230
return (struct windows_device_priv *)dev->
os_priv
;
286
return (struct windows_device_handle_priv *) handle->
os_priv
;
wince_usb.c
97
return (struct wince_device_priv *) dev->
os_priv
;
[
all
...]
linux_usbfs.c
216
return (struct linux_device_priv *) dev->
os_priv
;
222
return (struct linux_device_handle_priv *) handle->
os_priv
;
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
117
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
...]
linux_usbfs.c
148
return (struct linux_device_priv *) dev->
os_priv
;
154
return (struct linux_device_handle_priv *) handle->
os_priv
;
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
libusbi.h
311
unsigned char
os_priv
member in struct:libusb_device
328
unsigned char
os_priv
member in struct:libusb_device_handle
[
all
...]
core.c
[
all
...]
/external/libusb/libusb/
libusbi.h
218
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.
core.c
516
memset(&dev->
os_priv
, 0, priv_size);
876
memset(&_handle->
os_priv
, 0, priv_size);
[
all
...]
Completed in 264 milliseconds