Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_XFER_BULK (Results 1 – 25 of 35) sorted by relevance

12

/external/u-boot/drivers/usb/gadget/
Depautoconf.c89 case USB_ENDPOINT_XFER_BULK: in ep_matches()
162 if (USB_ENDPOINT_XFER_BULK == type) { in ep_matches()
243 } else if (USB_ENDPOINT_XFER_BULK == type in usb_ep_autoconfig()
270 type == USB_ENDPOINT_XFER_BULK) in usb_ep_autoconfig()
273 type == USB_ENDPOINT_XFER_BULK) in usb_ep_autoconfig()
Dstorage_common.c421 .bmAttributes = USB_ENDPOINT_XFER_BULK,
431 .bmAttributes = USB_ENDPOINT_XFER_BULK,
483 .bmAttributes = USB_ENDPOINT_XFER_BULK,
493 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Df_fastboot.c58 .bmAttributes = USB_ENDPOINT_XFER_BULK,
66 .bmAttributes = USB_ENDPOINT_XFER_BULK,
74 .bmAttributes = USB_ENDPOINT_XFER_BULK,
82 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Dpxa25x_udc.c311 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable()
318 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable()
1480 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep()
1489 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep()
1660 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1673 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1730 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1743 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1799 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1812 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Df_thor.c382 .bmAttributes = USB_ENDPOINT_XFER_BULK,
390 .bmAttributes = USB_ENDPOINT_XFER_BULK,
461 .bmAttributes = USB_ENDPOINT_XFER_BULK,
469 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Df_rockusb.c30 .bmAttributes = USB_ENDPOINT_XFER_BULK,
38 .bmAttributes = USB_ENDPOINT_XFER_BULK,
46 .bmAttributes = USB_ENDPOINT_XFER_BULK,
54 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Ddwc2_udc_otg.c633 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in dwc2_ep_enable()
641 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK && in dwc2_ep_enable()
844 .bmAttributes = USB_ENDPOINT_XFER_BULK,
859 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Dether.c648 .bmAttributes = USB_ENDPOINT_XFER_BULK,
658 .bmAttributes = USB_ENDPOINT_XFER_BULK,
738 .bmAttributes = USB_ENDPOINT_XFER_BULK,
747 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Dpxa27x_udc.c566 ep_type == USB_ENDPOINT_XFER_BULK ? "bulk" : in udc_setup_ep()
Ddwc2_udc_otg_xfer_dma.c1021 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall()
1036 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall()
Ddesignware_udc.c628 case USB_ENDPOINT_XFER_BULK: in udc_setup_ep()
/external/u-boot/drivers/usb/emul/
Dsandbox_keyb.c106 .bmAttributes = USB_ENDPOINT_XFER_BULK |
140 .bmAttributes = USB_ENDPOINT_XFER_BULK |
Dsandbox_flash.c146 .bmAttributes = USB_ENDPOINT_XFER_BULK,
156 .bmAttributes = USB_ENDPOINT_XFER_BULK,
/external/u-boot/drivers/serial/
Dusbtty.c248 USB_ENDPOINT_XFER_BULK,
259 USB_ENDPOINT_XFER_BULK,
327 .bmAttributes = USB_ENDPOINT_XFER_BULK,
337 .bmAttributes = USB_ENDPOINT_XFER_BULK,
969 USB_ENDPOINT_XFER_BULK) in usbtty_event_handler()
/external/u-boot/drivers/usb/musb-new/
Dmusb_core.h405 (((type) == USB_ENDPOINT_XFER_BULK) && (musb)->bulk_split)
409 (((type) == USB_ENDPOINT_XFER_BULK) && (musb)->bulk_combine)
Dmusb_host.c233 case USB_ENDPOINT_XFER_BULK: s = "-bulk"; break; in musb_start_urb()
351 case USB_ENDPOINT_XFER_BULK: in musb_advance_schedule()
395 case USB_ENDPOINT_XFER_BULK: in musb_advance_schedule()
1850 if (!is_in && (qh->type == USB_ENDPOINT_XFER_BULK) && in musb_schedule()
1859 if (best_end < 0 && qh->type == USB_ENDPOINT_XFER_BULK) { in musb_schedule()
Dmusb_uboot.c106 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_BULK, in _musb_submit_bulk_msg()
/external/libiio/src/iiod/
Dusbd.c278 ep->bmAttributes = USB_ENDPOINT_XFER_BULK; in create_header()
293 ep->bmAttributes = USB_ENDPOINT_XFER_BULK; in create_header()
/external/u-boot/include/linux/usb/
Dch9.h417 #define USB_ENDPOINT_XFER_BULK 2 macro
501 USB_ENDPOINT_XFER_BULK); in usb_endpoint_xfer_bulk()
/external/u-boot/include/
Dusb_defs.h113 #define USB_ENDPOINT_XFER_BULK 2 macro
Dusbdevice.h228 #define USB_ENDPOINT_XFER_BULK 2 macro
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h428 #define USB_ENDPOINT_XFER_BULK 2 macro
512 USB_ENDPOINT_XFER_BULK); in usb_endpoint_xfer_bulk()
/external/u-boot/drivers/usb/eth/
Dusb_ether.c45 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK) { in usb_ether_register()
Dmcs7830.c771 if (eptype == USB_ENDPOINT_XFER_BULK) { in mcs7830_eth_probe()
Dasix.c672 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK) { in asix_eth_probe()

12