Searched refs:eptype (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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 = EP_BLK_TYPE, [all …]
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | mcs7830.c | 761 uint8_t eptype, epaddr; in mcs7830_eth_probe() local 764 eptype = iface->ep_desc[i].bmAttributes; in mcs7830_eth_probe() 765 eptype &= USB_ENDPOINT_XFERTYPE_MASK; in mcs7830_eth_probe() 771 if (eptype == USB_ENDPOINT_XFER_BULK) { in mcs7830_eth_probe() 782 if (eptype == USB_ENDPOINT_XFER_INT) { in mcs7830_eth_probe()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local 236 eptype = get_field(hcchar, HCCHAR_EPTYPE); in dwc2_handle_packet() 250 trace_usb_dwc2_handle_packet(chan, dev, &p->packet, epnum, types[eptype], in dwc2_handle_packet() 259 if (eptype == USB_ENDPOINT_XFER_CONTROL && pid == TSIZ_SC_MC_PID_SETUP) { in dwc2_handle_packet() 360 (eptype == USB_ENDPOINT_XFER_CONTROL || in dwc2_handle_packet() 361 eptype == USB_ENDPOINT_XFER_BULK)) { in dwc2_handle_packet() 617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local 627 eptype = get_field(hcchar, HCCHAR_EPTYPE); in dwc2_enable_chan() 638 if (eptype == USB_ENDPOINT_XFER_CONTROL && pid == TSIZ_SC_MC_PID_SETUP) { in dwc2_enable_chan()
|
/openbmc/linux/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 | 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()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc2.c | 914 int eptype = dwc2_eptype[usb_pipetype(pipe)]; in chunk_msg() local 940 eptype, max); in chunk_msg() 977 if (eptype == DWC2_HCCHAR_EPTYPE_INTR) { in chunk_msg()
|
/openbmc/linux/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()
|