HomeSort by relevance Sort by last modified time
    Searched defs:urb (Results 1 - 12 of 12) 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 608 struct usbdevfs_urb *urb = calloc(1, sizeof(struct usbdevfs_urb)); local
609 if (!urb)
613 urb->type = USBDEVFS_URB_TYPE_BULK;
615 urb->type = USBDEVFS_URB_TYPE_INTERRUPT;
618 free(urb);
621 urb->endpoint = ep_desc->bEndpointAddress;
625 free(urb);
631 req->private_data = urb;
632 req->endpoint = urb->endpoint;
633 urb->usercontext = req
646 struct usbdevfs_urb *urb = (struct usbdevfs_urb*)req->private_data; local
666 struct usbdevfs_urb *urb = NULL; local
691 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_urbs[i]; local
1379 struct usbfs_urb *urb = &urbs[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_urbs[i]; local
1776 struct usbfs_urb *urb = &urbs[i]; local
1913 struct usbfs_urb *urb; local
2016 struct usbfs_urb *urb; local
2453 struct usbfs_urb *urb; local
    [all...]
  /external/kernel-headers/original/linux/
usb.h 50 * with one or more transfer descriptors (TDs) per urb
653 * URB support, for asynchronous request completions
657 * urb->transfer_flags:
660 #define URB_ISO_ASAP 0x0002 /* iso-only, urb->start_frame
662 #define URB_NO_TRANSFER_DMA_MAP 0x0004 /* urb->transfer_dma valid on submit */
663 #define URB_NO_SETUP_DMA_MAP 0x0008 /* urb->setup_dma valid on submit */
676 struct urb;
679 typedef void (*usb_complete_t)(struct urb *, struct pt_regs *);
682 * struct urb - USB Request Block
683 * @urb_list: For use by current owner of the URB
844 struct urb struct
    [all...]
  /external/qemu/
usb-linux.c 111 * we need contigious buffer when we submit control URB.
197 * Async URB state.
203 struct usbdevfs_urb urb; member in struct:AsyncURB
259 dprintf("husb: async. reap urb failed errno %d\n", errno);
266 aurb, aurb->urb.status, aurb->urb.actual_length);
269 switch (aurb->urb.status) {
271 p->len = aurb->urb.actual_length;
272 if (aurb->urb.type == USBDEVFS_URB_TYPE_CONTROL)
303 dprintf("husb: async. discard urb failed errno %d\n", errno)
440 struct usbdevfs_urb *urb; local
553 struct usbdevfs_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::__anon15987
    [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::__anon26454
    [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 277 milliseconds