| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | epautoconf.c | 92 case USB_ENDPOINT_XFER_BULK: in ep_matches() 165 if (USB_ENDPOINT_XFER_BULK == type) { in ep_matches() 246 } else if (USB_ENDPOINT_XFER_BULK == type in usb_ep_autoconfig() 273 type == USB_ENDPOINT_XFER_BULK) in usb_ep_autoconfig() 276 type == USB_ENDPOINT_XFER_BULK) in usb_ep_autoconfig()
|
| H A D | storage_common.c | 426 .bmAttributes = USB_ENDPOINT_XFER_BULK, 436 .bmAttributes = USB_ENDPOINT_XFER_BULK, 488 .bmAttributes = USB_ENDPOINT_XFER_BULK, 498 .bmAttributes = USB_ENDPOINT_XFER_BULK, 543 .bmAttributes = USB_ENDPOINT_XFER_BULK, 560 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | pxa25x_udc.c | 312 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable() 319 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable() 1481 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep() 1490 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep() 1661 .bmAttributes = USB_ENDPOINT_XFER_BULK, 1674 .bmAttributes = USB_ENDPOINT_XFER_BULK, 1731 .bmAttributes = USB_ENDPOINT_XFER_BULK, 1744 .bmAttributes = USB_ENDPOINT_XFER_BULK, 1800 .bmAttributes = USB_ENDPOINT_XFER_BULK, 1813 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | f_thor.c | 382 .bmAttributes = USB_ENDPOINT_XFER_BULK, 390 .bmAttributes = USB_ENDPOINT_XFER_BULK, 461 .bmAttributes = USB_ENDPOINT_XFER_BULK, 469 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | dwc2_udc_otg.c | 638 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in dwc2_ep_enable() 646 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK && in dwc2_ep_enable() 849 .bmAttributes = USB_ENDPOINT_XFER_BULK, 864 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | f_fastboot.c | 96 .bmAttributes = USB_ENDPOINT_XFER_BULK, 104 .bmAttributes = USB_ENDPOINT_XFER_BULK, 112 .bmAttributes = USB_ENDPOINT_XFER_BULK, 120 .bmAttributes = USB_ENDPOINT_XFER_BULK, 128 .bmAttributes = USB_ENDPOINT_XFER_BULK, 142 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | ether.c | 653 .bmAttributes = USB_ENDPOINT_XFER_BULK, 663 .bmAttributes = USB_ENDPOINT_XFER_BULK, 743 .bmAttributes = USB_ENDPOINT_XFER_BULK, 752 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | pxa27x_udc.c | 567 ep_type == USB_ENDPOINT_XFER_BULK ? "bulk" : in udc_setup_ep()
|
| H A D | dwc2_udc_otg_xfer_dma.c | 1031 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall() 1046 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall()
|
| H A D | designware_udc.c | 627 case USB_ENDPOINT_XFER_BULK: in udc_setup_ep()
|
| H A D | fotg210.c | 532 case USB_ENDPOINT_XFER_BULK: in fotg210_ep_enable()
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 109 .bmAttributes = USB_ENDPOINT_XFER_BULK | 143 .bmAttributes = USB_ENDPOINT_XFER_BULK |
|
| H A D | sandbox_flash.c | 149 .bmAttributes = USB_ENDPOINT_XFER_BULK, 159 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 247 USB_ENDPOINT_XFER_BULK, 258 USB_ENDPOINT_XFER_BULK, 326 .bmAttributes = USB_ENDPOINT_XFER_BULK, 336 .bmAttributes = USB_ENDPOINT_XFER_BULK, 968 USB_ENDPOINT_XFER_BULK) in usbtty_event_handler()
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_core.h | 402 (((type) == USB_ENDPOINT_XFER_BULK) && (musb)->bulk_split) 406 (((type) == USB_ENDPOINT_XFER_BULK) && (musb)->bulk_combine)
|
| H A D | musb_host.c | 234 case USB_ENDPOINT_XFER_BULK: s = "-bulk"; break; in musb_start_urb() 352 case USB_ENDPOINT_XFER_BULK: in musb_advance_schedule() 396 case USB_ENDPOINT_XFER_BULK: in musb_advance_schedule() 1851 if (!is_in && (qh->type == USB_ENDPOINT_XFER_BULK) && in musb_schedule() 1860 if (best_end < 0 && qh->type == USB_ENDPOINT_XFER_BULK) { in musb_schedule()
|
| H A D | musb_uboot.c | 109 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_BULK, in _musb_submit_bulk_msg()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb_defs.h | 114 #define USB_ENDPOINT_XFER_BULK 2 macro
|
| H A D | usbdevice.h | 229 #define USB_ENDPOINT_XFER_BULK 2 macro
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | ch9.h | 417 #define USB_ENDPOINT_XFER_BULK 2 macro 501 USB_ENDPOINT_XFER_BULK); in usb_endpoint_xfer_bulk()
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | usb_ether.c | 46 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK) { in usb_ether_register()
|
| H A D | mcs7830.c | 772 if (eptype == USB_ENDPOINT_XFER_BULK) { in mcs7830_eth_probe()
|
| H A D | asix.c | 673 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK) { in asix_eth_probe()
|
| H A D | asix88179.c | 690 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK)) in ax88179_eth_probe()
|
| H A D | smsc95xx.c | 876 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK) { in smsc95xx_eth_probe()
|