Searched refs:eptype (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 110 u32 eptype; member 482 seq_printf(s, " type %4s", epnames[ep->eptype]); in proc_ep_show() 1776 if (ep->eptype == EP_ISO_TYPE) { in lpc32xx_ep_queue() 2057 if (ep->eptype == EP_ISO_TYPE) { in udc_handle_dma_ep() 2525 .eptype = EP_CTL_TYPE, 2538 .eptype = EP_INT_TYPE, 2551 .eptype = EP_BLK_TYPE, 2564 .eptype = EP_ISO_TYPE, 2577 .eptype = EP_INT_TYPE, 2590 .eptype [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 110 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 [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-hcd.c | 1054 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local 1059 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset() 1080 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()
|
H A D | fotg210-hcd.c | 5440 int eptype = usb_endpoint_type(&ep->desc); in fotg210_endpoint_reset() local 5445 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in fotg210_endpoint_reset() 5467 if (eptype == USB_ENDPOINT_XFER_BULK) in fotg210_endpoint_reset()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hcd.c | 1052 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local 1057 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset() 1078 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()
|
H A D | octeon-hcd.h | 1012 * @eptype: Endpoint Type (EPType) 1037 __BITFIELD_FIELD(u32 eptype : 2,
|
H A D | octeon-hcd.c | 1322 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()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.h | 1012 * @eptype: Endpoint Type (EPType) 1037 __BITFIELD_FIELD(u32 eptype : 2,
|
H A D | octeon-hcd.c | 1320 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in cvmx_usb_fill_tx_fifo() 1321 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in cvmx_usb_fill_tx_fifo() 1773 usbc_hcchar.s.eptype = transaction->type; in cvmx_usb_start_channel()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 5439 int eptype = usb_endpoint_type(&ep->desc); in fotg210_endpoint_reset() local 5444 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in fotg210_endpoint_reset() 5466 if (eptype == USB_ENDPOINT_XFER_BULK) in fotg210_endpoint_reset()
|
Completed in 40 milliseconds