OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_priv
(Results
1 - 10
of
10
) sorted by null
/external/libusb_aah/libusb/os/
openbsd_usb.c
170
dpriv = (struct device_priv *)dev->
os_priv
;
205
struct handle_priv *hpriv = (struct handle_priv *)handle->
os_priv
;
206
struct device_priv *dpriv = (struct device_priv *)handle->dev->
os_priv
;
226
struct handle_priv *hpriv = (struct handle_priv *)handle->
os_priv
;
227
struct device_priv *dpriv = (struct device_priv *)handle->dev->
os_priv
;
244
struct device_priv *dpriv = (struct device_priv *)dev->
os_priv
;
259
struct device_priv *dpriv = (struct device_priv *)dev->
os_priv
;
278
struct device_priv *dpriv = (struct device_priv *)dev->
os_priv
;
315
struct device_priv *dpriv = (struct device_priv *)handle->dev->
os_priv
;
330
struct device_priv *dpriv = (struct device_priv *)handle->dev->
os_priv
;
[
all
...]
darwin_usb.c
130
struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->
os_priv
;
288
dpriv = (struct darwin_device_priv *)handle->dev->
os_priv
;
291
if (dpriv->location == location && handle->
os_priv
) {
292
priv = (struct darwin_device_handle_priv *)handle->
os_priv
;
420
struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->
os_priv
;
431
struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->
os_priv
;
453
struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->
os_priv
;
467
struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->
os_priv
;
507
struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->
os_priv
;
577
priv = (struct darwin_device_priv *)dev->
os_priv
;
[
all
...]
windows_usb.h
174
return (struct windows_device_priv *)dev->
os_priv
;
226
return (struct windows_device_handle_priv *) handle->
os_priv
;
linux_usbfs.c
164
return (struct linux_device_priv *) dev->
os_priv
;
170
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/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
...]
/external/libusb_aah/libusb/
libusbi.h
328
unsigned char
os_priv
[0];
member in struct:libusb_device
338
unsigned char
os_priv
[0];
member in struct:libusb_device_handle
905
* This private data area is accessible through the "
os_priv
" field of
910
* This private data area is accessible through the "
os_priv
" field of
920
/* Mumber of additional bytes for
os_priv
for each iso packet.
core.c
546
memset(&dev->
os_priv
, 0, priv_size);
[
all
...]
Completed in 36 milliseconds