| /linux/drivers/dma/ti/ |
| H A D | k3-psil-am62a.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 24 .ep_type = PSIL_EP_PDMA_XY, \ 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 66 .ep_type = PSIL_EP_PDMA_XY, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-j721s2.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 22 .ep_type = PSIL_EP_PDMA_XY, \ 31 .ep_type = PSIL_EP_PDMA_XY, \ 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \ 64 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-am62.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 25 .ep_type = PSIL_EP_NATIVE, \ 40 .ep_type = PSIL_EP_NATIVE, \ 56 .ep_type = PSIL_EP_PDMA_XY, \ 66 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-j7200.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_PDMA_XY, \ 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-am62p.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 24 .ep_type = PSIL_EP_PDMA_XY, \ 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 66 .ep_type = PSIL_EP_PDMA_XY, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-j784s4.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 22 .ep_type = PSIL_EP_PDMA_XY, \ 31 .ep_type = PSIL_EP_PDMA_XY, \ 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \ 64 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-j721e.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_PDMA_XY, \ 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \ 65 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-am64.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 25 .ep_type = PSIL_EP_PDMA_XY, \ 36 .ep_type = PSIL_EP_NATIVE, \ 51 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-am654.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_NATIVE, \ 43 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-udma.c | 261 enum psil_endpoint_type ep_type; member 767 if (uc->config.ep_type != PSIL_EP_NATIVE) in udma_decrement_byte_counters() 772 if (!uc->bchan && uc->config.ep_type != PSIL_EP_NATIVE) in udma_decrement_byte_counters() 887 if (uc->config.ep_type == PSIL_EP_NATIVE) in udma_chan_needs_reconfiguration() 925 if (uc->config.ep_type == PSIL_EP_PDMA_XY) { in udma_start() 960 if (uc->config.ep_type == PSIL_EP_PDMA_XY) { in udma_start() 1069 if (uc->config.ep_type == PSIL_EP_NATIVE || in udma_is_desc_really_done() 1992 if (uc->config.ep_type == PSIL_EP_PDMA_XY && in udma_tisci_tx_channel_config() 3169 if (uc->config.ep_type != PSIL_EP_PDMA_XY) in udma_configure_statictr() 3532 if (uc->config.ep_type == PSIL_EP_PDMA_XY && in udma_prep_dma_cyclic_tr() [all …]
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 292 u32 ep_type; in setup_sch_info() local 303 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info() 314 sch_ep->ep_type = ep_type; in setup_sch_info() 350 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info() 356 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info() 390 if (ep_type == ISOC_OUT_EP) { in setup_sch_info() 395 } else if (ep_type == INT_OUT_EP) { in setup_sch_info() 449 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in get_fs_bw() 483 if (sch_ep->ep_type == INT_OUT_EP) in check_ls_budget_microframes() 485 else if (sch_ep->ep_type == INT_IN_EP) in check_ls_budget_microframes() [all …]
|
| H A D | xhci-mtk.h | 109 u32 ep_type; member
|
| H A D | xhci.c | 2618 static bool xhci_is_async_ep(unsigned int ep_type) in xhci_is_async_ep() argument 2620 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep() 2621 ep_type != ISOC_IN_EP && in xhci_is_async_ep() 2622 ep_type != INT_IN_EP); in xhci_is_async_ep() 2625 static bool xhci_is_sync_in_ep(unsigned int ep_type) in xhci_is_sync_in_ep() argument 2627 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep() 4859 int ep_type; in xhci_calculate_intel_u1_timeout() local 4862 ep_type = usb_endpoint_type(desc); in xhci_calculate_intel_u1_timeout() 4863 switch (ep_type) { in xhci_calculate_intel_u1_timeout()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.h | 96 unsigned ep_type:2; member 313 u8 ep_type; member 571 ((_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_BULK || \ 572 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL) 582 return hc->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_hc() 583 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc() 588 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh() 589 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
|
| H A D | hcd_ddma.c | 47 return (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_max_desc_num() 63 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_alloc() 97 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_free() 224 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_update_frame_list() 328 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_init_ddma() 329 qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_hcd_qh_init_ddma() 376 if ((qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_free_ddma() 377 qh->ep_type == USB_ENDPOINT_XFER_INT) && in dwc2_hcd_qh_free_ddma() 687 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc() 769 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc() [all …]
|
| H A D | hcd.c | 429 dev_dbg(hsotg->dev, " ep_type: %d\n", chan->ep_type); in dwc2_dump_channel_info() 500 switch (chan->ep_type) { in dwc2_hc_enable_slave_ints() 589 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hc_enable_dma_ints() 594 chan->ep_type != USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_enable_dma_ints() 600 if (chan->ep_type != USB_ENDPOINT_XFER_INT) in dwc2_hc_enable_dma_ints() 679 hcchar |= chan->ep_type << HCCHAR_EPTYPE_SHIFT & HCCHAR_EPTYPE_MASK; in dwc2_hc_init() 697 chan->ep_type); in dwc2_hc_init() 783 (chan->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hc_halt() 784 chan->ep_type == USB_ENDPOINT_XFER_INT)) { in dwc2_hc_halt() 869 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_hc_halt() [all …]
|
| H A D | hcd_queue.c | 760 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split() 809 if (qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_uframe_schedule_split() 1446 u8 ep_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_qh_init() local 1448 bool ep_is_isoc = (ep_type == USB_ENDPOINT_XFER_ISOC); in dwc2_qh_init() 1449 bool ep_is_int = (ep_type == USB_ENDPOINT_XFER_INT); in dwc2_qh_init() 1463 qh->ep_type = ep_type; in dwc2_qh_init() 1532 switch (qh->ep_type) { in dwc2_qh_init() 1771 !(qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in)) in dwc2_next_for_periodic_split()
|
| H A D | gadget.c | 4032 unsigned char ep_type; in dwc2_hsotg_ep_enable() local 4052 ep_type = usb_endpoint_type(desc); in dwc2_hsotg_ep_enable() 4057 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hsotg_ep_enable() 4065 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hsotg_ep_enable() 4080 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hsotg_ep_enable() 4117 switch (ep_type) { in dwc2_hsotg_ep_enable() 4884 u32 ep_type; in dwc2_hsotg_hw_cfg() local 4904 ep_type = cfg & 3; in dwc2_hsotg_hw_cfg() 4906 if (!(ep_type & 2)) { in dwc2_hsotg_hw_cfg() 4913 if (!(ep_type & 1)) { in dwc2_hsotg_hw_cfg()
|
| /linux/include/linux/dma/ |
| H A D | k3-psil.h | 64 enum psil_endpoint_type ep_type; member
|
| /linux/include/linux/usb/ |
| H A D | ch9.h | 46 extern const char *usb_ep_type_string(int ep_type);
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-debug.h | 543 u8 max_pstr, ep_state, interval, ep_type, burst, cerr, mult; in cdnsp_decode_ep_context() local 559 ep_type = CTX_TO_EP_TYPE(info2); in cdnsp_decode_ep_context() 576 cdnsp_ep_type_string(ep_type), hid ? "HID" : "", in cdnsp_decode_ep_context()
|
| H A D | cdns3-gadget.h | 998 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ argument
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_udc_core.c | 407 unsigned char ep_type) in dr_ep_setup() argument 417 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup() 424 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup() 480 unsigned char dir, unsigned char ep_type, in struct_ep_qh_setup() argument 488 switch (ep_type) { in struct_ep_qh_setup() 503 dev_vdbg(udc->dev, "error ep type is %d\n", ep_type); in struct_ep_qh_setup()
|
| H A D | bcm63xx_udc.c | 158 int ep_type; member 538 val = (cfg->ep_type << USBD_EPNUM_TYPEMAP_TYPE_SHIFT) | in bcm63xx_ep_init() 570 (cfg->ep_type << USBD_CSR_EP_TYPE_SHIFT) | in bcm63xx_ep_setup() 2176 switch (iudma_defaults[ch_idx].ep_type) { in bcm63xx_iudma_dbg_show()
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc.h | 354 u8 ep_type; member
|