Home
last modified time | relevance | path

Searched refs:eptype (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/usb/gadget/udc/
Dlpc32xx_udc.c110 u32 eptype; member
481 seq_printf(s, " type %4s", epnames[ep->eptype]); in proc_ep_show()
1775 if (ep->eptype == EP_ISO_TYPE) { in lpc32xx_ep_queue()
2058 if (ep->eptype == EP_ISO_TYPE) { in udc_handle_dma_ep()
2526 .eptype = EP_CTL_TYPE,
2539 .eptype = EP_INT_TYPE,
2552 .eptype = EP_BLK_TYPE,
2565 .eptype = EP_ISO_TYPE,
2578 .eptype = EP_INT_TYPE,
2591 .eptype = EP_BLK_TYPE,
[all …]
/linux-6.1.9/drivers/usb/host/
Dehci-hcd.c1048 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local
1053 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset()
1074 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()
Docteon-hcd.h1037 __BITFIELD_FIELD(u32 eptype : 2,
Docteon-hcd.c1322 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in cvmx_usb_fill_tx_fifo()
1323 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in cvmx_usb_fill_tx_fifo()
1775 usbc_hcchar.s.eptype = transaction->type; in cvmx_usb_start_channel()
Dfotg210-hcd.c5444 int eptype = usb_endpoint_type(&ep->desc); in fotg210_endpoint_reset() local
5449 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in fotg210_endpoint_reset()
5471 if (eptype == USB_ENDPOINT_XFER_BULK) in fotg210_endpoint_reset()