OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:urb
(Results
1 - 10
of
10
) sorted by null
/system/core/adb/
usb_linux.c
313
struct usbdevfs_urb *
urb
= &h->urb_out;
local
318
memset(
urb
, 0, sizeof(*
urb
));
319
urb
->type = USBDEVFS_URB_TYPE_BULK;
320
urb
->endpoint = h->ep_out;
321
urb
->status = -1;
322
urb
->buffer = (void*) data;
323
urb
->buffer_length = len;
333
res = ioctl(h->desc, USBDEVFS_SUBMITURB,
urb
);
352
if(
urb
->status == 0)
366
struct usbdevfs_
urb
*
urb
= &h->
urb
_in;
local
[
all
...]
/system/core/libusbhost/
usbhost.c
614
struct usbdevfs_urb *
urb
= calloc(1, sizeof(struct usbdevfs_urb));
local
615
if (!
urb
)
619
urb
->type = USBDEVFS_URB_TYPE_BULK;
621
urb
->type = USBDEVFS_URB_TYPE_INTERRUPT;
624
free(
urb
);
627
urb
->endpoint = ep_desc->bEndpointAddress;
631
free(
urb
);
637
req->private_data =
urb
;
638
req->endpoint =
urb
->endpoint;
639
urb
->usercontext = req
652
struct usbdevfs_
urb
*
urb
= (struct usbdevfs_
urb
*)req->private_data;
local
672
struct usbdevfs_
urb
*
urb
= NULL;
local
697
struct usbdevfs_
urb
*
urb
= ((struct usbdevfs_
urb
*)req->private_data);
local
[
all
...]
/external/libusb/libusb/os/
linux_usbfs.c
75
/* Linux 2.6.32 adds support for a bulk continuation
URB
flag. this basically
115
/* submission failed after the first
URB
, so await cancellation/completion
122
/* completed multi-
URB
transfer in non-final
URB
*/
215
/* bulk continuation
URB
flag available from Linux 2.6.32 */
1325
struct usbfs_
urb
*
urb
= tpriv->iso_
urb
s[i];
local
1379
struct usbfs_
urb
*
urb
= &
urb
s[i];
local
1504
struct usbfs_
urb
*
urb
;
local
1615
struct usbfs_
urb
*
urb
;
local
2064
struct usbfs_
urb
*
urb
;
local
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c
84
/* Linux 2.6.32 adds support for a bulk continuation
URB
flag. this basically
101
/* Linux 2.6.31 fixes support for the zero length packet
URB
flag. This
153
/* submission failed after the first
URB
, so await cancellation/completion
160
/* completed multi-
URB
transfer in non-final
URB
*/
369
/* bulk continuation
URB
flag available from Linux 2.6.32 */
381
/* zero length packet
URB
flag fixed since Linux 2.6.31 */
1648
struct usbfs_
urb
*
urb
;
local
1679
struct usbfs_
urb
*
urb
= tpriv->iso_
urb
s[i];
local
1776
struct usbfs_
urb
*
urb
= &
urb
s[i];
local
1913
struct usbfs_
urb
*
urb
;
local
2016
struct usbfs_
urb
*
urb
;
local
2453
struct usbfs_
urb
*
urb
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h
46
*
URB
- uniform resource buffer. A mid-sized buffer which is
50
* CURBE - constant
URB
entry. An
urb
region (entry) used to hold
54
* VUE - vertex
URB
entry. An
urb
entry holding a vertex and usually
58
* PUE - primitive
URB
entry. An
urb
entry produced by the setup (SF)
63
*
urb
) of the thread are preloaded to this area before the thread is
70
* MRF registers. All program output is via these messages.
URB
71
* entries are populated by sending a message to the shared
URB
852
}
urb
;
member in struct:brw_context
[
all
...]
brw_structs.h
1353
struct brw_urb_immediate
urb
;
member in union:brw_instruction::__anon19060
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h
46
*
URB
- uniform resource buffer. A mid-sized buffer which is
50
* CURBE - constant
URB
entry. An
urb
region (entry) used to hold
54
* VUE - vertex
URB
entry. An
urb
entry holding a vertex and usually
58
* PUE - primitive
URB
entry. An
urb
entry produced by the setup (SF)
63
*
urb
) of the thread are preloaded to this area before the thread is
70
* MRF registers. All program output is via these messages.
URB
71
* entries are populated by sending a message to the shared
URB
852
}
urb
;
member in struct:brw_context
[
all
...]
brw_structs.h
1353
struct brw_urb_immediate
urb
;
member in union:brw_instruction::__anon32457
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 1269 milliseconds