Searched refs:eptype (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | lpc32xx_udc.c | 110 u32 eptype; member 482 seq_printf(s, " type %4s", epnames[ep->eptype]); in proc_ep_show() 1787 if (ep->eptype == EP_ISO_TYPE) { in lpc32xx_ep_queue() 2067 if (ep->eptype == EP_ISO_TYPE) { in udc_handle_dma_ep() 2535 .eptype = EP_CTL_TYPE, 2548 .eptype = EP_INT_TYPE, 2561 .eptype = EP_BLK_TYPE, 2574 .eptype = EP_ISO_TYPE, 2587 .eptype = EP_INT_TYPE, 2600 .eptype = EP_BLK_TYPE, [all …]
|
| /Linux-v5.4/drivers/staging/wusbcore/ |
| D | wa-rpipe.c | 429 u8 eptype; in rpipe_get_by_ep() local 446 eptype = ep->desc.bmAttributes & 0x03; in rpipe_get_by_ep() 447 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp); in rpipe_get_by_ep()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | ehci-hcd.c | 1022 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local 1027 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset() 1048 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()
|
| D | fotg210-hcd.c | 5449 int eptype = usb_endpoint_type(&ep->desc); in fotg210_endpoint_reset() local 5454 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in fotg210_endpoint_reset() 5476 if (eptype == USB_ENDPOINT_XFER_BULK) in fotg210_endpoint_reset()
|
| /Linux-v5.4/drivers/usb/isp1760/ |
| D | isp1760-udc.c | 420 u16 eptype = isp1760_udc_read(udc, DC_EPTYPE); in __isp1760_udc_set_halt() local 422 isp1760_udc_write(udc, DC_EPTYPE, eptype & ~DC_EPENABLE); in __isp1760_udc_set_halt() 423 isp1760_udc_write(udc, DC_EPTYPE, eptype); in __isp1760_udc_set_halt()
|
| /Linux-v5.4/drivers/staging/octeon-usb/ |
| D | octeon-hcd.h | 1037 __BITFIELD_FIELD(u32 eptype : 2,
|
| D | octeon-hcd.c | 1321 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in cvmx_usb_fill_tx_fifo() 1322 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in cvmx_usb_fill_tx_fifo() 1774 usbc_hcchar.s.eptype = transaction->type; in cvmx_usb_start_channel()
|