/linux/drivers/dma/ti/ |
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, \
|
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, \
|
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, \
|
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, \
|
/linux/drivers/usb/dwc2/ |
A D | hcd.h | 125 unsigned ep_type:2; member 342 u8 ep_type; member 600 ((_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_BULK || \ 601 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL) 611 return hc->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_hc() 612 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc() 617 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh() 618 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
|
A D | hcd_ddma.c | 77 return (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_max_desc_num() 93 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_alloc() 127 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_free() 254 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_update_frame_list() 358 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_init_ddma() 359 qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_hcd_qh_init_ddma() 406 if ((qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_free_ddma() 407 qh->ep_type == USB_ENDPOINT_XFER_INT) && in dwc2_hcd_qh_free_ddma() 799 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc() 853 switch (chan->ep_type) { in dwc2_hcd_start_xfer_ddma() [all …]
|
A D | hcd_intr.c | 547 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle() 767 switch (chan->ep_type) { in dwc2_release_channel() 824 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel() 825 chan->ep_type == USB_ENDPOINT_XFER_BULK) { in dwc2_halt_channel() 1422 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_nyet_intr() 1423 chan->ep_type == USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_nyet_intr() 1462 if (qh->ep_type != USB_ENDPOINT_XFER_ISOC || in dwc2_hc_nyet_intr() 1531 if (chan->ep_type != USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_babble_intr() 1849 chan->ep_type == USB_ENDPOINT_XFER_BULK)) { in dwc2_hc_chhltd_intr_dma() 1947 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_chhltd_intr_dma() [all …]
|
A D | hcd.c | 529 switch (chan->ep_type) { in dwc2_hc_enable_slave_ints() 726 chan->ep_type); in dwc2_hc_init() 2401 chan->ep_type = USB_ENDPOINT_XFER_BULK; in dwc2_hc_init_xfer() 2405 chan->ep_type = USB_ENDPOINT_XFER_INT; in dwc2_hc_init_xfer() 2409 chan->ep_type = USB_ENDPOINT_XFER_ISOC; in dwc2_hc_init_xfer() 3872 urb->pipe_info.pipe_type = ep_type; in dwc2_hcd_urb_set_pipeinfo() 4645 u8 ep_type = 0; in _dwc2_hcd_urb_enqueue() local 4700 ep_type = USB_ENDPOINT_XFER_CONTROL; in _dwc2_hcd_urb_enqueue() 4703 ep_type = USB_ENDPOINT_XFER_ISOC; in _dwc2_hcd_urb_enqueue() 4706 ep_type = USB_ENDPOINT_XFER_BULK; in _dwc2_hcd_urb_enqueue() [all …]
|
A D | hcd_queue.c | 826 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split() 875 if (qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_uframe_schedule_split() 1512 u8 ep_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_qh_init() local 1514 bool ep_is_isoc = (ep_type == USB_ENDPOINT_XFER_ISOC); in dwc2_qh_init() 1515 bool ep_is_int = (ep_type == USB_ENDPOINT_XFER_INT); in dwc2_qh_init() 1530 qh->ep_type = ep_type; in dwc2_qh_init() 1599 switch (qh->ep_type) { in dwc2_qh_init() 1838 !(qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in)) in dwc2_next_for_periodic_split()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link_enc_cfg.c | 148 .ep_type = stream->link->ep_type}, in add_link_enc_assignment() 212 lhs->ep_type == rhs->ep_type) in are_ep_ids_equal() 228 .ep_type = link->ep_type}; in get_link_enc_used_by_link() 461 .ep_type = link->ep_type}; in link_enc_cfg_get_link_enc_used_by_link() 523 .ep_type = link->ep_type}; in link_enc_cfg_is_link_enc_avail()
|
A D | dc_link.c | 272 if (link->ep_type != DISPLAY_ENDPOINT_PHY) { in dc_link_detect_sink() 476 if (link->ep_type != DISPLAY_ENDPOINT_PHY) in link_detect_sink() 765 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in detect_dp() 963 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in dc_link_detect_helper() 1219 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in dc_link_detect_helper() 1480 link->ep_type = DISPLAY_ENDPOINT_PHY; in dc_link_construct_legacy() 1760 link->ep_type = DISPLAY_ENDPOINT_USB4_DPIA; in dc_link_construct_dpia() 1895 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in enable_link_dp() 3451 if (link->ep_type == DISPLAY_ENDPOINT_PHY) in dc_link_allocate_mst_payload() 3518 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in dc_link_allocate_mst_payload() [all …]
|
/linux/drivers/usb/host/ |
A D | xhci-mtk-sch.c | 293 u32 ep_type; in setup_sch_info() local 302 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info() 313 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() 392 if (ep_type == ISOC_OUT_EP) { in setup_sch_info() 395 } else if (ep_type == INT_OUT_EP) { in setup_sch_info() 488 if (sch_ep->ep_type == ISOC_OUT_EP) { in check_sch_tt() 515 if (sch_ep->ep_type == ISOC_IN_EP) in check_sch_tt()
|
A D | xhci-mtk.h | 96 u32 ep_type; member
|
A D | xhci-mem.c | 1551 unsigned int ep_type; in xhci_update_bw_info() local 1570 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info() 1573 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info() 1574 ep_type != ISOC_IN_EP && in xhci_update_bw_info() 1575 ep_type != INT_IN_EP) in xhci_update_bw_info() 1591 bw_info->type = ep_type; in xhci_update_bw_info()
|
A D | xhci.c | 2596 static bool xhci_is_async_ep(unsigned int ep_type) in xhci_is_async_ep() argument 2598 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep() 2599 ep_type != ISOC_IN_EP && in xhci_is_async_ep() 2600 ep_type != INT_IN_EP); in xhci_is_async_ep() 2603 static bool xhci_is_sync_in_ep(unsigned int ep_type) in xhci_is_sync_in_ep() argument 2605 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep() 4680 int ep_type; in xhci_calculate_intel_u1_timeout() local 4683 ep_type = usb_endpoint_type(desc); in xhci_calculate_intel_u1_timeout() 4684 switch (ep_type) { in xhci_calculate_intel_u1_timeout()
|
/linux/drivers/usb/common/ |
A D | common.c | 34 const char *usb_ep_type_string(int ep_type) in usb_ep_type_string() argument 36 if (ep_type < 0 || ep_type >= ARRAY_SIZE(ep_type_names)) in usb_ep_type_string() 39 return ep_type_names[ep_type]; in usb_ep_type_string()
|
/linux/include/linux/dma/ |
A D | k3-psil.h | 64 enum psil_endpoint_type ep_type; member
|
/linux/include/linux/usb/ |
A D | ch9.h | 48 extern const char *usb_ep_type_string(int ep_type);
|
/linux/drivers/usb/cdns3/ |
A D | cdnsp-debug.h | 542 u8 max_pstr, ep_state, interval, ep_type, burst, cerr, mult; in cdnsp_decode_ep_context() local 558 ep_type = CTX_TO_EP_TYPE(info2); in cdnsp_decode_ep_context() 575 cdnsp_ep_type_string(ep_type), hid ? "HID" : "", in cdnsp_decode_ep_context()
|
/linux/drivers/staging/emxx_udc/ |
A D | emxx_udc.c | 235 switch (ep->ep_type) { in _nbu2ss_ep_init() 917 if ((ep->ep_type != USB_ENDPOINT_XFER_INT) && (req->req.dma != 0) && in _nbu2ss_epn_out_data() 1112 if ((ep->ep_type != USB_ENDPOINT_XFER_INT) && (req->req.dma != 0) && in _nbu2ss_epn_in_data() 2416 u8 ep_type; in nbu2ss_ep_enable() local 2433 ep_type = usb_endpoint_type(desc); in nbu2ss_ep_enable() 2434 if ((ep_type == USB_ENDPOINT_XFER_CONTROL) || in nbu2ss_ep_enable() 2435 (ep_type == USB_ENDPOINT_XFER_ISOC)) { in nbu2ss_ep_enable() 2454 ep->ep_type = ep_type; in nbu2ss_ep_enable()
|
/linux/drivers/usb/gadget/udc/ |
A D | mv_udc.h | 234 ep_type:2, member
|
A D | mv_u3d.h | 300 unsigned ep_type:2; member
|
A D | fsl_udc_core.c | 406 unsigned char ep_type) in dr_ep_setup() argument 416 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup() 423 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup() 479 unsigned char dir, unsigned char ep_type, in struct_ep_qh_setup() argument 487 switch (ep_type) { in struct_ep_qh_setup() 502 VDBG("error ep type is %d", ep_type); in struct_ep_qh_setup()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hwseq.c | 184 if (link->ep_type != DISPLAY_ENDPOINT_PHY) in dcn31_init_hw() 218 if (dc->links[i]->ep_type == DISPLAY_ENDPOINT_PHY && in dcn31_init_hw()
|
/linux/drivers/usb/gadget/udc/bdc/ |
A D | bdc.h | 354 u8 ep_type; member
|