| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | epautoconf.c | 79 case USB_ENDPOINT_XFER_INT: in ep_matches() 123 case USB_ENDPOINT_XFER_INT: in ep_matches() 231 if (gadget_is_net2280(gadget) && type == USB_ENDPOINT_XFER_INT) { in usb_ep_autoconfig() 241 if (USB_ENDPOINT_XFER_INT == type) { in usb_ep_autoconfig() 254 } else if (gadget_is_sh(gadget) && USB_ENDPOINT_XFER_INT == type) { in usb_ep_autoconfig() 260 } else if (gadget_is_mq11xx(gadget) && USB_ENDPOINT_XFER_INT == type) { in usb_ep_autoconfig() 279 type == USB_ENDPOINT_XFER_INT) in usb_ep_autoconfig()
|
| H A D | storage_common.c | 448 .bmAttributes = USB_ENDPOINT_XFER_INT, 511 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| H A D | f_thor.c | 439 .bmAttributes = USB_ENDPOINT_XFER_INT, 477 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| H A D | pxa25x_udc.c | 313 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in pxa25x_ep_enable() 1716 .bmAttributes = USB_ENDPOINT_XFER_INT, 1785 .bmAttributes = USB_ENDPOINT_XFER_INT, 1854 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| H A D | dwc2_udc_otg.c | 639 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in dwc2_ep_enable() 879 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| H A D | pxa27x_udc.c | 568 ep_type == USB_ENDPOINT_XFER_INT ? "int" : "???", in udc_setup_ep()
|
| H A D | f_sdp.c | 156 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| H A D | dwc2_udc_otg_xfer_dma.c | 1030 if (ep->bmAttributes == USB_ENDPOINT_XFER_INT in dwc2_udc_ep_clear_stall() 1045 if (ep->bmAttributes == USB_ENDPOINT_XFER_INT in dwc2_udc_ep_clear_stall()
|
| H A D | designware_udc.c | 631 case USB_ENDPOINT_XFER_INT: in udc_setup_ep()
|
| H A D | fotg210.c | 537 case USB_ENDPOINT_XFER_INT: in fotg210_ep_enable()
|
| H A D | ether.c | 560 .bmAttributes = USB_ENDPOINT_XFER_INT, 732 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb_defs.h | 115 #define USB_ENDPOINT_XFER_INT 3 macro
|
| H A D | usbdevice.h | 230 #define USB_ENDPOINT_XFER_INT 3 macro
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | ch9.h | 418 #define USB_ENDPOINT_XFER_INT 3 macro 528 USB_ENDPOINT_XFER_INT); in usb_endpoint_xfer_int()
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_uboot.c | 118 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_INT, pipe, in _musb_submit_int_msg() 144 construct_urb(&queue->urb, &queue->hep, dev, USB_ENDPOINT_XFER_INT, in _musb_create_int_queue()
|
| H A D | musb_host.c | 255 case USB_ENDPOINT_XFER_INT: in musb_start_urb() 353 case USB_ENDPOINT_XFER_INT: in musb_advance_schedule() 409 case USB_ENDPOINT_XFER_INT: in musb_advance_schedule() 834 if (qh->type == USB_ENDPOINT_XFER_INT) in musb_ep_program() 2011 case USB_ENDPOINT_XFER_INT:
|
| H A D | musb_gadget.c | 1167 else if (musb_ep->type == USB_ENDPOINT_XFER_INT) in musb_gadget_enable() 1195 case USB_ENDPOINT_XFER_INT: s = "int"; break; in musb_gadget_enable()
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | usb_ether.c | 60 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT) { in usb_ether_register()
|
| H A D | mcs7830.c | 783 if (eptype == USB_ENDPOINT_XFER_INT) { in mcs7830_eth_probe()
|
| H A D | asix.c | 692 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT) { in asix_eth_probe()
|
| H A D | asix88179.c | 681 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT) { in ax88179_eth_probe()
|
| H A D | smsc95xx.c | 889 USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT) { in smsc95xx_eth_probe()
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 86 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 220 .bmAttributes = USB_ENDPOINT_XFER_INT, 346 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.c | 628 case USB_ENDPOINT_XFER_INT: in dwc3_gadget_ep_enable() 758 case USB_ENDPOINT_XFER_INT: in dwc3_prepare_one_trb()
|