Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dlpc32xx_udc.c138 u32 eptype; member
519 seq_printf(s, " type %4s", epnames[ep->eptype]); in proc_ep_show()
1835 if (ep->eptype == EP_ISO_TYPE) { in lpc32xx_ep_queue()
2116 if (ep->eptype == EP_ISO_TYPE) { in udc_handle_dma_ep()
2585 .eptype = EP_CTL_TYPE,
2598 .eptype = EP_INT_TYPE,
2611 .eptype = EP_BLK_TYPE,
2624 .eptype = EP_ISO_TYPE,
2637 .eptype = EP_INT_TYPE,
2650 .eptype = EP_BLK_TYPE,
[all …]
/drivers/usb/wusbcore/
Dwa-rpipe.c443 u8 eptype; in rpipe_get_by_ep() local
460 eptype = ep->desc.bmAttributes & 0x03; in rpipe_get_by_ep()
461 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp); in rpipe_get_by_ep()
/drivers/usb/host/
Dehci-hcd.c1031 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local
1036 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset()
1057 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()
Dfotg210-hcd.c5487 int eptype = usb_endpoint_type(&ep->desc); in fotg210_endpoint_reset() local
5492 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in fotg210_endpoint_reset()
5514 if (eptype == USB_ENDPOINT_XFER_BULK) in fotg210_endpoint_reset()
/drivers/usb/isp1760/
Disp1760-udc.c423 u16 eptype = isp1760_udc_read(udc, DC_EPTYPE); in __isp1760_udc_set_halt() local
425 isp1760_udc_write(udc, DC_EPTYPE, eptype & ~DC_EPENABLE); in __isp1760_udc_set_halt()
426 isp1760_udc_write(udc, DC_EPTYPE, eptype); in __isp1760_udc_set_halt()
/drivers/staging/octeon-usb/
Docteon-hcd.h1036 __BITFIELD_FIELD(uint32_t eptype : 2,
Docteon-hcd.c1350 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in cvmx_usb_fill_tx_fifo()
1351 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in cvmx_usb_fill_tx_fifo()
1805 usbc_hcchar.s.eptype = transaction->type; in cvmx_usb_start_channel()